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 6f47cbf commit a35d0deCopy full SHA for a35d0de
tests/e2e/test_concurrent_telemetry.py
@@ -76,7 +76,7 @@ def execute_query_worker(thread_id):
76
77
time.sleep(random.uniform(0, 0.05))
78
79
- with self.connection(extra_params={"enable_telemetry": True}) as conn:
+ with self.connection(extra_params={"force_enable_telemetry": True}) as conn:
80
# Capture the session ID from the connection before executing the query
81
session_id_hex = conn.get_session_id_hex()
82
with capture_lock:
0 commit comments