summaryrefslogtreecommitdiff
path: root/test/utils.hpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-09-13 13:14:40 +0800
committerchenzizhan <[email protected]>2023-09-13 13:14:40 +0800
commitb9de4c77ec0f01de539f5cd8456559ea68878068 (patch)
treed049644ec53ac231b804729ae1c273d12e97c057 /test/utils.hpp
parent6e5d010519ac5b2512367e1582f253bc0cc53297 (diff)
timestamp breakchangev4.3.0
Diffstat (limited to 'test/utils.hpp')
-rw-r--r--test/utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils.hpp b/test/utils.hpp
index c1aa739..75475a9 100644
--- a/test/utils.hpp
+++ b/test/utils.hpp
@@ -10,6 +10,7 @@ const struct fieldstat_tag TEST_TAG_INT_collided = {"collided", TAG_INTEGER, {.v
const struct fieldstat_tag TEST_TAG_DOUBLE = {"DOUBLE key_", TAG_DOUBLE, {.value_double = 100.1}};
const struct fieldstat_tag TEST_TAG_DOUBLE_collided = {"collided", TAG_DOUBLE, {.value_double = 2.0}};
const struct fieldstat_tag TEST_SHARED_TAG = {"shared", TAG_INTEGER, {.value_longlong = 1}};
+const struct timeval TEST_TIMEVAL = {100, 10000};
std::string gen_rand_string(int len);