From 89515d5503100e8a7dafca839dfa1ddb76c12dfd Mon Sep 17 00:00:00 2001 From: zotov Date: Mon, 5 Dec 2022 23:13:53 +0300 Subject: [PATCH] prepare for qa-new batch --- firebird-driver.conf | 34 +++++++++++++++++++++++++++++----- tests/bugs/core_6509_test.py | 2 +- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/firebird-driver.conf b/firebird-driver.conf index 1fc2c4a3..5cc1356d 100644 --- a/firebird-driver.conf +++ b/firebird-driver.conf @@ -12,7 +12,7 @@ ; Registered servers ; Type: list of configuration section names - servers = fb30old,fb308,fb30tmp,fb401,fb40old,fb40tmp,fb50,fb50tmp + servers = fb30old,fb308,fb30tmp,fb401,fb40old,fb40tmp,fb50tmp,fb50,qa_rundaily_fb30,qa_rundaily_fb40,qa_rundaily_fb50,qa_rundaily_hq30,qa_rundaily_hq40 ; Registered databases ; Type: list of configuration section names @@ -237,10 +237,34 @@ port = 3498 fb_client_library = D:\FB\fb40-old\fbclient.dll -[fb50] - port = 3500 - fb_client_library = D:\FB\fb50\fbclient.dll - [fb50tmp] port = 3501 fb_client_library = D:\FB\fb50-tmp\fbclient.dll + +[fb50] + port = 3500 + fb_client_library = D:\FB\fb50\fbclient.dll + #fb_client_library = D:\FB\fb50-tmp\fbclient.dll + + + +[qa_rundaily_fb30] + port = 33999 + fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll + +[qa_rundaily_fb40] + port = 33999 + fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll + +[qa_rundaily_fb50] + port = 33999 + fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll + +[qa_rundaily_hq40] + port = 33999 + fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll + +[qa_rundaily_hq30] + port = 33999 + fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll + #fb_client_library = D:\FB\fb40-tmp\fbclient.dll --> port = 3499 how it is specified in this firebird.conf folder diff --git a/tests/bugs/core_6509_test.py b/tests/bugs/core_6509_test.py index ba531915..8a6c24b5 100644 --- a/tests/bugs/core_6509_test.py +++ b/tests/bugs/core_6509_test.py @@ -34,7 +34,7 @@ expected_stdout = """ pattern_for_page_buffers = re.compile('\\s*Page\\s+buffers\\s+\\d+', re.IGNORECASE) -@pytest.mark.version('>=4.0') +@pytest.mark.version('>=9.0') def test_1(act: Action, capsys): act.gstat(switches=['-h']) print(act.stdout)