Commit 4360f0b
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`73c9278` to `42fe409`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/42fe409d68a3644df4b4a02af0196d256b906b0c"><code>42fe409</code></a>
feat(s2n-quic-dc): Add events measuring write lock latency (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2869">#2869</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/44f24afead7a13e4fe0332199dbefa39cd64ab4c"><code>44f24af</code></a>
feat(s2n-quic-dc): Reuse handshakes across application processes (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2854">#2854</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/ef5c6bcf945885f90eca725117b48846f1e9473a"><code>ef5c6bc</code></a>
chore: add xquic back to CI (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2868">#2868</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c5f139c493db9449f6e060e06f064e106d4d42f4"><code>c5f139c</code></a>
Expose TLS error to Subscribers using on_tls_handshake_failed (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2855">#2855</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/6aa5933d0ee6df51d777d524fbacb1c3798c98b1"><code>6aa5933</code></a>
opt(s2n-quic-dc): only read-lock once in happy path (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2867">#2867</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c0f7c047680f88145b4e0e579caefd0d41fa9a1c"><code>c0f7c04</code></a>
Expose static server name constructor (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2865">#2865</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/73c9278697eba0614ed93dc96d5a8887eeeb1b9a...42fe409d68a3644df4b4a02af0196d256b906b0c">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7c5b7f commit 4360f0b
1 file changed
+1
-1
lines changed- .github/interop/required.json+11-6
- dc/s2n-quic-dc/Cargo.toml+1-1
- dc/s2n-quic-dc/events/acceptor.rs+49
- dc/s2n-quic-dc/events/map.rs+18
- dc/s2n-quic-dc/src/event/generated.rs+550
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+1.2k-1.0k
- dc/s2n-quic-dc/src/event/generated/metrics/probe.rs+297-255
- dc/s2n-quic-dc/src/msg/recv.rs+9
- dc/s2n-quic-dc/src/packet/uds/decoder.rs+14
- dc/s2n-quic-dc/src/packet/uds/encoder.rs+3
- dc/s2n-quic-dc/src/path/secret/key.rs+1-1
- dc/s2n-quic-dc/src/path/secret/map.rs+27-1
- dc/s2n-quic-dc/src/path/secret/map/cleaner.rs+5-1
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+10-1
- dc/s2n-quic-dc/src/path/secret/map/snapshots/path__secret__map__event_tests__control_packets__events.snap+4
- dc/s2n-quic-dc/src/path/secret/map/snapshots/path__secret__map__event_tests__insert_one__events.snap+2
- dc/s2n-quic-dc/src/path/secret/map/state.rs+157-35
- dc/s2n-quic-dc/src/path/secret/schedule.rs+10
- dc/s2n-quic-dc/src/psk/client.rs+6-5
- dc/s2n-quic-dc/src/stream/recv/error.rs+1-1
- dc/s2n-quic-dc/src/stream/send/error.rs+1-1
- dc/s2n-quic-dc/src/stream/server.rs+2
- dc/s2n-quic-dc/src/stream/server/application.rs+104
- dc/s2n-quic-dc/src/stream/server/manager.rs+386
- dc/s2n-quic-dc/src/stream/server/tokio.rs+79-66
- dc/s2n-quic-dc/src/stream/server/tokio/tcp.rs-3
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+309-11
- dc/s2n-quic-dc/src/stream/server/tokio/uds.rs+226
- dc/s2n-quic-dc/src/stream/testing.rs+3-2
- dc/s2n-quic-dc/src/stream/tests.rs+1
- dc/s2n-quic-dc/src/stream/tests/shared_cache.rs+191
- dc/s2n-quic-dc/src/uds/receiver.rs+6-4
- dc/s2n-quic-dc/src/uds/sender.rs+3-5
- quic/s2n-quic-core/events/connection.rs+1
- quic/s2n-quic-core/src/application/error.rs+1-2
- quic/s2n-quic-core/src/application/server_name.rs+5-1
- quic/s2n-quic-core/src/buffer/deque.rs+1-2
- quic/s2n-quic-core/src/connection/error.rs+1-2
- quic/s2n-quic-core/src/crypto/tls.rs+1
- quic/s2n-quic-core/src/crypto/tls/offload.rs+8-2
- quic/s2n-quic-core/src/crypto/tls/slow_tls.rs+2-1
- quic/s2n-quic-core/src/crypto/tls/testing.rs+1
- quic/s2n-quic-core/src/datagram/default.rs+1-2
- quic/s2n-quic-core/src/event.rs+8-1
- quic/s2n-quic-core/src/event/generated.rs+7-3
- quic/s2n-quic-core/src/path/mtu.rs+1-2
- quic/s2n-quic-core/src/query.rs+1-2
- quic/s2n-quic-core/src/stream/error.rs+1-2
- quic/s2n-quic-core/src/transport/error.rs+1-2
- quic/s2n-quic-core/src/transport/parameters/mod.rs+1-2
- quic/s2n-quic-core/src/varint/mod.rs+1-2
- quic/s2n-quic-rustls/src/session.rs+2-2
- quic/s2n-quic-tests/src/tests/offload.rs+1
- quic/s2n-quic-tls/src/session.rs+1-1
- quic/s2n-quic-transport/src/space/session_context.rs+2
- quic/s2n-quic/src/provider.rs+1-1
0 commit comments