Skip to content

Commit

Permalink
run from test_proxy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Oct 5, 2023
1 parent 2f00c16 commit 3837e00
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .kokoro/conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ fi

# Build and start the proxy in a separate process
PROXY_PORT=9999
nohup python ./test_proxy/test_proxy.py --port $PROXY_PORT $ARGS &
pushd test_proxy
nohup python test_proxy.py --port $PROXY_PORT $ARGS &
proxyPID=$!
popd

# Run the conformance test
pushd .
pwd
ls
cd cloud-bigtable-clients-test/tests
pushd cloud-bigtable-clients-test/tests
eval "go test -v -proxy_addr=:$PROXY_PORT"
RETURN_CODE=$?
popd
Expand Down

0 comments on commit 3837e00

Please sign in to comment.