summaryrefslogtreecommitdiff
path: root/test/test_fuzz_test.cpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-09-21 12:58:33 +0800
committerchenzizhan <[email protected]>2023-09-21 12:58:33 +0800
commite45dec117fcc3104240bc14115510e94d9ff60a2 (patch)
tree52b00f0950b76a3faa4e4713519db4328ffd4bd5 /test/test_fuzz_test.cpp
parent699032ad438f6e8d0843869742d46a60c8e7978b (diff)
counter_get change
Diffstat (limited to 'test/test_fuzz_test.cpp')
-rw-r--r--test/test_fuzz_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fuzz_test.cpp b/test/test_fuzz_test.cpp
index c29e3d9..d6604e7 100644
--- a/test/test_fuzz_test.cpp
+++ b/test/test_fuzz_test.cpp
@@ -174,7 +174,7 @@ TEST(Fuzz_test, both_comp_and_topk_cubes_with_merge_and_reset_expecting_correct_
} else {
for (size_t j = 0; j < cell_num0; j++) {
string cell_key = Fieldstat_tag_list_wrapper(&tags0[j]).to_string();
- EXPECT_EQ(comp_count[cubes[i]][cell_key], fieldstat_counter_get(instance_in_focus, cubes[i], 0, cells0[j]));
+ EXPECT_EQ(comp_count[cubes[i]][cell_key], my_fieldstat_counter_get(instance_in_focus, cubes[i], 0, cells0[j]));
EXPECT_NEAR(comp_hll[cubes[i]][cell_key].size(), fieldstat_hll_get(instance_in_focus, cubes[i], 1, cells0[j]), comp_hll[cubes[i]][cell_key].size() * 0.2);
}
}