Skip to content

Commit

Permalink
try try
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Nov 20, 2024
1 parent 3672cd1 commit 032aefb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions e2e_test/source_inline/fs/posix_fs.slt
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ diamonds_mv FS_FETCH {MVIEW,FS_FETCH} 0
diamonds_mv SOURCE {SOURCE} 0

statement ok
ALTER TABLE diamonds SET source_rate_limit TO 114;
ALTER TABLE diamonds SET source_rate_limit TO DEFAULT;


query T
select name, node_name, fragment_type, rate_limit from rw_rate_limit join rw_relations on table_id=id
order by name, node_name;
----
diamonds FS_FETCH {FS_FETCH} 114
diamonds SOURCE {SOURCE} 114
diamonds_mv FS_FETCH {MVIEW,FS_FETCH} 0
diamonds_mv SOURCE {SOURCE} 0

Expand Down Expand Up @@ -87,16 +85,12 @@ select * from diamonds_mv;


statement ok
ALTER SOURCE diamonds_source SET source_rate_limit TO 514;
ALTER SOURCE diamonds_source SET source_rate_limit TO DEFAULT;

query T
select name, node_name, fragment_type, rate_limit from rw_rate_limit join rw_relations on table_id=id
order by name, node_name;
----
diamonds FS_FETCH {FS_FETCH} 114
diamonds SOURCE {SOURCE} 114
diamonds_mv FS_FETCH {MVIEW,FS_FETCH} 514
diamonds_mv SOURCE {SOURCE} 514


sleep 10s
Expand Down

0 comments on commit 032aefb

Please sign in to comment.