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 56f1606 commit 6679891Copy full SHA for 6679891
testkitbackend/test_config.json
@@ -29,7 +29,9 @@
29
"stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_empty_query":
30
"Driver rejects empty queries before sending it to the server",
31
"tls.tlsversions.TestTlsVersions.test_1_1":
32
- "TLSv1.1 and below are disabled in the driver"
+ "TLSv1.1 and below are disabled in the driver",
33
+ "stub.disconnects.test_disconnects.TestDisconnects.test_fail_on_reset":
34
+ "Driver silently ignores all errors on releasing connections back into the pool."
35
},
36
"features": {
37
"AuthorizationExpiredTreatment": true,
0 commit comments