See <https://hudson.apache.org/hudson/job/Cassandra-Coverage/2/changes>
Changes: [eevans] update JDBC driver and tests for BytesType columns Patch by eevans for CASSANDRA-2027 [eevans] column families of expected type (JDBC tests) Patch by eevans for CASSANDRA-2027 [eevans] handle NumberFormatExceptions from BytesType.fromString Patch by eevans for CASSANDRA-2027 [eevans] create column families of expected type (tests) Patch by eevans for CASSANDRA-2027 [eevans] use AbstractType.fromString methods to marshal to BB Patch by eevans for CASSANDRA-2027 [eevans] remove long term type Patch by eevans for CASSANDRA-2027 [eevans] uuid term type (hyphenated hex string) Patch by eevans for CASSANDRA-2027 [eevans] CASSANDRA-2027 single-quoted string literals Patch by eevans for CASSANDRA-2027 [gdusbabek] move all java cql into jdbc package and only expose a few bits. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 [gdusbabek] more comments in ColumnDecoder. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 [gdusbabek] implements getXXX methods to return values of the correct types. rearranges the JdbcDriverTest. renames SchemaDecoder. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 [gdusbabek] clean up JdbcDriverTest. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 [gdusbabek] first pass at column decoding. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 [jbellis] merge from 0.7 [gdusbabek] force time zone to eastern in RoundTripTest [jbellis] fix #2 for counter replication NPE patch by Stu Hood; reviewed by slebresne for CASSANDRA-2289 ------------------------------------------ [...truncated 1826 lines...] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.204 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.937 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 00:48:17,011 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root. [junit] WARN 00:48:18,108 Generated random token Token(bytes[3eb4c1d226cfd05d5373a349a5f79519]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.InitClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.489 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.908 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 00:48:31,727 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.414 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.639 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.587 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.632 sec [junit] [junit] Testcase: testTreeResponseRead(org.apache.cassandra.service.SerializationsTest): Caused an ERROR [junit] java.io.InvalidClassException: org.apache.cassandra.dht.BigIntegerToken; local class incompatible: stream classdesc serialVersionUID = -5833589141319293006, local class serialVersionUID = 2280189098581028124 [junit] java.lang.RuntimeException: java.io.InvalidClassException: org.apache.cassandra.dht.BigIntegerToken; local class incompatible: stream classdesc serialVersionUID = -5833589141319293006, local class serialVersionUID = 2280189098581028124 [junit] at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.deserialize(AntiEntropyService.java:639) [junit] at org.apache.cassandra.service.SerializationsTest.testTreeResponseRead(SerializationsTest.java:91) [junit] Caused by: java.io.InvalidClassException: org.apache.cassandra.dht.BigIntegerToken; local class incompatible: stream classdesc serialVersionUID = -5833589141319293006, local class serialVersionUID = 2280189098581028124 [junit] at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562) [junit] at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583) [junit] at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947) [junit] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947) [junit] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947) [junit] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947) [junit] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947) [junit] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871) [junit] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753) [junit] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) [junit] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351) [junit] at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.deserialize(AntiEntropyService.java:635) [junit] [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Test org.apache.cassandra.service.SerializationsTest FAILED [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.596 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.763 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.285 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 00:49:00,867 Generated random token Token(bytes[22918b7208939ce5e05ff0ffa09a2fd6]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.752 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.587 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.28 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 00:49:09,401 Generated random token Token(bytes[e7d5ad186edd4c2b36bd3cbb7cf23bf8]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.528 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.501 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.377 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 3 keys... [junit] Importing 3 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually. [junit] ------------- ---------------- --------------- [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.404 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.178 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.077 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.171 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.11 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.544 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.844 sec [junit] [junit] Flushing results... [junit] Flushing results done [junit] Cobertura: Loaded information on 799 classes. [junit] Cobertura: Saved information on 799 classes. BUILD FAILED <https://hudson.apache.org/hudson/job/Cassandra-Coverage/ws/cassandra/build.xml>:639: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Cassandra-Coverage/ws/cassandra/build.xml>:634: Some unit test(s) failed. Total time: 7 minutes 57 seconds Recording test results Skipping Cobertura coverage report as build was not UNSTABLE or better ...