Skip to content

Commit

Permalink
refactor backwards-compat-tests into e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jun 10, 2024
1 parent 9e137fc commit ef6988c
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ UPDATE_EXPECT=1 cargo test -p risingwave_connector tests::test_with_options_yaml
[tasks.backwards-compat-test]
category = "RiseDev - Test - Backwards Compatibility Test"
description = "Run backwards compatibility test"
script = "./backwards-compat-tests/scripts/run_local.sh"
script = "./e2e_test/backwards-compat-tests/scripts/run_local.sh"

# For debugging.
# To show the env for a specific task, use `run_task = "show-env"` for that task.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/backwards-compat-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
exit 1
fi

source backwards-compat-tests/scripts/utils.sh
source e2e_test/backwards-compat-tests/scripts/utils.sh

################################### Main

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on_exit() {

trap on_exit EXIT

source backwards-compat-tests/scripts/utils.sh
source e2e_test/backwards-compat-tests/scripts/utils.sh

configure_rw() {
VERSION="$1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
RECOVERY_DURATION=20

# Setup test directory
TEST_DIR=.risingwave/backwards-compat-tests/
TEST_DIR=.risingwave/e2e_test/backwards-compat-tests/
mkdir -p $TEST_DIR
cp -r backwards-compat-tests/slt/* $TEST_DIR
cp -r e2e_test/backwards-compat-tests/slt/* $TEST_DIR

wait_for_process() {
process_name="$1"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ef6988c

Please sign in to comment.