Skip to content

Commit dde7857

Browse files
NO-SNOW: added missing Jira ticket (#2708)
1 parent 90f3caf commit dde7857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/snowflake/connector/aio/_session_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def validate_ocsp(
103103
ocsp_response_cache_uri=FEATURE_OCSP_RESPONSE_CACHE_FILE_NAME,
104104
use_fail_open=self._snowflake_ocsp_mode == OCSPMode.FAIL_OPEN,
105105
hostname=hostname,
106-
# TODO: uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
106+
# TODO (SNOW-2871292): uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
107107
# root_certs_dict_lock_timeout=FEATURE_ROOT_CERTS_DICT_LOCK_TIMEOUT,
108108
).validate(hostname, protocol, session_manager=session_manager)
109109
if not v:

test/integ/aio_it/test_connection_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ async def test_ocsp_mode_insecure_mode_and_disable_ocsp_checks_mismatch_ocsp_ena
13351335
assert "snowflake.connector.aio._ocsp_snowflake" not in caplog.text
13361336

13371337

1338-
# TODO: uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
1338+
# TODO (SNOW-2871292): uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
13391339
# @pytest.mark.skipolddriver
13401340
# async def test_root_certs_dict_lock_timeout_fail_open(conn_cnx):
13411341
# """Test OCSP root certificates lock timeout with fail-open mode and side effect mock."""

0 commit comments

Comments
 (0)