Skip to content

Commit

Permalink
Merge pull request cockroachdb#62935 from rafiss/backport20.2-62872
Browse files Browse the repository at this point in the history
release-20.2: build: use -json for RandomSyntax test
  • Loading branch information
rafiss authored Apr 1, 2021
2 parents eab7ded + 868e72e commit f85bc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/teamcity-random-syntax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tc_start_block "Run Random Syntax tests"
USE_BUILDER_IMAGE=20210205-000935 run_json_test build/builder.sh stdbuf -oL -eL make test \
PKG=./pkg/sql/tests \
TESTS=TestRandomSyntax \
GOTESTFLAGS=-json \
TESTFLAGS='-v -rsg=5m -rsg-routines=8 -rsg-exec-timeout=1m' \
TESTTIMEOUT=1h
tc_end_block "Run Random Syntax tests"

0 comments on commit f85bc60

Please sign in to comment.