[ 
https://issues.apache.org/jira/browse/CASSANDRA-11635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylvain Lebresne updated CASSANDRA-11635:
-----------------------------------------
    Status: Patch Available  (was: Awaiting Feedback)

With no current response to my previous comment, I'm going to proceed with the 
assumption that we're ok dropping that clientutil jar from the 3.x branch, so 
I'm attaching a branch on trunk to do that (the other 2 branches haven't 
changed). That new branch includes a news entry explaining you can rely on 
older versions of the jar if you really need to, but should consider moving to 
using a true client driver for those functionality instead. With all branch 
covered, calling this "patch available".

| [11635-2.2|https://github.com/pcmanus/cassandra/commits/11635-2.2] | 
[utests|http://cassci.datastax.com/job/pcmanus-11635-2.2-testall] | 
[dtests|http://cassci.datastax.com/job/pcmanus-11635-2.2-dtest] |
| [11635-3.0|https://github.com/pcmanus/cassandra/commits/11635-3.0] | 
[utests|http://cassci.datastax.com/job/pcmanus-11635-3.0-testall] | 
[dtests|http://cassci.datastax.com/job/pcmanus-11635-3.0-dtest] |
| [11635-trunk|https://github.com/pcmanus/cassandra/commits/11635-trunk] | 
[utests|http://cassci.datastax.com/job/pcmanus-11635-trunk-testall] | 
[dtests|http://cassci.datastax.com/job/pcmanus-11635-trunk-dtest] |


> 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
>            Assignee: Sylvain Lebresne
>              Labels: unittest
>             Fix For: 2.2.x, 3.0.x, 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.<clinit>(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)

Reply via email to