Skip to content
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

Replace 180 sec timeout for TAioStorageTest with default 600 sec timeout as the test uses disk and sometimes hits the deadline #2972

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

SvartMetal
Copy link
Collaborator

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: 180 second(s) wait timeout has expired: Command '['/home/github/.ya/tools/v4/5571992960/test_tool3', 'run_ut', '@/home/github/.ya/build/build_root/6c7f/000e44/cloud/blockstore/libs/service_local/ut/test-results/unittest/chunk0/testing_out_stuff/test_tool.args']' stopped by 180 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1732, in main
    res.wait(check_exit_code=False, timeout=run_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("180 second(s) wait timeout has expired: Command '['/home/github/.ya/tools/v4/5571992960/test_tool3', 'run_ut', '@/home/github/.ya/build/build_root/6c7f/000e44/cloud/blockstore/libs/service_local/ut/test-results/unittest/chunk0/testing_out_stuff/test_tool.args']' stopped by 180 seconds timeout",), {})

…out as the test uses disk and sometimes hits the deadline
Copy link
Contributor

github-actions bot commented Feb 4, 2025

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit c2d6645.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
6314 6314 0 0 0 0

@SvartMetal SvartMetal merged commit d4b6efd into main Feb 4, 2025
11 of 12 checks passed
@SvartMetal SvartMetal deleted the users/svartmetal/fix/2 branch February 4, 2025 13:22
Sazonov99 pushed a commit that referenced this pull request Feb 5, 2025
…out as the test uses disk and sometimes hits the deadline (#2972)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants