You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Anne Yu (JIRA)" <ji...@apache.org> on 2016/03/28 23:30:25 UTC

[jira] [Created] (SENTRY-1164) Fix testCaseSensitivity test failure on a real cluster

Anne Yu created SENTRY-1164:
-------------------------------

             Summary: Fix testCaseSensitivity test failure on a real cluster
                 Key: SENTRY-1164
                 URL: https://issues.apache.org/jira/browse/SENTRY-1164
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 1.8.0
            Reporter: Anne Yu
            Assignee: Anne Yu


{noformat}
Failed

org.apache.sentry.tests.e2e.dbprovider.TestDbOperations.testCaseSensitivity

Failing for the past 4 builds (Since Unstable#4436 )
Took 2.4 sec.
add description
Error Message

URI '/tmp/hive/ABC/hhh' is invalid. Unsupport URI without schema or relative URI.
Stacktrace

java.lang.IllegalArgumentException: URI '/tmp/hive/ABC/hhh' is invalid. Unsupport URI without schema or relative URI.
	at org.apache.sentry.core.model.db.AccessURI.<init>(AccessURI.java:40)
	at org.apache.sentry.policy.db.DBModelAuthorizables.from(DBModelAuthorizables.java:62)
	at org.apache.sentry.policy.db.DBModelAuthorizables.from(DBModelAuthorizables.java:37)
	at org.apache.sentry.policy.db.DBModelAuthorizables.from(DBModelAuthorizables.java:46)
	at org.apache.sentry.tests.e2e.hive.AbstractTestWithStaticConfiguration.addPrivilege(AbstractTestWithStaticConfiguration.java:372)
	at org.apache.sentry.tests.e2e.hive.AbstractTestWithStaticConfiguration.grantPermissions(AbstractTestWithStaticConfiguration.java:347)
	at org.apache.sentry.tests.e2e.hive.AbstractTestWithStaticConfiguration.writePolicyFile(AbstractTestWithStaticConfiguration.java:320)
	at org.apache.sentry.tests.e2e.hive.TestOperations.testCaseSensitivity(TestOperations.java:764)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)