build(deps): bump openssl from 0.10.73 to 0.10.81#3900
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.73 to 0.10.81. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.81) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.81 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
/run-e2e |
This was referenced Jun 16, 2026
ben-dz
added a commit
that referenced
this pull request
Jun 16, 2026
…3908) ## Summary of Changes * Wrap the post-connect `doublezero status` assertion in `checkMulticastPostConnect` in a polling loop so it waits for multicast-group membership to converge instead of taking a single, non-retried snapshot. This fixes a test-side race where the second group (`mg02`) subscription had not yet propagated into the client daemon's local status view, producing `S:mg01` instead of the expected `S:mg01,S:mg02` and failing the CLI-table diff. * The fix is shared by both the publisher and subscriber paths. The sibling `doublezero_multicast_group_list` check is intentionally left as a single snapshot because it reads onchain state, which is already consistent. * The polling timeout/interval (60s/1s) matches the existing convergence-sensitive checks in the same file (e.g. the multicast route check). * On a genuine timeout, the last observed table and structured `-(want), +(got)` diff (or the last exec error) are still printed, so a real failure is not opaque. * This is a pre-existing race that happened to surface on PR #3900; it is fixed here and not bundled into that PR. * Fixes #3907 ## Testing Verification * `go vet -tags e2e ./e2e` passes; the package compiles and is `gofmt`-clean. * The race is timing-dependent and only reproduces under load across repeated full `TestE2E_Multicast` runs (each spins up multiple cEOS containers), so it cannot be deterministically reproduced in a single run. The change converts the single-snapshot assertion that lost the race into the same `Eventually`-poll idiom already proven for the route/PIM convergence checks in this file, which read the same asynchronously-populated daemon state.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps openssl from 0.10.73 to 0.10.81.
Release notes
Sourced from openssl's releases.
... (truncated)
Commits
db9c9e2Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)3a7fb56Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)d059c43Fix verify_mode() panic on unmodeled verify mode bits (#2651)8b1519eDeprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)d5713d6add mldsa.h to the boringssl bindgen (#2650)9fac317Merge pull request #2538 from ocdlroux/feat/crl-full4dae20bx509: adding minimal support for X509CrlBuilder47f7777Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)659da17Bump aws-ls-sys to 0.41 (#2640)35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.