Skip to content

Commit a5d0874

Browse files
Merge remote-tracking branch 'origin/main' into box.plot
2 parents 5102503 + e862c9e commit a5d0874

File tree

1 file changed

+0
-21
lines changed
  • redis_benchmarks_specification/__runner__

1 file changed

+0
-21
lines changed

redis_benchmarks_specification/__runner__/runner.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,21 +2449,6 @@ def delete_temporary_files(
24492449
)
24502450
arbitrary_command = False
24512451

2452-
# if (
2453-
# arbitrary_command
2454-
# and oss_cluster_api_enabled
2455-
# and "memtier" in benchmark_tool
2456-
# ):
2457-
# logging.warning(
2458-
# "Forcing skip this test given there is an arbitrary commmand and memtier usage. Check https://github.com/RedisLabs/memtier_benchmark/pull/117 ."
2459-
# )
2460-
# delete_temporary_files(
2461-
# temporary_dir_client=temporary_dir_client,
2462-
# full_result_path=None,
2463-
# benchmark_tool_global=benchmark_tool_global,
2464-
# )
2465-
# continue
2466-
24672452
# Check if we have multiple client configurations
24682453
client_configs = extract_client_configs(benchmark_config)
24692454
is_multiple_clients = len(client_configs) > 1
@@ -3648,12 +3633,6 @@ def data_prepopulation_step(
36483633
1,
36493634
unix_socket,
36503635
)
3651-
# if arbitrary_command is True and oss_cluster_api_enabled:
3652-
# logging.warning(
3653-
# "Skipping this test given it implies arbitrary command on an cluster setup. Not supported on memtier: https://github.com/RedisLabs/memtier_benchmark/pull/117"
3654-
# )
3655-
# result = False
3656-
# return result
36573636

36583637
# run the benchmark
36593638
preload_start_time = datetime.datetime.now()

0 commit comments

Comments
 (0)