Skip to content

Commit

Permalink
refactor e2e slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jun 10, 2024
1 parent ef6988c commit aecf3b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/slow-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aecf3b1

Please sign in to comment.