We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212f690 commit 3dad2b1Copy full SHA for 3dad2b1
redis_benchmarks_specification/__self_contained_coordinator__/clients.py
@@ -10,6 +10,8 @@ def prepare_memtier_benchmark_parameters(
10
"--json-out-file",
11
local_benchmark_output_filename,
12
full_benchmark_path,
13
+ "--json-out-file",
14
+ local_benchmark_output_filename,
15
"--port",
16
"{}".format(port),
17
"--server",
utils/tests/test_runner.py
@@ -265,7 +265,7 @@ def test_extract_testsuites():
265
"--test-suites-folder",
266
"./utils/tests/test_data/test-suites",
267
"--tests-regex",
268
- ".*\.yml",
+ r".*\.yml",
269
]
270
)
271
tests = extract_testsuites(args)
0 commit comments