Skip to content

Commit

Permalink
Disable extension restart for test (#3225)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhiren Vispute <[email protected]>
  • Loading branch information
dv-msft and Dhiren Vispute authored Feb 5, 2024
1 parent 19bd6b9 commit 946a9d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/stress/km/stress_tests_km.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1489,12 +1489,14 @@ TEST_CASE("native_invoke_v4_v6_programs_restart_extension_test", "[native_mt_str
// NOTE: The '-tt', '-er' and the '-erd' command line parameters are not used by this test.

_km_test_init();
LOG_INFO("\nStarting test *** native_invoke_program_restart_extension_v4_test ***");
LOG_INFO("\nStarting test *** native_invoke_v4_v6_programs_restart_extension_test ***");
test_control_info local_test_control_info = _global_test_control_info;

// Enforce enabling of the 'extension restart' thread for this test for increased stress.
// (The restart delay is set to the default value or the value specified (if any) on the command line.)
local_test_control_info.extension_restart_enabled = true;

// TODO: Bring this test in compliance with GH Issue #3223. Until then, disable extension restart for this test.
local_test_control_info.extension_restart_enabled = false;

// This test needs only 2 threads (one per program).
local_test_control_info.threads_count = 2;
Expand Down

0 comments on commit 946a9d4

Please sign in to comment.