6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_6142_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs.

This commit is contained in:
pavel-zotov 2023-12-13 14:05:06 +03:00
parent e0c0b67032
commit 2538b9a0e1

View File

@ -48,7 +48,7 @@ LOOP_CNT = 10
tmp_user = user_factory('db', name='tmp$core_6142', password='123', plugin = 'Srp')
db = db_factory()
act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!OVERALL RESULT).)*$', '')])
act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!SQLCODE|SQLSTATE|[Cc]onnection|OVERALL RESULT).)*$', '')])
#---------------------
def showtime():