You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added/Updated C:\FBTESTING\qa\fbt-repo\tests\bugs\core_6412.fbt: removed unneeded delay for 4s related to CORE-6441 which already fixed. Fixed wrong calls of ISQL and GFIX when using runProgram macros: no need to any prefix or os.path.join call.
Copy file name to clipboardExpand all lines: tests/bugs/core_6412.fbt
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
Statement failed, SQLSTATE = 08006
12
12
Error occurred during login, please check server firebird.log for details
13
13
Error occurred during login, please check server firebird.log for details
14
+
This was because of: http://tracker.firebirdsql.org/browse/CORE-6441 (fixed).
15
+
14
16
Content of firebird.log will be added with following lines:
15
17
Srp Server
16
18
connection shutdown
@@ -32,6 +34,13 @@ import shutil
32
34
import uuid
33
35
from fdb import services
34
36
37
+
svc = services.connect(host='localhost', user = user_name, password = user_password)
0 commit comments