Skip to content

Conversation

PopoviciMarian
Copy link
Contributor

No description provided.

@PopoviciMarian PopoviciMarian changed the title Add retry logic for server tests in run_server_tests.py [WIP] - Add retry logic for server tests in run_server_tests.py Sep 25, 2025
@PopoviciMarian PopoviciMarian changed the title [WIP] - Add retry logic for server tests in run_server_tests.py (WIP)- Add retry logic for server tests in run_server_tests.py Sep 25, 2025
@PopoviciMarian PopoviciMarian changed the title (WIP)- Add retry logic for server tests in run_server_tests.py [WIP]- Add retry logic for server tests in run_server_tests.py Sep 25, 2025

def handle_test_scenario(data, root_tests_dir, test_lib_dir, server, benchmark, valgrind, debug):

def handle_test_scenario(data, root_tests_dir, test_lib_dir, server, benchmark, valgrind, debug, max_retries=0, retry_delay=5):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function call with 9 positional arguments makes parameter order unclear and error-prone. More info

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.

1 participant