Skip to content

Commit ea8bc4e

Browse files
xumapleclaude
andcommitted
DO NOT MERGE: negative control — restore max_cached_workflows=0
Restore `max_cached_workflows=0` on the parametrized 1000x stress test to verify the hypothesis from the other direction: with cache=0 in place, Windows 3.10 should reproduce the [TMPRL1101] deadlock flake within 1000 iterations. Previous run (cache=0 removed) passed 1000/1000 on every matrix entry. Expectation: this run will fail on Windows 3.10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e754847 commit ea8bc4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/contrib/langsmith/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,7 @@ async def test_temporal_prefixed_query_not_traced(
12521252
worker_client,
12531253
QueryFilteringWorkflow,
12541254
task_queue=task_queue,
1255+
max_cached_workflows=0,
12551256
) as worker:
12561257
handle = await query_client.start_workflow(
12571258
QueryFilteringWorkflow.run,

0 commit comments

Comments
 (0)