We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b06e commit bd02927Copy full SHA for bd02927
tests/functional/adapter/test_config.py
@@ -56,7 +56,7 @@ def get_credentials(profile_yml):
56
port: 1522
57
threads: 1
58
""",
59
- "dsn": "tcps://localhost:1522/xe",
+ "dsn": "tcps://localhost:1522/xe?retry_count=1&retry_delay=3",
60
},
61
"host_service": {
62
"method": OracleConnectionMethod.HOST,
@@ -75,7 +75,7 @@ def get_credentials(profile_yml):
75
76
77
78
- "dsn": "tcps://localhost:1522/xe_ha.host.tld",
+ "dsn": "tcps://localhost:1522/xe_ha.host.tld?retry_count=1&retry_delay=3",
79
80
"tns": {
81
"method": OracleConnectionMethod.TNS,
0 commit comments