Phoenix test failure in ArithmeticQueryTest.testDecimalAveraging

Bug #1353685 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/182/ failed verification with • phoenix_quick FAILURE in 49m 38s

The console output for that is http://logs.trafodion.org/82/182/1/gate/phoenix_quick/755c7b6/console.html and the problem is:

Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 96.227 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 18.841 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:359)

Running test.java.com.hp.phoenix.end2end.CreateTableTest
test.java.com.hp.phoenix.end2end.CreateTableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.382 sec - in test.java.com.hp.phoenix.end2end.CreateTableTest
Running test.java.com.hp.phoenix.end2end.AutoCommitTest
test.java.com.hp.phoenix.end2end.AutoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.585 sec - in test.java.com.hp.phoenix.end2end.AutoCommitTest

Results :

Failed tests:
  ArithmeticQueryTest.testDecimalAveraging:359 expected:<3333333.03703703703> but was:<0E-11>

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

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

Change https://review.trafodion.org/#/c/422/ failed in the check pipeline's phoenix_quick-cdh4.4 test.

The console log https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/259/console has:

Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 95.427 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 19.235 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:743)
 at org.junit.Assert.assertEquals(Assert.java:118)
 at org.junit.Assert.assertEquals(Assert.java:144)
 at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:363)
. . .
Results :

Failed tests:
  ArithmeticQueryTest.testDecimalAveraging:363 expected:<3333333.03703703703> but was:<0E-11>

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

Logs are saved at http://logs.trafodion.org/22/422/1/check/phoenix_quick-cdh4.4/1bef9e9/

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

Change 424 which is https://review.trafodion.org/424 saw this in the gate pipeline, the console at https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/278/console has

Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 93.626 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 20.427 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:743)
 at org.junit.Assert.assertEquals(Assert.java:118)
 at org.junit.Assert.assertEquals(Assert.java:144)
 at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:363)
. . .
Results :

Failed tests:
  ArithmeticQueryTest.testDecimalAveraging:363 expected:<3333333.03703703703> but was:<0E-11>

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/3f0fe4b/

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

This was seen in change 441, https://review.trafodion.org/#/c/441/ , where the console log for phoenix_quick-cdh4.4 has

Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 87.334 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 19.336 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:743)
 at org.junit.Assert.assertEquals(Assert.java:118)
 at org.junit.Assert.assertEquals(Assert.java:144)
 at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:363)
. . .
Results :

Failed tests:
  ArithmeticQueryTest.testDecimalAveraging:363 expected:<3333333.03703703703> but was:<0E-11>

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

The logs for this phoenix_quick-cdh4.4 are saved at http://logs.trafodion.org/41/441/1/check/phoenix_quick-cdh4.4/f59f301/

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

This was seen in change 438 , https://review.trafodion.org/#/c/438/ , where the console log for phoenix_quick-cdh4.4 at https://jenkins01.trafodion.org/job/phoenix_quick-cdh4.4/329/console has

Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 86.925 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 18.375 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:743)
 at org.junit.Assert.assertEquals(Assert.java:118)
 at org.junit.Assert.assertEquals(Assert.java:144)
 at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:363)
. . .
Results :

Failed tests:
  ArithmeticQueryTest.testDecimalAveraging:363 expected:<3333333.03703703703> but was:<0E-11>

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

The logs for this phoenix_quick-cdh4.4 are saved at http://logs.trafodion.org/38/438/1/gate/phoenix_quick-cdh4.4/156f338/

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: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 96.542 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.ArithmeticQueryTest
testDecimalAveraging(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest) Time elapsed: 19.245 sec <<< FAILURE!
java.lang.AssertionError: expected:<3333333.03703703703> but was:<0E-11>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:743)
 at org.junit.Assert.assertEquals(Assert.java:118)
 at org.junit.Assert.assertEquals(Assert.java:144)
 at test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalAveraging(ArithmeticQueryTest.java:363)
. . .
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
Atanu Mishra (atanu-mishra) wrote :

Monitoring -- whether this shows up in Trafodion v0.9

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.