Skip to content

revert: "test: run fe stack overflow test only in release mode" #21454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ci/scripts/e2e-test-serial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ cluster_start
risedev slt -p 4566 -d dev './e2e_test/streaming/**/*.slt' --junit "streaming-${profile}"
risedev slt -p 4566 -d dev './e2e_test/backfill/sink/different_pk_and_dist_key.slt'

if [ "$profile" != "ci-dev" ]; then
echo "--- Run release mode only tests"
risedev slt -p 4566 -d dev './e2e_test/release_mode_only/*.slt'
fi

echo "--- Kill cluster"
cluster_stop

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Why this is release mode only: https://github.com/risingwavelabs/risingwave/issues/21355#issuecomment-2806876248
# If this test failed, may take a look at https://github.com/risingwavelabs/risingwave/issues/21355

statement ok
SET streaming_parallelism TO 1;
Expand Down
Loading