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/09/17 16:49:00 UTC

[GitHub] [accumulo] EdColeman commented on a change in pull request #2275: Added additional tests in CompactionIT

EdColeman commented on a change in pull request #2275:
URL: https://github.com/apache/accumulo/pull/2275#discussion_r711208283



##########
File path: core/src/main/java/org/apache/accumulo/core/iterators/SleepyIterator.java
##########
@@ -0,0 +1,80 @@
+/*

Review comment:
       There is a similar functioning iterator with org.apache.accumulo.test.functional.SlowIterator.  Assuming that this iterator is used only for testing, would a test package be a better fit?
   
   Also, many of the tests that use SlowIterator are flaky - beloved to be because of resource contention and those tests usually needing multiple, concurrent operations.  
   
   - Would sleep iterator help with those tests?
   - Are tests that use sleepy iterator likely to have similar issues?
   




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