[
https://issues.apache.org/jira/browse/CASSANDRA-9464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Shuler resolved CASSANDRA-9464.
---------------------------------------
Resolution: Fixed
Thanks for checking! Confirmed this passes on {{cassandra-2.2}},
{{cassandra-3.0}}, {{cassandra-3.1}}, and {{trunk}} branches, now.
Thanks to whomever fixed this test along the way :-)
{noformat}
test-clientutil-jar:
[junit] Testsuite: org.apache.cassandra.serializers.ClientUtilsTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.252 sec
[junit]
BUILD SUCCESSFUL
{noformat}
> test-clientutil-jar broken
> --------------------------
>
> Key: CASSANDRA-9464
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9464
> Project: Cassandra
> Issue Type: Test
> Reporter: Michael Shuler
> Labels: test-failure
> Fix For: 2.2.x, 3.x
>
>
> {noformat}
> 20:37:37 test-clientutil-jar:
> 20:37:37 [junit] Testsuite: org.apache.cassandra.serializers.ClientUtilsTest
> 20:37:37 [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time
> elapsed: 0.032 sec
> 20:37:37 [junit]
> 20:37:37 [junit] Testcase:
> test(org.apache.cassandra.serializers.ClientUtilsTest): Caused an ERROR
> 20:37:37 [junit] org/apache/thrift/TException
> 20:37:37 [junit] java.lang.NoClassDefFoundError: org/apache/thrift/TException
> 20:37:37 [junit] at
> org.apache.cassandra.utils.UUIDGen.makeNode(UUIDGen.java:275)
> 20:37:37 [junit] at
> org.apache.cassandra.utils.UUIDGen.makeClockSeqAndNode(UUIDGen.java:229)
> 20:37:37 [junit] at
> org.apache.cassandra.utils.UUIDGen.<clinit>(UUIDGen.java:38)
> 20:37:37 [junit] at
> org.apache.cassandra.serializers.ClientUtilsTest.test(ClientUtilsTest.java:56)
> 20:37:37 [junit] Caused by: java.lang.ClassNotFoundException:
> org.apache.thrift.TException
> 20:37:37 [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 20:37:37 [junit]
> 20:37:37 [junit]
> 20:37:37 Target 'pig-test' failed with message 'The following error occurred
> while executing this line:
> 20:37:37 /home/automaton/cassandra/build.xml:1167: Some pig test(s) failed.'.
> 20:37:37 [junit] Test org.apache.cassandra.serializers.ClientUtilsTest FAILED
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)