Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14547 [Umbrella] Test case fixes / improvements
  3. HIVE-14681

Remove AssertionError for non zero return codes in QTestUtil cleanup

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0
    • Testing Infrastructure
    • None

    Description

      This was added in HIVE-14625.
      Causes some tests to fail randomly - after executing all the actual queries.

      Shows up as

      org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver
      

      without any test name.

      The failures are related to the inability to drop databases. I suspect this has something to do with specific q files running grant etc statements.

      Will create a separate jira to track this down.

      Fow now, I think it makes sense to convert the Assertion to a warning.

      java.lang.AssertionError: Failed during cleanup processLine with code=403
      2016-08-31T11:47:05,627 ERROR [adab525e-198b-49f9-a2c3-8cc7df47b8ea main] ql.Driver: Authorization failed:No privilege 'Drop' found for outputs { database:default, table:src}. Use SHOW GRANT to get more details.
      java.lang.AssertionError: Failed during cleanup processLine with code=40000
      2016-08-31T11:41:29,849 ERROR [3906df31-d034-4dfe-8f78-239140c686aa main] ql.Driver: FAILED: HiveAccessControlException Permission denied: Principal [name=user1, type=USER] does not have following privileges for operation DROPTABLE [[OBJECT OWNERSHIP] on Object [type=TABLE_OR_VIEW, name=default.src]]
      org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAccessControlException: Permission denied: Principal [name=user1, type=USER] does not have following privileges for operation DROPTABLE [[OBJECT OWNERSHIP] on Object [type=TABLE_OR_VIEW, name=default.src]]
      	at org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLAuthorizationUtils.assertNoDeniedPermissions(SQLAuthorizationUtils.java:476)
      	at org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizationValidator.checkPrivileges(SQLStdHiveAuthorizationValidator.java:86)
      	at org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizationValidatorForTest.checkPrivileges(SQLStdHiveAuthorizationValidatorForTest.java:104)
      	at org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthorizerImpl.checkPrivileges(HiveAuthorizerImpl.java:87)
      	at org.apache.hadoop.hive.ql.Driver.doAuthorizationV2(Driver.java:868)
      	at org.apache.hadoop.hive.ql.Driver.doAuthorization(Driver.java:655)
      	at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:502)
      	at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:342)
      	at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1235)
      	at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1355)
      	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1143)
      	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1131)
      	at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:232)
      	at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:183)
      	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:399)
      	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:335)
      	at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:861)
      	at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:838)
      	at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:500)
      	at org.apache.hadoop.hive.cli.control.CoreCliDriver$6.invokeInternal(CoreCliDriver.java:138)
      	at org.apache.hadoop.hive.cli.control.CoreCliDriver$6.invokeInternal(CoreCliDriver.java:135)
      	at org.apache.hadoop.hive.util.ElapsedTimeLoggingWrapper.invoke(ElapsedTimeLoggingWrapper.java:33)
      	at org.apache.hadoop.hive.cli.control.CoreCliDriver.shutdown(CoreCliDriver.java:141)
      	at org.apache.hadoop.hive.cli.control.CliAdapter$1$1.evaluate(CliAdapter.java:75)
      	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
      	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
      
      2016-08-31T11:41:29,849  INFO [3906df31-d034-4dfe-8f78-239140c686aa main] metadata.Hive: Dumping metastore api call timing information for : compilation phase
      

      Attachments

        1. HIVE-14681.01.patch
          0.9 kB
          Siddharth Seth

        Activity

          People

            sseth Siddharth Seth
            sseth Siddharth Seth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: