Skip to content

Commit

Permalink
test: workaround a flaky source test (#19729)
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan authored Dec 10, 2024
1 parent c269f84 commit 00ee666
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e_test/source_inline/kafka/issue_19563.slt.serial
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ select array_length(upstream_fragment_ids) from rw_fragments where array_contain
----
3

# XXX: wait until source reader is ready. then produce data.
# This is a temporary workaround for a data loss bug https://github.com/risingwavelabs/risingwave/issues/19681#issuecomment-2532183002
sleep 2s

system ok
cat <<EOF | rpk topic produce test-topic-19563
{"v1": "3031-01-01 19:00:00"}
Expand All @@ -70,4 +74,4 @@ statement ok
DROP SOURCE kafkasource CASCADE;

system ok
rpk topic delete test-topic-18308
rpk topic delete test-topic-19563

0 comments on commit 00ee666

Please sign in to comment.