Skip to content

Commit

Permalink
Merge pull request #54787 from rytaft/backport20.2-54615-54691
Browse files Browse the repository at this point in the history
release-20.2: build: bump timeout for SQL Race Logic tests to 4 hours
  • Loading branch information
rytaft authored Sep 25, 2020
2 parents 83be43c + 5842a73 commit a7f8637
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/teamcity-testlogicrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ maybe_ccache

mkdir -p artifacts

TESTTIMEOUT=4h

run_json_test build/builder.sh \
stdbuf -oL -eL \
make testrace \
GOTESTFLAGS=-json \
PKG=./pkg/sql/logictest \
TESTTIMEOUT="${TESTTIMEOUT}" \
TESTFLAGS='-v' \
ENABLE_ROCKSDB_ASSERTIONS=1

Expand All @@ -25,6 +28,7 @@ run_json_test build/builder.sh \
GOTESTFLAGS=-json \
PKG=./pkg/sql/logictest \
TESTS='^TestLogic/local$$' \
TESTTIMEOUT="${TESTTIMEOUT}" \
TESTFLAGS='-optimizer-cost-perturbation=0.9 -v' \
ENABLE_ROCKSDB_ASSERTIONS=1

Expand All @@ -43,9 +47,10 @@ for file in $LOGICTESTS; do
run_json_test build/builder.sh \
stdbuf -oL -eL \
make testrace \
GOTESTFLAGS=-json \
GOTESTFLAGS=-json \
PKG=./pkg/sql/logictest \
TESTS='^TestLogic/local/'${file}'$$' \
TESTTIMEOUT="${TESTTIMEOUT}" \
TESTFLAGS='-disable-opt-rule-probability=0.5 -v' \
ENABLE_ROCKSDB_ASSERTIONS=1 \
fi
Expand Down

0 comments on commit a7f8637

Please sign in to comment.