ctubbsii opened a new pull request, #3675:
URL: https://github.com/apache/accumulo/pull/3675

   * Move processing of timeout.factor into the Wait class
   * Remove redundant processing of timeout.factor (except for deprecated and 
disabled replication tests, which are deleted in the main branch)
   * Incorporate the timeout.factor into the Wait tool's sleep and duration 
parameters
   * Use nanoTime to compute duration for Wait, to avoid weirdness with system 
clock
   * Change default timeout in ITs to 24 hours instead of 5 days (no IT should 
be running that long under any circumstance)
   * Update ScanConsistencyIT to construct scanner or isolated scanner in the 
try-with-resources resource block, to avoid warning about unclosed Scanner when 
the reference is copied to wrap it with isolation
   * Avoid unused variable warning in for loop by using a lambda in 
ManagerAssignmentIT
   * Fix typos in Wait for the word "true" (was "ture")
   * Remove ScanConsistencyIT from sunny test group, as it represents edge-case 
coverage rather than minimal base Accumulo functional testing
   * Make ManagerAssignmentIT less flaky by increasing the Wait.waitFor timeout 
to 60 seconds instead of the default 30


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to