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

Added/Updated tests\functional\tabloid\test_333be4bf.py: added user/password pair to gbak call

This commit is contained in:
pavel-zotov 2023-11-19 13:11:23 +03:00
parent b0cf00c942
commit e33c46eb86

View File

@ -76,6 +76,8 @@ def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
subprocess.call( [
act.vars['gbak']
,'-rep'
,'-user', act.db.user
,'-pass', act.db.password
,'-v'
,'-par', str(max_parallel_wrk+1)
,tmp_fbk
@ -87,6 +89,8 @@ def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
subprocess.call( [
act.vars['gbak']
,'-rep'
,'-user', act.db.user
,'-pass', act.db.password
,'-v'
,'-par', str(max_parallel_wrk+1)
,'-se', 'localhost:service_mgr'