-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16478 test: pool/autotest.py - Increase timeout #15102
base: master
Are you sure you want to change the base?
Conversation
The two tests in autotest.py with MD-on-SSD timed out in build 248. This was potentially caused by the slow TCP provider. Build 248 was the only timed out instance in the past 20 builds (235 to 255), so it looks like an intermittent issue. Increase the timeout by 50% and run it 10 times and check that it doesn't time out. Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Test-tag: test_pool_autotest Test-repeat: 10 Signed-off-by: Makito Kano <makito.kano@intel.com>
Ticket title is 'pool/autotest.py:PoolAutotestTest.test_pool_autotest - daos pool autotest timeout' |
I noticed that MD-on-SSD test didn't use TCP provider (used |
I think the original issue might have been https://daosio.atlassian.net/browse/DAOS-16484, since the original failure was using |
I see. If the test isn't expected to run on TCP/eth0, then we can close this PR. |
Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Skip-func-hw-test-medium-ucx-provider: false Test-tag: test_pool_autotest Test-repeat: 2
Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Test-tag-hw-medium-ucx-provider: test_pool_autotest Test-repeat: 2
It sounds like the timeout occurred with the slow TCP provider. However, to run the test with TCP provider with MD-on-SSD in CI, the test needs to use A month after the ticket was created, timeout occurred with UCX provider. Currently I'm trying to run the test with UCX provider using test tag such as https://daosio.atlassian.net/browse/DAOS-16484: This issue is about selecting the slower interface ( |
The two tests in autotest.py with MD-on-SSD timed out in build 248. This was potentially caused by the slow TCP provider. Build 248 was the only timed out instance in the past 20 builds (235 to 255), so it looks like an intermittent issue. Increase the timeout by 50% and run it 10 times and check that it doesn't time out.
Skip-unit-tests: true
Skip-fault-injection-test: true
Skip-func-hw-test-medium-md-on-ssd: false
Test-tag: test_pool_autotest
Test-repeat: 10
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: