Skip to content

Commit

Permalink
test: add retry for check on drop table connector (#20534)
Browse files Browse the repository at this point in the history
Co-authored-by: tabversion <tabversion@bupt.icu>
  • Loading branch information
tabVersion and tabversion authored Feb 19, 2025
1 parent 8fa011e commit 587cdd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FORMAT PLAIN ENCODE AVRO (

sleep 1s

query ??
query ?? retry 3 backoff 5s
select foo, bar from avro_drop_table_connector_test_table
----
ABC 1
Expand Down

0 comments on commit 587cdd9

Please sign in to comment.