Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix(reg): Reslove regression port conflicts
Browse files Browse the repository at this point in the history
Using default port setting caused regression test failed during CI.
Now, we have to assign which port we gonna to use during
regression test.
  • Loading branch information
howjmay committed Jun 6, 2019
1 parent 6c00cbd commit 0214c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/regression/1_run_TA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ make

redis-server &

bazel run //accelerator &
TA_pid=$!
bazel run -- accelerator --ta_port=$1&
sleep 5

pip install --user -r tests/regression/requirements.txt
Expand Down

0 comments on commit 0214c4c

Please sign in to comment.