Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 559A019DCA for ; Fri, 22 Apr 2016 16:34:18 +0000 (UTC) Received: (qmail 32442 invoked by uid 500); 22 Apr 2016 16:34:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 32182 invoked by uid 500); 22 Apr 2016 16:34:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 32130 invoked by uid 99); 22 Apr 2016 16:34:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 16:34:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DEA782C1F5C for ; Fri, 22 Apr 2016 16:34:12 +0000 (UTC) Date: Fri, 22 Apr 2016 16:34:12 +0000 (UTC) From: "Michael Shuler (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11635) test-clientutil-jar unit test fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-11635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254176#comment-15254176 ] Michael Shuler commented on CASSANDRA-11635: -------------------------------------------- {noformat} 47e8ef9e9ce70c54115681f854f483a53992c988 is the first bad commit commit 47e8ef9e9ce70c54115681f854f483a53992c988 Author: Sylvain Lebresne Date: Fri Jan 15 15:25:03 2016 +0100 Make UUID LSB unique per-process patch by slebresne; reviewed by benedict for CASSANDRA-7925 :100644 100644 2bfba80011c5b6c5db1508772ef54de7a75fbcc2 f571c295cccb0be22bf46526cc93d890811550ac M CHANGES.txt :040000 040000 4b557fdd87eccbc61931d6ec52ba7c511adb47a0 e807214b140475a51f628deac65b8f8c60b77541 M src bisect run success {noformat} > test-clientutil-jar unit test fails > ----------------------------------- > > Key: CASSANDRA-11635 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11635 > Project: Cassandra > Issue Type: Test > Components: Testing > Reporter: Michael Shuler > Labels: unittest > Fix For: 3.x > > > {noformat} > test-clientutil-jar: > [junit] Testsuite: org.apache.cassandra.serializers.ClientUtilsTest > [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.314 sec > [junit] > [junit] Testcase: test(org.apache.cassandra.serializers.ClientUtilsTest): Caused an ERROR > [junit] org/apache/cassandra/utils/SigarLibrary > [junit] java.lang.NoClassDefFoundError: org/apache/cassandra/utils/SigarLibrary > [junit] at org.apache.cassandra.utils.UUIDGen.hash(UUIDGen.java:328) > [junit] at org.apache.cassandra.utils.UUIDGen.makeNode(UUIDGen.java:307) > [junit] at org.apache.cassandra.utils.UUIDGen.makeClockSeqAndNode(UUIDGen.java:256) > [junit] at org.apache.cassandra.utils.UUIDGen.(UUIDGen.java:39) > [junit] at org.apache.cassandra.serializers.ClientUtilsTest.test(ClientUtilsTest.java:56) > [junit] Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.utils.SigarLibrary > [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > [junit] > [junit] > [junit] Test org.apache.cassandra.serializers.ClientUtilsTest FAILED > BUILD FAILED > {noformat} > I'll see if I can find a spot where this passes, but it appears to have been failing for a long time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)