Phoenix test failure in BinaryRowKeyTest.testSelectValues

Bug #1366204 reported by Chris Sheedy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trafodion
Won't Fix
Medium
Atanu Mishra

Bug Description

Change https://review.trafodion.org/#/c/383/ failed in t he check pipeline with

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 38.001 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 12.793 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

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

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

Oops, this was the phoenix_quick-cdh4.4 test in the gate pipeline, not the check pipeline.

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

This was seen in https://review.trafodion.org/#/c/428/ test phoenix_quick-cdh4.4 where the console log has:

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 39.498 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 12.729 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:
  IndexTest.testImmutableTableIndexMaintanenceUnsalted:151->testImmutableTableIndexMaintanence:203 null
  BinaryRowKeyTest.testSelectValues:151 null

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

The logs are saved at http://logs.trafodion.org/28/428/1/check/phoenix_quick-cdh4.4/0cf7a88/

The other test failure is recorded as bug 1369039, "Phoenix test failure in in IndexTest.testImmutableTableIndexMaintanenceUnsalted"

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

This was see in change 370, phoenix_quick-cdh4.4 test where the console log at https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/264/console has:

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 37.492 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 12.715 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

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

The logs are saved at http://logs.trafodion.org/70/370/2/gate/phoenix_quick-cdh4.4/145d3fe/

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

This was seen in the gate pipeline for change 424, https://review.trafodion.org/#/c/424/ with

ests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 40.692 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 13.62 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

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

The logs are saved at http://logs.trafodion.org/24/424/3/gate/phoenix_quick-cdh4.4/28a9b6e/

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

This was seen in the gate pipeline for change 427, https://review.trafodion.org/#/c/427/ where the console log for phoenix_quick-cdh4.4 at http://logs.trafodion.org/27/427/2/gate/phoenix_quick-cdh4.4/59c6bd7/console.html has:

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 40.37 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 13.931 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

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

The logs for this run of phoenix_quick-cdh4.4 are saved at http://logs.trafodion.org/27/427/2/gate/phoenix_quick-cdh4.4/59c6bd7/

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

Change https://review.trafodion.org/#/c/438/ encountered this in the phoenix_quick-cdh4.4 suite, https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/319/console has

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 41.313 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 13.595 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:
  IndexTest.testImmutableTableIndexMaintanenceUnsalted:151->testImmutableTableIndexMaintanence:203 null
  BinaryRowKeyTest.testSelectValues:151 null

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

Logs for the test are saved at http://logs.trafodion.org/38/438/1/check/phoenix_quick-cdh4.4/b3ebc7b/

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

Change 438 https://review.trafodion.org/#/c/438/ encountered this a second time, in phoenix_quick-cdh4.4, https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/327/console has

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 41.39 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 13.594 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

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

Logs for the test are saved at http://logs.trafodion.org/38/438/1/gate/phoenix_quick-cdh4.4/ffaeeb2/

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

Change 438 https://review.trafodion.org/#/c/438/ encountered this a second time, in phoenix_quick-cdh4.4, https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/327/console has

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 41.39 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 13.594 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

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

Logs for the test are saved at http://logs.trafodion.org/38/438/1/gate/phoenix_quick-cdh4.4/ffaeeb2/

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

Change 471 https://review.trafodion.org/#/c/471/ encountered this in phoenix_quick-cdh4.4, https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/339/console has

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 43.206 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.BinaryRowKeyTest
testSelectValues(test.java.com.hp.phoenix.end2end.BinaryRowKeyTest) Time elapsed: 14.318 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
  ArithmeticQueryTest.testDecimalAveraging:363 expected:<3333333.03703703703> but was:<0E-11>
  IndexTest.testImmutableTableIndexMaintanenceUnsalted:151->testImmutableTableIndexMaintanence:203 null

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

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

Revision history for this message
Atanu Mishra (atanu-mishra) wrote :

Monitoring -- whether this shows up in Trafodion v0.9. It was seen quite frequently on Trafodion v0.8

Changed in trafodion:
importance: Undecided → Medium
assignee: nobody → Atanu Mishra (atanu-mishra)
milestone: none → r1.0
Changed in trafodion:
milestone: r1.0 → r1.1
Revision history for this message
Atanu Mishra (atanu-mishra) wrote :

Not seen for a while now. Will open a new LP bug if needed in the future.

Changed in trafodion:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.