Skip to content
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

refactor(test): move backwards compat test and slow tests into e2e_test folder #17190

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
refactor e2e slow tests
kwannoel committed Jun 10, 2024
commit aecf3b1e773d8e75b55a3c0ffc8082ea10391aba
4 changes: 2 additions & 2 deletions ci/scripts/slow-e2e-test.sh
Original file line number Diff line number Diff line change
@@ -36,5 +36,5 @@ echo "--- e2e, $mode, slow-udf-tests"
python3 -m pip install --break-system-packages arrow-udf==0.2.1
RUST_LOG="info" \
risedev ci-start "$mode"
sqllogictest -p 4566 -d dev './e2e_test_slow/udf/always_retry_python.slt'
sqllogictest -p 4566 -d dev './e2e_test_slow/backfill/rate_limit/slow-udf.slt'
sqllogictest -p 4566 -d dev './e2e_test/slow_tests/udf/always_retry_python.slt'
sqllogictest -p 4566 -d dev './e2e_test/slow_tests/backfill/rate_limit/slow-udf.slt'
File renamed without changes.