This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_fixing_cpp_ut
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/try_fixing_cpp_ut by this push:
new cc7b57bb try to fix GetCurTimestamp
cc7b57bb is described below
commit cc7b57bb4876358927a890487ff7f89cbb43bfc8
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 5 17:00:49 2024 +0800
try to fix GetCurTimestamp
---
cpp/test/utils/db_utils_test.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpp/test/utils/db_utils_test.cc b/cpp/test/utils/db_utils_test.cc
index 7dae7457..99d86a82 100644
--- a/cpp/test/utils/db_utils_test.cc
+++ b/cpp/test/utils/db_utils_test.cc
@@ -212,6 +212,7 @@ TEST(ColumnDescTest, IsValid) {
TEST(UtilTest, GetCurTimestamp) {
int64_t timestamp = get_cur_timestamp();
+ printf("timestamp %lld\n", timestamp);
EXPECT_GT(timestamp, 0);
}