Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from 65d55a4 to cb41b35 (#3706)
Browse files Browse the repository at this point in the history
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`65d55a4` to `cb41b35`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/cb41b35a9bc0412435b70b5038df0681a881e414"><code>cb41b35</code></a>
feat(s2n-quic-dc): mtu probing event subscriber (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2374">#2374</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/56ce95a48db7dd2ed31110d9d408775793bbcb3a"><code>56ce95a</code></a>
test(s2n-quic-core): add metric snapshot registry (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2371">#2371</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/ef18f1c386a096294e8a1c1eedcaa8e744c9eb28"><code>ef18f1c</code></a>
feat(s2n-quic-core): implement nominal timers (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2370">#2370</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/799921c5994110d7ad45fbf4999e3236b0cfc0a0"><code>799921c</code></a>
chore: grant more permissions to the qns release workflow (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2372">#2372</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/cfd87b9fe31d78ca23dedd038fdeb5aeaccf04a1"><code>cfd87b9</code></a>
feat(s2n-quic-core): add nominal counter aggregations (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2369">#2369</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c7cf090d3f8ad1187ff867cddd746e554c5c7a1c"><code>c7cf090</code></a>
build(deps): update thiserror requirement from 1 to 2 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2368">#2368</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/959a5388098b61333975c47cf09a760ae01d5e38"><code>959a538</code></a>
chore: upgrade cargo deny and allow Unicode-3.0 license (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2367">#2367</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/7d4620d9307cd694074e1410db53a0e3179aec98"><code>7d4620d</code></a>
chore: update cargo audit (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2366">#2366</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b07c9fd0bdc651bb944a0e0974fca8816c075a40"><code>b07c9fd</code></a>
chore: release 1.49.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2365">#2365</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/6369ef36f3d7cafbddf3ed06e3e03100dd5ac530"><code>6369ef3</code></a>
feat(s2n-quic-core): add aggregate metrics support (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2364">#2364</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/65d55a48ae4916c2a0c4ab9a90631668ba8ea23f...cb41b35a9bc0412435b70b5038df0681a881e414">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Qinheping Hu <[email protected]>
  • Loading branch information
dependabot[bot] and qinheping authored Nov 11, 2024
1 parent db886e6 commit abd68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 80 files
+15 −0 .cargo/audit.toml
+13 −1 .github/config/cargo-deny.toml
+16 −2 .github/workflows/dependencies.yml
+2 −1 .github/workflows/release.yml
+1 −1 common/s2n-codec/Cargo.toml
+8 −6 dc/s2n-quic-dc/Cargo.toml
+4 −1 dc/s2n-quic-dc/events/common.rs
+6 −0 dc/s2n-quic-dc/events/connection.rs
+4 −0 dc/s2n-quic-dc/events/endpoint.rs
+26 −0 dc/s2n-quic-dc/events/map.rs
+18 −1 dc/s2n-quic-dc/src/event.rs
+34 −84 dc/s2n-quic-dc/src/event/generated.rs
+82 −0 dc/s2n-quic-dc/src/event/generated/metrics.rs
+1,358 −0 dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs
+469 −0 dc/s2n-quic-dc/src/event/generated/metrics/probe.rs
+10 −4 dc/s2n-quic-dc/src/path/secret/map.rs
+11 −2 dc/s2n-quic-dc/src/path/secret/map/cleaner.rs
+15 −3 dc/s2n-quic-dc/src/path/secret/map/event_tests.rs
+34 −34 dc/s2n-quic-dc/src/path/secret/map/snapshots/path__secret__map__event_tests__control_packets__events.snap
+2 −2 dc/s2n-quic-dc/src/path/secret/map/snapshots/path__secret__map__event_tests__init_uninit__events.snap
+4 −4 dc/s2n-quic-dc/src/path/secret/map/snapshots/path__secret__map__event_tests__insert_one__events.snap
+49 −7 dc/s2n-quic-dc/src/path/secret/map/state.rs
+2 −2 ...n-quic-dc/src/path/secret/map/state/snapshots/path__secret__map__state__tests__thread_shutdown__events.snap
+8 −7 dc/s2n-quic-dc/src/path/secret/map/state/tests.rs
+26 −0 dc/s2n-quic-dc/src/testing.rs
+2 −2 quic/s2n-quic-core/Cargo.toml
+74 −0 quic/s2n-quic-core/events/connection.rs
+9 −0 quic/s2n-quic-core/events/endpoint.rs
+22 −0 quic/s2n-quic-core/events/platform.rs
+105 −0 quic/s2n-quic-core/src/connection/error.rs
+258 −0 quic/s2n-quic-core/src/connection/snapshots/s2n_quic_core__connection__error__metrics__variants_test.snap
+57 −0 quic/s2n-quic-core/src/crypto/tls/error.rs
+146 −0 quic/s2n-quic-core/src/crypto/tls/snapshots/s2n_quic_core__crypto__tls__error__variants_test.snap
+21 −2 quic/s2n-quic-core/src/event.rs
+896 −697 quic/s2n-quic-core/src/event/generated.rs
+704 −0 quic/s2n-quic-core/src/event/generated/metrics.rs
+2,912 −0 quic/s2n-quic-core/src/event/generated/metrics/aggregate.rs
+718 −0 quic/s2n-quic-core/src/event/generated/metrics/probe.rs
+3 −1 quic/s2n-quic-core/src/event/metrics.rs
+171 −0 quic/s2n-quic-core/src/event/metrics/aggregate.rs
+135 −0 quic/s2n-quic-core/src/event/metrics/aggregate/info.rs
+165 −0 quic/s2n-quic-core/src/event/metrics/aggregate/metric.rs
+5 −0 quic/s2n-quic-core/src/event/metrics/aggregate/probe.rs
+196 −0 quic/s2n-quic-core/src/event/metrics/aggregate/probe/dynamic.rs
+115 −0 quic/s2n-quic-core/src/event/metrics/aggregate/recorder.rs
+269 −0 quic/s2n-quic-core/src/event/metrics/aggregate/testing.rs
+15 −0 quic/s2n-quic-core/src/event/metrics/aggregate/variant.rs
+14 −10 quic/s2n-quic-core/src/probe.rs
+1 −1 quic/s2n-quic-core/src/time/clock.rs
+88 −1 quic/s2n-quic-core/src/transport/error.rs
+214 −0 quic/s2n-quic-core/src/transport/snapshots/s2n_quic_core__transport__error__variants_test.snap
+3 −3 quic/s2n-quic-crypto/Cargo.toml
+22 −42 quic/s2n-quic-events/src/main.rs
+66 −59 quic/s2n-quic-events/src/output.rs
+129 −0 quic/s2n-quic-events/src/output/metrics.rs
+910 −0 quic/s2n-quic-events/src/output/metrics/aggregate.rs
+0 −7 quic/s2n-quic-events/src/output_mode.rs
+214 −86 quic/s2n-quic-events/src/parser.rs
+3 −3 quic/s2n-quic-platform/Cargo.toml
+4 −4 quic/s2n-quic-rustls/Cargo.toml
+3 −0 quic/s2n-quic-rustls/src/session.rs
+4 −4 quic/s2n-quic-tls-default/Cargo.toml
+4 −4 quic/s2n-quic-tls/Cargo.toml
+3 −3 quic/s2n-quic-transport/Cargo.toml
+9 −9 quic/s2n-quic/Cargo.toml
+3 −0 quic/s2n-quic/src/provider/dc.rs
+117 −0 quic/s2n-quic/src/provider/dc/mtu_confirm.rs
+68 −6 quic/s2n-quic/src/tests/dc.rs
+15 −3 quic/s2n-quic/src/tests/pto.rs
+23 −23 quic/s2n-quic/src/tests/snapshots/platform_events__client.snap
+21 −21 quic/s2n-quic/src/tests/snapshots/platform_events__server.snap
+843 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_handshake_self_test__events.snap
+519 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_self_test__events.snap
+589 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_client_not_supported_self_test__events.snap
+856 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_self_test__events.snap
+507 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_server_not_supported_self_test__events.snap
+1,043 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_not_secret_control_packet__events.snap
+1,039 −0 quic/s2n-quic/src/tests/snapshots/tests__dc__dc_secret_control_packet__events.snap
+975 −0 quic/s2n-quic/src/tests/snapshots/tests__pto__handshake_pto_timer_is_armed__events.snap
+3 −3 tools/xdp/s2n-quic-xdp/Cargo.toml

0 comments on commit abd68b9

Please sign in to comment.