Skip to content

Commit bd02927

Browse files
committed
Fixed testcases expected DSN
1 parent cd7b06e commit bd02927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/adapter/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_credentials(profile_yml):
5656
port: 1522
5757
threads: 1
5858
""",
59-
"dsn": "tcps://localhost:1522/xe",
59+
"dsn": "tcps://localhost:1522/xe?retry_count=1&retry_delay=3",
6060
},
6161
"host_service": {
6262
"method": OracleConnectionMethod.HOST,
@@ -75,7 +75,7 @@ def get_credentials(profile_yml):
7575
port: 1522
7676
threads: 1
7777
""",
78-
"dsn": "tcps://localhost:1522/xe_ha.host.tld",
78+
"dsn": "tcps://localhost:1522/xe_ha.host.tld?retry_count=1&retry_delay=3",
7979
},
8080
"tns": {
8181
"method": OracleConnectionMethod.TNS,

0 commit comments

Comments
 (0)