[ https://issues.apache.org/jira/browse/HIVE-19780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500288#comment-16500288 ]
Alisha Prabhu edited comment on HIVE-19780 at 6/4/18 2:27 PM: -------------------------------------------------------------- The test case has failed after a recent change in testCTAS() method made via HIVE-19465. Looking forward to a possible solution for the issue. was (Author: alishap): The test case has failed after a recent change in testCTAS() method via HIVE-19465. Looking forward to a possible solution for the issue. > Test failure : org.apache.hadoop.hive.ql.TestTxnNoBuckets fails with > java.lang.AssertionError > --------------------------------------------------------------------------------------------- > > Key: HIVE-19780 > URL: https://issues.apache.org/jira/browse/HIVE-19780 > Project: Hive > Issue Type: Bug > Environment: uname -a > Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC > 2016 ppc64le ppc64le ppc64le GNU/Linux > Reporter: Alisha Prabhu > Priority: Major > Labels: pp64le, x86_64 > > Maven command used is mvn -Dtest=TestTxnNoBuckets#testCTAS test > Error: > {code:java} > [INFO] Running org.apache.hadoop.hive.ql.TestTxnNoBuckets > [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > 34.582 s <<< FAILURE! - in org.apache.hadoop.hive.ql.TestTxnNoBuckets > [ERROR] testCTAS(org.apache.hadoop.hive.ql.TestTxnNoBuckets) Time elapsed: > 31.64 s <<< FAILURE! > java.lang.AssertionError: Actual line (data) 0 data: > {"writeid":1,"bucketid":536870912,"rowid":0} 3 4 > file:/var/lib/jenkins/hive/ql/target/tmp/org.apache.hadoop.hive.ql.TestTxnNoBuckets-1528085280454/warehouse/myctas2/delta_0000001_0000001_0000/bucket_00000 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > org.apache.hadoop.hive.ql.TxnCommandsBaseForTests.checkExpected(TxnCommandsBaseForTests.java:228) > {code} > org.apache.hadoop.hive.ql.TestTxnNoBucketsVectorized.testCTAS refers to the > same test case. -- This message was sent by Atlassian JIRA (v7.6.3#76005)