Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Oct 11, 2024
1 parent fd0c74d commit 528f886
Show file tree
Hide file tree
Showing 87 changed files with 6 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ci/scripts/e2e-source-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ echo "--- e2e, ci-kafka, legacy kafka tests"
export RUST_MIN_STACK=4194304
RUST_LOG="info,risingwave_stream=info,risingwave_batch=info,risingwave_storage=info" \
risedev ci-start ci-kafka
./e2e_test/source/kafka_legacy/script/prepare_ci_kafka.sh
risedev slt './e2e_test/source/kafka_legacy/*.slt'
risedev slt './e2e_test/source/kafka_legacy/old_row_format_syntax/*.slt'
./e2e_test/source_legacy/kafka/script/prepare_ci_kafka.sh
risedev slt './e2e_test/source_legacy/kafka/*.slt'
risedev slt './e2e_test/source_legacy/kafka/old_row_format_syntax/*.slt'

echo "--- Run CH-benCHmark"
risedev slt './e2e_test/ch_benchmark/batch/ch_benchmark.slt'
Expand Down
8 changes: 0 additions & 8 deletions e2e_test/source/kafka_legacy/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ SELECT * FROM tt1;
1 2023-10-23 10:00:00+00:00

statement ok
drop table tt1;
drop table tt1;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -e

SCRIPT_PATH="$(cd "$(dirname "$0")" >/dev/null 2>&1 && pwd)"
# SCRIPT_PATH is e2e_test/source/kafka_legacy/script/
# cwd is e2e_test/source/kafka_legacy/
# SCRIPT_PATH is e2e_test/source_legacy/kafka/script/
# cwd is e2e_test/source_legacy/kafka/

echo "$SCRIPT_PATH"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 528f886

Please sign in to comment.