Skip to content

Commit

Permalink
just expr
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger committed May 25, 2023
1 parent 084221c commit 3f2a541
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions tests/tidb-ci/force_enable_lm
1 change: 0 additions & 1 deletion tests/tidb-ci/force_enable_lm/expr

This file was deleted.

1 change: 0 additions & 1 deletion tests/tidb-ci/force_enable_lm/mpp

This file was deleted.

15 changes: 6 additions & 9 deletions tests/tidb-ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ docker-compose -f cluster_disable_new_collation.yaml -f tiflash-dt.yaml down
clean_data_log

# run force_enable_lm tests
rand=`expr $RANDOM % 5`
if [ $rand == 0 ]; then
docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml up -d
wait_env
docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml exec -T tiflash0 bash -c 'cd /tests ; ./run-test.sh tidb-ci/force_enable_lm'

docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml down
clean_data_log
fi
docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml up -d
wait_env
docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml exec -T tiflash0 bash -c 'cd /tests ; ./run-test.sh tidb-ci/force_enable_lm'

docker-compose -f cluster.yaml -f tiflash-dt-force-enable-lm.yaml down
clean_data_log

0 comments on commit 3f2a541

Please sign in to comment.