You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2010/01/16 07:55:54 UTC

[jira] Created: (HIVE-1062) test error in repair.q when doing "ant -Dbuild.dir.hive=/tmp/abcdef test"

test error in repair.q when doing "ant -Dbuild.dir.hive=/tmp/abcdef test"
-------------------------------------------------------------------------

                 Key: HIVE-1062
                 URL: https://issues.apache.org/jira/browse/HIVE-1062
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Zheng Shao


Stack trace is here:

{code}
    [junit] Begin query: repair.q
    [junit] diff -a -I file: -I /tmp/ -I invalidscheme: -I lastUpdateTime -I lastAccessTime -I owner -I transient_lastDdlTime /tmp/hiveTrunk_UnitTests_CENTOS_TARGETST_79458/ql/test/logs/clientpositive/repair.q.out /scm/git/electric/hiveFB/src/trunk/VENDOR.hive/trunk/ql/src/test/results/clientpositive/repair.q.out
    [junit] 17a18
    [junit] > Partitions not in metastore:	repairtable:p1=a/p2=a	repairtable:p1=b/p2=a
    [junit] 21a23,25
    [junit] > Partitions not in metastore:	repairtable:p1=a/p2=a	repairtable:p1=b/p2=a
    [junit] > Repair: Added partition to metastore repairtable:p1=a/p2=a
    [junit] > Repair: Added partition to metastore repairtable:p1=b/p2=a
    [junit] Exception: Client execution results failed with error code = 1
    [junit] junit.framework.AssertionFailedError: Client execution results failed with error code = 1
    [junit] 	at junit.framework.Assert.fail(Assert.java:47)
    [junit] 	at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_repair(TestCliDriver.java:11594)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.