Comment 11 for bug 1366204

Revision history for this message
Chris Sheedy (chris-sheedy) wrote :

Change 471 https://review.trafodion.org/#/c/471/ encountered this in its second check tests, in phoenix_quick-cdh4.4, https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/340/console has

0 Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 46.918 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 15.149 sec <<< FAILURE!
 java.lang.AssertionError: null
 at org.junit.Assert.fail(Assert.java:86)
 at org.junit.Assert.assertTrue(Assert.java:41)
 at org.junit.Assert.assertTrue(Assert.java:52)
 at test.java.com.hp.phoenix.end2end.BinaryRowKeyTest.testSelectValues(BinaryRowKeyTest.java:151)
. . .
Results :

Failed tests:
  BinaryRowKeyTest.testSelectValues:151 null
  IndexTest.testImmutableTableIndexMaintanenceSalted:145->testImmutableTableIndexMaintanence:203 null
  IndexTest.testImmutableTableIndexMaintanenceUnsalted:151->testImmutableTableIndexMaintanence:203 null

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0