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

temporary disable some tests for DM #184

Merged
Merged
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
17 changes: 9 additions & 8 deletions tests/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ docker-compose down

rm -rf ./data ./log

./build_learner_config.sh
# temporary disable for branch DeltaMergeEngine
# ./build_learner_config.sh

docker-compose up -d --scale tics0=0 --scale tics-gtest=0 --scale tiflash0=0 --scale tikv-learner0=0
#docker-compose up -d --scale tics0=0 --scale tics-gtest=0 --scale tiflash0=0 --scale tikv-learner0=0

sleep 60
#sleep 60

docker-compose up -d --scale tics0=0 --scale tics-gtest=0 --scale tikv-learner0=0 --build
#docker-compose up -d --scale tics0=0 --scale tics-gtest=0 --scale tikv-learner0=0 --build

sleep 5
#sleep 5

docker-compose up -d --scale tics0=0 --scale tics-gtest=0
docker-compose exec -T tiflash0 bash -c 'cd /tests ; ./run-test.sh fullstack-test true'
docker-compose down
#docker-compose up -d --scale tics0=0 --scale tics-gtest=0
#docker-compose exec -T tiflash0 bash -c 'cd /tests ; ./run-test.sh fullstack-test true'
#docker-compose down

# (only tics0 up)
docker-compose up -d --scale tics-gtest=0 --scale tiflash0=0 --scale tikv-learner0=0 --scale tikv0=0 --scale tidb0=0 --scale pd0=0
Expand Down