summaryrefslogtreecommitdiffstats
path: root/tests/include/concurrent_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/concurrent_extension.h')
-rw-r--r--tests/include/concurrent_extension.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/include/concurrent_extension.h b/tests/include/concurrent_extension.h
index f6d01fd..63ccf87 100644
--- a/tests/include/concurrent_extension.h
+++ b/tests/include/concurrent_extension.h
@@ -137,6 +137,11 @@ START_TEST(t_insert_with_mem_merges)
if (test_de->insert(r)) {
r = R{r.key + 1, r.value + 1};
cnt++;
+
+ if (test_de->get_record_count() != cnt + 1000) {
+ fprintf(stderr, "here!\n");
+
+ }
ck_assert_int_eq(test_de->get_record_count(), cnt + 1000);
} else {
_mm_pause();