You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/06/08 16:32:14 UTC

[GitHub] [accumulo] EdColeman opened a new issue #2151: TableOperationsIT and NamesapceIT test failures.

EdColeman opened a new issue #2151:
URL: https://github.com/apache/accumulo/issues/2151


   **Describe the bug**
   Running the full set of tests - these two have failed so far and look to be errors that are not transient
   
   TableOperationsIT and NamespaceIT test fail with IllegalStateException
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: current main (58a559fa6)
   
   **To Reproduce**
   Steps to reproduce the behavior (or a link to an example repository that reproduces the problem):
   Run the tests
   
   **Expected behavior**
   The tests pass
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Additional context**
   ```
   
   [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 124.504 s <<< FAILURE! - in org.apache.accumulo.test.TableOperationsIT
   [ERROR] org.apache.accumulo.test.TableOperationsIT.createTableWithTableNameLengthLimit  Time elapsed: 19.371 s  <<< ERROR!
   java.lang.IllegalArgumentException: tableName must only contain word characters (letters, digits, and underscores) and cannot exceed 1024 characters
   
   INFO] Running org.apache.accumulo.test.NamespacesIT
   [ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 63.835 s <<< FAILURE! - in org.apache.accumulo.test.NamespacesIT
   [ERROR] org.apache.accumulo.test.NamespacesIT.createNamespaceWithNamespaceLengthLimit  Time elapsed: 1.115 s  <<< ERROR!
   java.lang.IllegalArgumentException: namespace must only contain word characters (letters, digits, and underscores) and cannot exceed 1024 characters
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii commented on issue #2151: TableOperationsIT and NamesapceIT test failures.

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2151:
URL: https://github.com/apache/accumulo/issues/2151#issuecomment-856929921


   I'm working on this as follow on from #1971 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii closed issue #2151: TableOperationsIT and NamesapceIT test failures.

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #2151:
URL: https://github.com/apache/accumulo/issues/2151


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org