See <http://hudson.zones.apache.org/hudson/job/Cassandra/495/changes>

Changes:

[jbellis] handle subcolumn queries in cache fast-path, fixing system test 
regressions introduced in CASSANDRA-1267.  patch by jbellis

[brandonwilliams] DynamicEndpointSnitch improvements, make it the default.  
Patch by brandonwilliams; reviewed by jbellis for CASSANDRA-1296

[jbellis] hand-assembled sstables could contain garbage data since we were 
writing the entire buffer contents.  copy just the valid data to a separate 
byte[] first.  patch by jbellis; reviewed by Stu Hood for CASSANDRA-1299

[jbellis] r/m unused write(DataInput in, int length) method from 
DataOutputBuffer.  patch by jbellis

------------------------------------------
[...truncated 1498 lines...]
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.889 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 13.898 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.018 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.514 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 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 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.13 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.067 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.218 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyOutputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.454 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.426 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.448 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.StreamingTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.699 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.613 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:256)
    [junit]     at 
org.apache.cassandra.io.sstable.SSTableReader.internalOpen(SSTableReader.java:187)
    [junit]     at 
org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:170)
    [junit]     at 
org.apache.cassandra.io.sstable.SSTableReader.open(SSTableReader.java:150)
    [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 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.273 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.709 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.locator.DatacenterShardStrategyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.189 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.947 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 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 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.586 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: 
org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.542 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.scheduler.RoundRobinSchedulerTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3.152 sec
    [junit] 
    [junit] Testcase: 
testScheduling(org.apache.cassandra.scheduler.RoundRobinSchedulerTest):   FAILED
    [junit] 
    [junit] junit.framework.AssertionFailedError: 
    [junit]     at 
org.apache.cassandra.scheduler.RoundRobinSchedulerTest.testScheduling(RoundRobinSchedulerTest.java:90)
    [junit] 
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Test org.apache.cassandra.scheduler.RoundRobinSchedulerTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.766 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.412 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.013 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.678 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:45:30,502 Node /127.0.0.3 'leaving' token mismatch. Long 
network partition?
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.503 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.511 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.536 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.705 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.663 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.363 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 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 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.165 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.utils.FilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.043 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.641 sec
    [junit] 
    [junit] Cobertura: Loaded information on 872 classes.
    [junit] Cobertura: Saved information on 872 classes.

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:420:
 The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:415:
 Some unit test(s) failed.

Total time: 15 minutes 6 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 ...

Reply via email to