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 2020/04/09 14:40:02 UTC

[GitHub] [accumulo] drewfarris opened a new pull request #1585: Closes #1576 - Addresses issue causing integration test failures

drewfarris opened a new pull request #1585: Closes #1576 - Addresses issue causing integration test failures
URL: https://github.com/apache/accumulo/pull/1585
 
 
   I wasn't handling arguments to the import table command properly in `TableOperationsImpl`, and a comma-delimited string of directories was captured and passed to the FATE operation in a single element `Set<String>` instead of a proper Set of multiple directories. This lead to integration test failures on Jenkins. 
   
   This PR addresses that.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii commented on issue #1585: Closes #1576 - Resolves ImportExportIT failures

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #1585: Closes #1576 - Resolves ImportExportIT failures
URL: https://github.com/apache/accumulo/pull/1585#issuecomment-611660698
 
 
   AuditMessageIT is also broken from #1576 . I have a fix ready and incoming momentarily.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii commented on issue #1585: Closes #1576 - Resolves ImportExportIT failures

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #1585: Closes #1576 - Resolves ImportExportIT failures
URL: https://github.com/apache/accumulo/pull/1585#issuecomment-611669018
 
 
   AuditMessageIT fixed in b9cc232af9717a00aeb76839fc9d42e33c1c4a13

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii merged pull request #1585: Closes #1576 - Resolves ImportExportIT failures

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #1585: Closes #1576 - Resolves ImportExportIT failures
URL: https://github.com/apache/accumulo/pull/1585
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services