mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
prepare for qa-new batch
This commit is contained in:
parent
92659d1645
commit
89515d5503
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user