Skip to content

Commit 600e596

Browse files
committed
refactor: test
Signed-off-by: composer <[email protected]>
1 parent b1b0635 commit 600e596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/runtime/out_doris.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ void flb_test_json()
176176
"user", "admin",
177177
"database", "d_fb",
178178
"table", "t_fb",
179+
"log_progress_interval", "2",
179180
NULL);
180181
TEST_CHECK(ret == 0);
181182

@@ -235,6 +236,7 @@ void flb_test_time_key()
235236
"database", "d_fb",
236237
"table", "t_fb",
237238
"time_key", "timestamp",
239+
"log_progress_interval", "2",
238240
NULL);
239241
TEST_CHECK(ret == 0);
240242

0 commit comments

Comments
 (0)