6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Merge pull request #22 from aafemt/master

Make test pass on debug build
This commit is contained in:
Pavel Zotov 2024-07-08 21:40:35 +03:00 committed by GitHub
commit dfc6dce340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ test_script = """
-- Sufixes: 'Firebird' followed by space and at least one digit. -- Sufixes: 'Firebird' followed by space and at least one digit.
,iif( cast(mon$client_version as varchar(255) character set utf8) collate unicode_ci ,iif( cast(mon$client_version as varchar(255) character set utf8) collate unicode_ci
similar to similar to
'(WI|LI|UI|UP|SI|SO|HU)[-](T|V){0,1}[0-9]+.[0-9]+.[0-9]+((.?[0-9]+)*)[[:WHITESPACE:]]+firebird[[:WHITESPACE:]]+[0-9]+((.?[0-9]+)*)%', 1, 0) is_client_version_valid '(WI|LI|UI|UP|SI|SO|HU)[-](T|V){0,1}[0-9]+.[0-9]+.[0-9]+((.?[0-9]+)*)([-]dev)?[[:WHITESPACE:]]+firebird[[:WHITESPACE:]]+[0-9]+((.?[0-9]+)*)%', 1, 0) is_client_version_valid
from mon$attachments from mon$attachments
where mon$attachment_id = current_connection; where mon$attachment_id = current_connection;
""" """

View File

@ -18,6 +18,7 @@ substitutions = [('Owner.*', 'Owner'), ('PAGE_SIZE.*', 'PAGE_SIZE'),
('Number of DB pages free.*', 'Number of DB pages free'), ('Number of DB pages free.*', 'Number of DB pages free'),
('Sweep.*', 'Sweep'), ('Forced Writes.*', 'Forced Writes'), ('Sweep.*', 'Sweep'), ('Forced Writes.*', 'Forced Writes'),
('Transaction -.*', ''), ('ODS.*', 'ODS'), ('Transaction -.*', ''), ('ODS.*', 'ODS'),
('DB =.*', ''), ('Host = .*', ''),
('Wire crypt plugin.*', 'Wire crypt plugin'), ('Wire crypt plugin.*', 'Wire crypt plugin'),
('Creation date.*', 'Creation date'), ('Creation date.*', 'Creation date'),
('Protocol version.*', 'Protocol version'), ('Protocol version.*', 'Protocol version'),