You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.18] (backport #17975) Bump golang.org/x/sync to 0.16.0 to surface panic (#17992)
* Bump golang.org/x/sync to 0.16.0 to surface panic (#17975)
Action item from #17967
golang.org/x/sync errgroup 0.15.0 does not propagate panics immediately which makes it very hard to detect issues. This is fixed in 0.16.0. Bump dep to 0.16.0.
No changelog as there should be no change in behavior unless there is a panic.
Not feasible to add unit test as panic in goroutine cannot be caught unless there is implementation code change.
(cherry picked from commit fcb0471)
# Conflicts:
# NOTICE-fips.txt
# go.mod
# systemtest/go.mod
# systemtest/go.sum
* Remove NOTICE-fips.txt
* Fix conflicts
---------
Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
Co-authored-by: Carson Ip <carson.ip@elastic.co>
0 commit comments