Mike Beckerle created DAFFODIL-2582:
---------------------------------------
Summary: fix test that fails due to 100ms timeout
Key: DAFFODIL-2582
URL: https://issues.apache.org/jira/browse/DAFFODIL-2582
Project: Daffodil
Issue Type: Improvement
Components: QA
Affects Versions: 3.2.0
Reporter: Mike Beckerle
A test that sometimes fails to finish within 100ms failed again. See:
https://github.com/apache/daffodil/runs/4096774542?check_suite_focus=true
https://github.com/apache/daffodil/runs/4107338275?check_suite_focus=true
{code:java}
[error] Test
org.apache.daffodil.api.TestParseIndividualMessages.testDaffodilParseFromNetworkDelimited2b
failed: java.util.concurrent.TimeoutException: Futures timed out after [100
milliseconds], took 0.476 sec [0.872 sec]
{code}
This test should be redesigned so as to not-need a timeout. In principle this
timeout indicates that something *could* be broken. But most likely it's just
that the test machine is heavily overloaded and so these take longer than 100ms.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)