Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions redis_benchmarks_specification/__runner__/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2210,21 +2210,6 @@ def delete_temporary_files(
)
arbitrary_command = False

if (
arbitrary_command
and oss_cluster_api_enabled
and "memtier" in benchmark_tool
):
logging.warning(
"Forcing skip this test given there is an arbitrary commmand and memtier usage. Check https://github.com/RedisLabs/memtier_benchmark/pull/117 ."
)
delete_temporary_files(
temporary_dir_client=temporary_dir_client,
full_result_path=None,
benchmark_tool_global=benchmark_tool_global,
)
continue

# Check if we have multiple client configurations
client_configs = extract_client_configs(benchmark_config)
is_multiple_clients = len(client_configs) > 1
Expand Down Expand Up @@ -3375,12 +3360,6 @@ def data_prepopulation_step(
1,
unix_socket,
)
if arbitrary_command is True and oss_cluster_api_enabled:
logging.warning(
"Skipping this test given it implies arbitrary command on an cluster setup. Not supported on memtier: https://github.com/RedisLabs/memtier_benchmark/pull/117"
)
result = False
return result

# run the benchmark
preload_start_time = datetime.datetime.now()
Expand Down
Loading