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/05/20 14:35:15 UTC

[GitHub] [accumulo] keith-turner opened a new issue #2114: Consolidate compaction functionality testing between internal and external compactions

keith-turner opened a new issue #2114:
URL: https://github.com/apache/accumulo/issues/2114


   External compactions were added in #2096 and in this change there is a new IT called ExternalCompactionIT.  This IT tests some things that specific to External compactions (like fault conditions) and it test some functionality that is common between external and internal compactions.  It would be good to consolidate testing of common functionality and write test that can run against both.  For example functionality like the following is common to both and it would be nice to write test once and run the test against both.
   
     * Setting compaction iterators
     * Selecting a subset of tablet files for a user compaction
     * Overriding file output settings for a compaction like compression
     * Compacting encrypted files
     * Etc


-- 
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] dlmarion closed issue #2114: Consolidate compaction functionality testing between internal and external compactions

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


   


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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