Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Sep 19, 2024
1 parent d77f47c commit 8a46d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e_test/source/cdc_inline/auto_schema_map_mysql.slt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ALTER SYSTEM SET license_key TO DEFAULT;

statement ok
create table test_default (*) from mysql_source table 'mytest.test_default';

sleep 3s

query TTTTTTTTTTTTT
Expand Down
1 change: 1 addition & 0 deletions e2e_test/source/cdc_inline/auto_schema_map_pg.slt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ create source pg_source with (

statement ok
create table test_default (*) from pg_source table 'public.test_default';

sleep 3s

statement ok
Expand Down

0 comments on commit 8a46d9b

Please sign in to comment.