EdColeman opened a new issue, #3598:
URL: https://github.com/apache/accumulo/issues/3598
MemoryStarvedScanIT
- MemoryStarvedScanIT.testScanPauses
- MemoryStarvedScanIT.testBatchScanPauses
-
**Describe the failure observed**
When the Wait.waitFor was changed to throw an exception instead of success /
fail and expecting the caller to test some of the tests in MemoryStarvedScanIT
started to fail. The wait for expecting a metric change times out, whicj is
now an exception and fails the test.
Increasing time timeout does not seem to help.
At this point it seems that there was a delay expecting the metric values to
change - but those value are not actually changing. Not sure if it is a test
logic issue and the metric(s) are correct, or if the metrics implementation are
not behaving as expected, or maybe something else?
Removing the check seems to allow the test to pass, but that may just be
hiding the issue.
--
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]