[jira] [Created] (CASSANDRA-4825) unittest failures in cassandra-long under trunk

2012-10-17 Thread Bill Bucher (JIRA)
Bill Bucher created CASSANDRA-4825:
--

 Summary: unittest failures in cassandra-long under trunk
 Key: CASSANDRA-4825
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4825
 Project: Cassandra
  Issue Type: Bug
  Components: Tests
Reporter: Bill Bucher
Priority: Minor


These are the tests that failed:
long-test:
 [echo] running long tests
[mkdir] Created dir: 
/var/lib/jenkins/jobs/Cassandra/workspace/build/test/cassandra
[mkdir] Created dir: 
/var/lib/jenkins/jobs/Cassandra/workspace/build/test/output
[junit] WARNING: multiple versions of ant detected in path for junit 
[junit]  
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit]  and 
jar:file:/var/lib/jenkins/jobs/Cassandra/workspace/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
[junit] Testsuite: org.apache.cassandra.db.LongTableTest
[junit] Testsuite: org.apache.cassandra.db.LongTableTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] 
[junit] Testcase: org.apache.cassandra.db.LongTableTest:BeforeFirstTest:
Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited 
abnormally. Please note the time in the report does not reflect the time until 
the VM exit.
[junit] 
[junit] 
[junit] Test org.apache.cassandra.db.LongTableTest FAILED (crashed)
[junit] Testsuite: org.apache.cassandra.db.MeteredFlusherTest
[junit] Testsuite: org.apache.cassandra.db.MeteredFlusherTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] 
[junit] Testcase: 
org.apache.cassandra.db.MeteredFlusherTest:BeforeFirstTest:   Caused an 
ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited 
abnormally. Please note the time in the report does not reflect the time until 
the VM exit.
[junit] 
[junit] 
[junit] Test org.apache.cassandra.db.MeteredFlusherTest FAILED (crashed)
[junit] Testsuite: org.apache.cassandra.db.compaction.LongCompactionsTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 31.332 sec
[junit] 
[junit] - Standard Output ---
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: sstables=2 
rowsper=1 colsper=20: 2493 ms
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: sstables=2 
rowsper=20 colsper=1: 4639 ms
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: 
sstables=100 rowsper=800 colsper=5: 1950 ms
[junit] -  ---
[junit] Testsuite: 
org.apache.cassandra.db.compaction.LongLeveledCompactionStrategyTest
[junit] Testsuite: 
org.apache.cassandra.db.compaction.LongLeveledCompactionStrategyTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] 
[junit] Testcase: 
org.apache.cassandra.db.compaction.LongLeveledCompactionStrategyTest:testParallelLeveledCompaction:
   Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited 
abnormally. Please note the time in the report does not reflect the time until 
the VM exit.
[junit] 
[junit] 
[junit] Test 
org.apache.cassandra.db.compaction.LongLeveledCompactionStrategyTest FAILED 
(crashed)
[junit] Testsuite: org.apache.cassandra.utils.LongBloomFilterTest
[junit] Testsuite: org.apache.cassandra.utils.LongBloomFilterTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] 
[junit] Testcase: 
org.apache.cassandra.utils.LongBloomFilterTest:testBigIntMurm2:   Caused an 
ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited 
abnormally. Please note the time in the report does not reflect the time until 
the VM exit.
[junit] 
[junit] 
[junit] Test org.apache.cassandra.utils.LongBloomFilterTest FAILED (crashed)
[junit] Testsuite: org.apache.cassandra.utils.LongLegacyBloomFilterTest
[junit] Testsuite: org.apache.cassandra.utils.LongLegacyBloomFilterTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] 
[junit] Testcase: 
org.apache.cassandra.utils.LongLegacyBloomFilterTest:testBigRandom:   
Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the 
report 

[jira] [Created] (CASSANDRA-4810) unit test failing under long-test

2012-10-15 Thread Bill Bucher (JIRA)
Bill Bucher created CASSANDRA-4810:
--

 Summary: unit test failing under long-test
 Key: CASSANDRA-4810
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4810
 Project: Cassandra
  Issue Type: Bug
  Components: Tests
Reporter: Bill Bucher
Priority: Minor


the following failure occurs when running ant long-test

junit] Testsuite: org.apache.cassandra.db.compaction.LongCompactionsTest
[junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 31.28 sec
[junit] 
[junit] - Standard Output ---
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: sstables=2 
rowsper=1 colsper=20: 2173 ms
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: sstables=2 
rowsper=20 colsper=1: 4531 ms
[junit] org.apache.cassandra.db.compaction.LongCompactionsTest: 
sstables=100 rowsper=800 colsper=5: 1864 ms
[junit] -  ---
[junit] Testcase: 
testStandardColumnCompactions(org.apache.cassandra.db.compaction.LongCompactionsTest):
FAILED
[junit] expected:9 but was:99
[junit] junit.framework.AssertionFailedError: expected:9 but was:99
[junit] at 
org.apache.cassandra.db.compaction.CompactionsTest.assertMaxTimestamp(CompactionsTest.java:207)
[junit] at 
org.apache.cassandra.db.compaction.LongCompactionsTest.testStandardColumnCompactions(LongCompactionsTest.java:141)
[junit] 
[junit] 
[junit] Test org.apache.cassandra.db.compaction.LongCompactionsTest FAILED


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CASSANDRA-4810) unit test failing under long-test

2012-10-15 Thread Bill Bucher (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476682#comment-13476682
 ] 

Bill Bucher commented on CASSANDRA-4810:


trunk.

 unit test failing under long-test
 -

 Key: CASSANDRA-4810
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4810
 Project: Cassandra
  Issue Type: Bug
  Components: Tests
Reporter: Bill Bucher
Assignee: Yuki Morishita
Priority: Minor

 the following failure occurs when running ant long-test
 junit] Testsuite: org.apache.cassandra.db.compaction.LongCompactionsTest
 [junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 31.28 sec
 [junit] 
 [junit] - Standard Output ---
 [junit] org.apache.cassandra.db.compaction.LongCompactionsTest: 
 sstables=2 rowsper=1 colsper=20: 2173 ms
 [junit] org.apache.cassandra.db.compaction.LongCompactionsTest: 
 sstables=2 rowsper=20 colsper=1: 4531 ms
 [junit] org.apache.cassandra.db.compaction.LongCompactionsTest: 
 sstables=100 rowsper=800 colsper=5: 1864 ms
 [junit] -  ---
 [junit] Testcase: 
 testStandardColumnCompactions(org.apache.cassandra.db.compaction.LongCompactionsTest):
   FAILED
 [junit] expected:9 but was:99
 [junit] junit.framework.AssertionFailedError: expected:9 but was:99
 [junit]   at 
 org.apache.cassandra.db.compaction.CompactionsTest.assertMaxTimestamp(CompactionsTest.java:207)
 [junit]   at 
 org.apache.cassandra.db.compaction.LongCompactionsTest.testStandardColumnCompactions(LongCompactionsTest.java:141)
 [junit] 
 [junit] 
 [junit] Test org.apache.cassandra.db.compaction.LongCompactionsTest FAILED

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira