Dénes Bodó created OOZIE-3713:
---------------------------------
Summary: Check if
org.apache.oozie.util.TestBufferDrainer.testDrainBuffersFast could be more
resilient to slow environment
Key: OOZIE-3713
URL: https://issues.apache.org/jira/browse/OOZIE-3713
Project: Oozie
Issue Type: Task
Affects Versions: 5.2.1
Reporter: Dénes Bodó
When tested OOZIE-3693 we found that some test cases ran too slowly caused
timeouts. Fortunately a re-run solved the issue and with [~jmakai] we checked
if this timeout is a real issue or not. It is not.
{noformat}
12:20:02 [ERROR]
org.apache.oozie.util.TestBufferDrainer.testDrainBuffersFast(org.apache.oozie.util.TestBufferDrainer)
12:20:02 [ERROR] Run 1:
TestBufferDrainer.testDrainBuffersFast:153->DrainerTestCase.checkSampleStringWithDifferentMaxLength:66->access$300:43->checkDrainBufferFast:166->drainProcessAndCheckTimeout:197
drainBuffer test timed out after 1109 ms
12:20:02 [ERROR] Run 2:
TestBufferDrainer.testDrainBuffersFast:153->DrainerTestCase.checkSampleStringWithDifferentMaxLength:66->access$300:43->checkDrainBufferFast:166->drainProcessAndCheckTimeout:197
drainBuffer test timed out after 4668 ms {noformat}
The task is to investigate if we could make this test case independent to the
environment's performance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)