Skip to content

Commit

Permalink
build: use -json for RandomSyntax test
Browse files Browse the repository at this point in the history
I'm hoping this will help out with an issue where the test failures seem
to be missing helpful logs.

Release note: None
  • Loading branch information
rafiss committed Mar 31, 2021
1 parent 99c29ef commit 9d940ea
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"
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 9d940ea

Please sign in to comment.