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

Fix eternal_tests/eternal-load/bin/tests/test_load_fails: don't use 30 sec timeout when running eternal-load, use default suite timeout instead #2981

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

SvartMetal
Copy link
Collaborator

2025-02-05 01:52:08,814 - INFO - ya.test - pytest_collection_modifyitems: Modulo 0 tests are: [[<Function test_load_fails>]]
2025-02-05 01:52:08,817 - INFO - ya.test - pytest_runtest_setup: ####################################################################################################
2025-02-05 01:52:08,817 - INFO - ya.test - pytest_runtest_setup: test_load_fails
2025-02-05 01:52:08,817 - INFO - ya.test - pytest_runtest_setup: ####################################################################################################
2025-02-05 01:52:08,817 - INFO - ya.test - pytest_runtest_setup: Test setup
2025-02-05 01:52:08,818 - INFO - ya.test - pytest_runtest_call: Test call (class_name: test.py, test_name: test_load_fails)
2025-02-05 01:52:08,819 - DEBUG - ya.test - get_binary: Binary was found by /home/github/.ya/build/build_root/nhjj/000784/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/eternal-load
2025-02-05 01:52:39,284 - ERROR - ya.test - logreport: cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/tests/test.py:52: in test_load_fails
    result = future.result()
contrib/tools/python3/src/Lib/concurrent/futures/_base.py:449: in result
    return self.__get_result()
contrib/tools/python3/src/Lib/concurrent/futures/_base.py:401: in __get_result
    raise self._exception
contrib/tools/python3/src/Lib/concurrent/futures/thread.py:58: in run
    result = self.fn(*self.args, **self.kwargs)
cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/tests/test.py:34: in __run_load_test
    return run(params, stdout=PIPE, stderr=PIPE, universal_newlines=True, timeout=_TIMEOUT)
contrib/tools/python3/src/Lib/subprocess.py:550: in run
    stdout, stderr = process.communicate(input, timeout=timeout)
contrib/tools/python3/src/Lib/subprocess.py:1209: in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
contrib/tools/python3/src/Lib/subprocess.py:2109: in _communicate
    self._check_timeout(endtime, orig_timeout, stdout, stderr)
contrib/tools/python3/src/Lib/subprocess.py:1253: in _check_timeout
    raise TimeoutExpired(
E   subprocess.TimeoutExpired: Command '['/home/github/.ya/build/build_root/nhjj/000784/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/eternal-load', '--config-type', 'generated', '--blocksize', '4096', '--request-block-count', '3', '--file', '/home/github/.ya/build/build_root/nhjj/000784/r3tmp/tmp0p2iwzzc.test', '--filesize', '1', '--iodepth', '8', '--write-rate', '70']' timed out after 30 seconds
2025-02-05 01:52:39,285 - INFO - ya.test - pytest_runtest_teardown: Test teardown

…0 sec timeout when running eternal-load, use default suite timeout instead
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 0371eab.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
6316 6315 0 1 0 0

@SvartMetal SvartMetal merged commit 0a4325f into main Feb 7, 2025
10 of 12 checks passed
@SvartMetal SvartMetal deleted the users/svartmetal/fix/3 branch February 7, 2025 10:29
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