You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sneha Kanekar (JIRA)" <ji...@apache.org> on 2017/06/12 10:44:00 UTC

[jira] [Updated] (ACCUMULO-4651) Tests in org.apache.accumulo.test.functional.PermissionsIT fail

     [ https://issues.apache.org/jira/browse/ACCUMULO-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sneha Kanekar updated ACCUMULO-4651:
------------------------------------
    Description: 
Integration tests in org.apache.accumulo.test.functional.PermissionsIT fail consistently since ACCUMULO-4501. The error message is as follows:
{code:borderStyle=solid}
java.lang.IllegalArgumentException: Unrecognized table Permission: GET_SUMMARIES
	at org.apache.accumulo.test.functional.PermissionsIT.testMissingTablePermission(PermissionsIT.java:644)
	at org.apache.accumulo.test.functional.PermissionsIT.tablePermissionTest(PermissionsIT.java:539)
{code}


  was:
Tests in org.apache.accumulo.test.functional.PermissionsIT fail consistently since ACCUMULO-4501. The error message is as follows:
{code:borderStyle=solid}
java.lang.IllegalArgumentException: Unrecognized table Permission: GET_SUMMARIES
	at org.apache.accumulo.test.functional.PermissionsIT.testMissingTablePermission(PermissionsIT.java:644)
	at org.apache.accumulo.test.functional.PermissionsIT.tablePermissionTest(PermissionsIT.java:539)
{code}



> Tests in org.apache.accumulo.test.functional.PermissionsIT fail
> ---------------------------------------------------------------
>
>                 Key: ACCUMULO-4651
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4651
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 2.0.0
>         Environment: Ubuntu:14.04
> $ java -version
> openjdk version "1.8.0_111"
> OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
>            Reporter: Sneha Kanekar
>              Labels: ppc64le, x86
>
> Integration tests in org.apache.accumulo.test.functional.PermissionsIT fail consistently since ACCUMULO-4501. The error message is as follows:
> {code:borderStyle=solid}
> java.lang.IllegalArgumentException: Unrecognized table Permission: GET_SUMMARIES
> 	at org.apache.accumulo.test.functional.PermissionsIT.testMissingTablePermission(PermissionsIT.java:644)
> 	at org.apache.accumulo.test.functional.PermissionsIT.tablePermissionTest(PermissionsIT.java:539)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)