Skip to content

Commit 91d7754

Browse files
committed
Add comment
1 parent 166ead3 commit 91d7754

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cases.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
from time import sleep
1616

17+
# Some queries from TPC-DS may freeze or be even broken,
18+
# so we allow some sort of failure, since we do not test
19+
# Postgres, but rather that pg_query_state do not crash
20+
# anything under stress load.
1721
MAX_PG_QS_RETRIES = 50
1822
TPC_DS_EXCLUDE_LIST = [] # actual numbers of TPC-DS tests to exclude
1923
TPC_DS_STATEMENT_TIMEOUT = 20000 # statement_timeout in ms

0 commit comments

Comments
 (0)