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
Automated cherry pick of #7448: fix(deps): update module github.com/stretchr/testify to v1.11.1 #7433 to update module github.com/spf13/pflag to v1.0.10 #7469 Fix typo in TestPreventDefunctRuleReuse (#7886)
* fix(deps): update module github.com/stretchr/testify to v1.11.1 (main) (#7448)
* fix(deps): update module github.com/stretchr/testify to v1.11.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Fix race conditions in unit tests
The tests were not correct to begin with, and a change in the
`assert.Eventually` implementation exposed the bug:
stretchr/testify#1427
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
---------
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antonin Bas <antonin.bas@broadcom.com>
* fix(deps): update module github.com/spf13/pflag to v1.0.10 (#7433)
Signed-off-by: Lan Luo <lan.luo@broadcom.com>
* [Flaky unit test] Fix typo in TestPreventDefunctRuleReuse (#7469)
The test had an invalid usage of assert.EventuallyWithT: the assertions
included in the condition function applied to the outer *testing.T
instead of to the condition function parameter.
After #7448, the test started failing due to the change in the
implementation of assert.EventuallyWithT.
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
---------
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
Signed-off-by: Lan Luo <lan.luo@broadcom.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antonin Bas <antonin.bas@broadcom.com>
0 commit comments