Skip to content

Commit

Permalink
set batch_max_size to 1 on test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
qizhendong committed Feb 15, 2022
1 parent 9118fb0 commit 041d8b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/plugin/clickhouse-logger.t
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ property "endpoint_addr" is required
"password": "a",
"database": "default",
"logtable": "t",
"endpoint_addr": "http://127.0.0.1:10420/clickhouse-logger/test"
"endpoint_addr": "http://127.0.0.1:10420/clickhouse-logger/test",
"batch_max_size":1
}
},
"upstream": {
Expand All @@ -173,7 +174,7 @@ property "endpoint_addr" is required
},
"plugins":{
"clickhouse-logger":{
"batch_max_size":1000,
"batch_max_size":1,
"max_retry_count":0,
"retry_delay":1,
"ssl_verify":true,
Expand Down

0 comments on commit 041d8b3

Please sign in to comment.