Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 24, 2024
1 parent f1b77fb commit 788a50a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e_test/ddl/drop/drop_creating_mv.slt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ risedev psql -c 'create materialized view m1 as select * from t;' &
onlyif can-use-recover
sleep 5s

onlyif can-use-recover
query I
select background_ddl from rw_catalog.rw_materialized_views where name='m1';
----
Expand All @@ -38,6 +39,7 @@ create materialized view m1 as select * from t;
onlyif can-use-recover
sleep 5s

onlyif can-use-recover
query I
select background_ddl from rw_catalog.rw_materialized_views where name='m1';
----
Expand All @@ -58,6 +60,7 @@ create materialized view m1 as select * from t;
onlyif can-use-recover
sleep 5s

onlyif can-use-recover
query I
select background_ddl from rw_catalog.rw_materialized_views where name='m1';
----
Expand All @@ -70,6 +73,7 @@ recover;
onlyif can-use-recover
sleep 10s

onlyif can-use-recover
query I
select background_ddl from rw_catalog.rw_materialized_views where name='m1';
----
Expand Down

0 comments on commit 788a50a

Please sign in to comment.