docs(changelog): add entry for ValidationPipeline concurrency fix #7623
CI / push-validation (pull_request) Successful in 16s
CI / build (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 30s
CI / lint (pull_request) Successful in 41s
CI / quality (pull_request) Successful in 41s
CI / typecheck (pull_request) Successful in 53s
CI / e2e_tests (pull_request) Successful in 3m7s
CI / security (pull_request) Successful in 4m34s
CI / integration_tests (pull_request) Failing after 6m7s
CI / unit_tests (pull_request) Failing after 7m31s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Failing after 10m8s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 56m58s
CI / push-validation (pull_request) Successful in 16s
CI / build (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 30s
CI / lint (pull_request) Successful in 41s
CI / quality (pull_request) Successful in 41s
CI / typecheck (pull_request) Successful in 53s
CI / e2e_tests (pull_request) Successful in 3m7s
CI / security (pull_request) Successful in 4m34s
CI / integration_tests (pull_request) Failing after 6m7s
CI / unit_tests (pull_request) Failing after 7m31s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Failing after 10m8s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 56m58s
ISSUES CLOSED: #7623
This commit is contained in:
@@ -249,6 +249,12 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- **ValidationPipeline Concurrency Bug** (#7623): Fixed a race condition in
|
||||
`ValidationPipeline.run()` where concurrent pipeline executions would corrupt global
|
||||
`sys.stdout` and `sys.stderr` state. The fix uses reference counting with a threading
|
||||
lock to safely share thread-local stream wrappers across concurrent pipelines, preventing
|
||||
double-wrapping and ensuring proper restoration of original streams.
|
||||
|
||||
- `LangChainChatProvider.name` and `model_id` are now mutable properties with setters,
|
||||
fixing an `AttributeError` when `PlanService` attempted to resolve provider names after
|
||||
instantiation. (#1553)
|
||||
|
||||
Reference in New Issue
Block a user