@@ -634,12 +634,12 @@ def test_key_placeholder(env):
634
634
635
635
# benchmark.run() returns True if the return code of memtier_benchmark was 0
636
636
memtier_ok = benchmark .run ()
637
- debugPrintMemtierOnError (config , env , memtier_ok )
637
+ debugPrintMemtierOnError (config , env )
638
638
639
639
master_nodes_connections = env .getOSSMasterNodesConnectionList ()
640
640
merged_command_stats = {'cmdstat_hset' : {'calls' : 0 }}
641
641
overall_request_count = agg_info_commandstats (master_nodes_connections , merged_command_stats )
642
- assert_minimum_memtier_outcomes (config , env , memtier_ok , merged_command_stats , overall_expected_request_count ,
642
+ assert_minimum_memtier_outcomes (config , env , memtier_ok , overall_expected_request_count ,
643
643
overall_request_count )
644
644
645
645
@@ -665,12 +665,12 @@ def test_key_placeholder_togetherwithdata(env):
665
665
666
666
# benchmark.run() returns True if the return code of memtier_benchmark was 0
667
667
memtier_ok = benchmark .run ()
668
- debugPrintMemtierOnError (config , env , memtier_ok )
668
+ debugPrintMemtierOnError (config , env )
669
669
670
670
master_nodes_connections = env .getOSSMasterNodesConnectionList ()
671
671
merged_command_stats = {'cmdstat_hset' : {'calls' : 0 }}
672
672
overall_request_count = agg_info_commandstats (master_nodes_connections , merged_command_stats )
673
- assert_minimum_memtier_outcomes (config , env , memtier_ok , merged_command_stats , overall_expected_request_count ,
673
+ assert_minimum_memtier_outcomes (config , env , memtier_ok , overall_expected_request_count ,
674
674
overall_request_count )
675
675
676
676
@@ -853,7 +853,7 @@ def test_arbitrary_command_cache_miss_tracking(env):
853
853
854
854
# benchmark.run() returns True if the return code of memtier_benchmark was 0
855
855
memtier_ok = benchmark .run ()
856
- debugPrintMemtierOnError (config , env , memtier_ok )
856
+ debugPrintMemtierOnError (config , env )
857
857
858
858
# Check that the JSON output includes hit/miss statistics for arbitrary commands
859
859
json_filename = '{0}/mb.json' .format (config .results_dir )
0 commit comments