Skip to content

Commit 0df612e

Browse files
test: Run index tests in deterministic mode (#155)
1 parent d263bf5 commit 0df612e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ TEST_CASE("INDEX") {
420420
args.push_back("--receive-timeout-seconds=60");
421421
args.push_back(fmt::format("--driver-id=index-{}",
422422
test::globalCliOptions.testName));
423+
args.push_back("--deterministic");
423424
boost::process::child driver(
424425
args, boost::process::start_dir(rootInSourceDir.asStringRef()),
425426
boost::process::std_out > stdout, boost::process::std_err > stderr);

0 commit comments

Comments
 (0)