Disable 02122_join_group_by_timeout for debug

This commit is contained in:
vdimir 2022-10-05 17:09:58 +00:00
parent 324c922121
commit e2786c51fc
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -1,4 +1,10 @@
#!/usr/bin/env bash
# Tags: no-debug
# no-debug: Query is canceled by timeout after max_execution_time,
# but sending an exception to the client may hang
# for more than MAX_PROCESS_WAIT seconds in a slow debug build,
# and test will fail.
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh