See <http://hudson.zones.apache.org/hudson/job/Cassandra/499/changes>
Changes: [jbellis] implement multiple index expressions. patch by jbellis; reviewed by Nate McCall for CASSANDRA-1157 [jbellis] tweak replay status message. patch by jbellis [jbellis] merge from 0.6 [gdusbabek] tool to import+export schema. patch by Eric Evans and Gary Dusbabek, reviewed by Brandon Williams. CASSANDRA-1133 [jbellis] {Min,Mean,Max}RowCompactedSize renamed to {Min,Mean,Max}RowSize. patch by jbellis [brandonwilliams] Keep persistent row size and column count statistics. Patch by brandonwilliams and jbellis; reviewed by jbellis for CASSANDRA-1155 [jbellis] r/m duplicate changelog entry [jbellis] run gen-thrift-java to update thrift Constants.java [jbellis] rename 'table' to 'keyspace' in thrift CfDef class. patch by Stu Hood and Jon Hermes; reviewed by jbellis for CASSANDRA-1287 [jbellis] make GCGraceSeconds configurable per-columnfamily. patch by Jon Hermes; reviewed by jbellis for CASSANDRA-1276 [jbellis] Double flush AE_SERVICE_STAGE to ensure that tasks triggered by existing tasks are cleared. patch by Stu Hood; reviewed by jbellis for CASSANDRA-1028 [jbellis] now that getRangeSlice doesn't have to deal with wrapped ranges, we can inline CFS.getRangeRows into getRangeSlice. patch by jbellis ------------------------------------------ [...truncated 1522 lines...] [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.BoundsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.475 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.926 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 13.884 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.146 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.485 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.dht.RangeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.49 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.131 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.271 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyOutputFormatTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.42 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.43 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.315 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.StreamingTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.744 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.716 sec [junit] [junit] ------------- Standard Error ----------------- [junit] Failed to read .svn [junit] java.io.FileNotFoundException: <http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/.svn/Keyspace1/Standard1-.svn-0-Index.db> (No such file or directory) [junit] at java.io.RandomAccessFile.open(Native Method) [junit] at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212) [junit] at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98) [junit] at org.apache.cassandra.io.util.BufferedRandomAccessFile.<init>(BufferedRandomAccessFile.java:142) [junit] at org.apache.cassandra.io.util.BufferedRandomAccessFile.<init>(BufferedRandomAccessFile.java:137) [junit] at org.apache.cassandra.io.sstable.SSTableReader.load(SSTableReader.java:299) [junit] at org.apache.cassandra.io.sstable.SSTableReader.internalOpen(SSTableReader.java:205) [junit] at org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:188) [junit] at org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:168) [junit] at org.apache.cassandra.io.sstable.LegacySSTableTest.testVersion(LegacySSTableTest.java:102) [junit] at org.apache.cassandra.io.sstable.LegacySSTableTest.testVersions(LegacySSTableTest.java:95) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:597) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) [junit] at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:220) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785) [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.937 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.073 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.118 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.locator.DatacenterShardStrategyTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.19 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.881 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.locator.RackAwareStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.353 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.585 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.548 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.scheduler.RoundRobinSchedulerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.148 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.894 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.422 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.049 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.736 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:45:37,954 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.497 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.519 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.767 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.584 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.823 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.74 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.362 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.069 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.082 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.166 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.FilterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.055 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.639 sec [junit] [junit] Cobertura: Loaded information on 878 classes. [junit] Cobertura: Saved information on 878 classes. BUILD FAILED <http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:424: The following error occurred while executing this line: <http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:419: Some unit test(s) failed. Total time: 15 minutes 41 seconds [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results Skipping Cobertura coverage report as build was not UNSTABLE or better ...