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:
commit
dfc6dce340
@ -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;
|
||||||
"""
|
"""
|
||||||
|
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user