Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Dec 15, 2022
1 parent e4f6011 commit 235851d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ suite("test_jsonb_unique_load_and_function", "p0") {

file dataFile // import csv file
time 10000 // limit inflight 10s
set 'strict_mode', 'true'

// if declared a check callback, the default check condition will ignore.
// So you must check all condition
Expand Down Expand Up @@ -68,6 +69,7 @@ suite("test_jsonb_unique_load_and_function", "p0") {
set 'max_filter_ratio', '0.3'
file dataFile // import csv file
time 10000 // limit inflight 10s
set 'strict_mode', 'true'

// if declared a check callback, the default check condition will ignore.
// So you must check all condition
Expand Down

0 comments on commit 235851d

Please sign in to comment.