mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-19 13:45:47 -04:00
480112bee0
test: fix race conditions in httprr and azureaisearch tests Add thread-safe access to global record flag in httprr package and prevent tests that modify global state from running in parallel. Fix race condition in Azure AI Search tests by properly capturing request counter in a local variable before use.