We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166ead3 commit 91d7754Copy full SHA for 91d7754
tests/test_cases.py
@@ -14,6 +14,10 @@
14
15
from time import sleep
16
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.
21
MAX_PG_QS_RETRIES = 50
22
TPC_DS_EXCLUDE_LIST = [] # actual numbers of TPC-DS tests to exclude
23
TPC_DS_STATEMENT_TIMEOUT = 20000 # statement_timeout in ms
0 commit comments