Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from f5d9d74 to d03cc47 (#3202)
Browse files Browse the repository at this point in the history
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`f5d9d74` to `d03cc47`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/d03cc470fa9812d06d204e312e4ada00079e96df"><code>d03cc47</code></a>
docs(s2n-quic): fips mode usage with rustls TLS provider (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2224">#2224</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/275dbfdf4a4072f4c620abf9849ca268d8bcdb46"><code>275dbfd</code></a>
chore(s2n-quic-transport): update dc manager dot snapshot (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2223">#2223</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/41ebf0c2ca92674412f9e70a35339b2da9f4f738"><code>41ebf0c</code></a>
test(s2n-quic-core): add microwave state example (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2222">#2222</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/391068e5f613b82bb465444eac88bbd278afc9e7"><code>391068e</code></a>
feat(s2n-quic-transport): dc Manager (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2218">#2218</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c96e57c83c5cfe53e5da9beb26a610054c8a9333"><code>c96e57c</code></a>
feat(s2n-quic-core): generate state reactions to events (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2221">#2221</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/f23d87bbaad3ff58b65f1d23fff2e1b71754b870"><code>f23d87b</code></a>
feat(s2n-quic-core): allow for branching states on common events (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2219">#2219</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/5cac7eaae62fa08e88e00a5bc456e846334e98c8"><code>5cac7ea</code></a>
build(deps): bump JamesIves/github-pages-deploy-action (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2215">#2215</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0f17963d8e6fbf7f6a5ab76f0ceefc1061cfa1f9"><code>0f17963</code></a>
--- (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2216">#2216</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/f5d9d747805de846181536ecc2c0a6754a98e9ea...d03cc470fa9812d06d204e312e4ada00079e96df">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>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 299a1fb commit f6ab6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 49 files
+1 −1 .github/workflows/book.yml
+16 −1 quic/s2n-quic-core/src/crypto/tls/testing.rs
+10 −4 quic/s2n-quic-core/src/dc.rs
+4 −7 quic/s2n-quic-core/src/dc/disabled.rs
+51 −0 quic/s2n-quic-core/src/dc/testing.rs
+8 −15 quic/s2n-quic-core/src/dc/traits.rs
+118 −0 quic/s2n-quic-core/src/event/generated.rs
+1 −0 quic/s2n-quic-core/src/lib.rs
+59 −0 quic/s2n-quic-core/src/slice.rs
+158 −91 quic/s2n-quic-core/src/state.rs
+20 −0 quic/s2n-quic-core/src/state/snapshots/s2n_quic_core__state__tests__lr_dot_test.snap
+86 −0 quic/s2n-quic-core/src/state/snapshots/s2n_quic_core__state__tests__lr_snapshots.snap
+35 −0 quic/s2n-quic-core/src/state/snapshots/s2n_quic_core__state__tests__microwave_dot_test.snap
+208 −0 quic/s2n-quic-core/src/state/snapshots/s2n_quic_core__state__tests__microwave_snapshots.snap
+97 −0 quic/s2n-quic-core/src/state/tests.rs
+1 −25 quic/s2n-quic-core/src/stream/state/recv.rs
+1 −27 quic/s2n-quic-core/src/stream/state/send.rs
+1 −0 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__recv__tests__dot_test.snap
+98 −206 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__recv__tests__snapshots.snap
+1 −0 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__send__tests__dot_test.snap
+132 −286 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__send__tests__snapshots.snap
+6 −0 quic/s2n-quic-events/events/common.rs
+6 −0 quic/s2n-quic-events/events/connection.rs
+1 −1 quic/s2n-quic-h3/Cargo.toml
+6 −0 quic/s2n-quic-transport/src/dc.rs
+239 −0 quic/s2n-quic-transport/src/dc/manager.rs
+5 −0 ...transport/src/dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__disabled.snap
+6 −0 ...quic-transport/src/dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__new.snap
+6 −0 ...c/dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__on_packet_ack_client.snap
+7 −0 ...c/dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__on_packet_ack_server.snap
+6 −0 ...ort/src/dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__on_packet_loss.snap
+8 −0 .../dc/manager/snapshots/quic__s2n-quic-transport__src__dc__manager__tests__events__on_path_secrets_ready.snap
+7 −0 ...ts/quic__s2n-quic-transport__src__dc__manager__tests__events__on_peer_dc_stateless_reset_tokens_client.snap
+6 −0 ...ts/quic__s2n-quic-transport__src__dc__manager__tests__events__on_peer_dc_stateless_reset_tokens_server.snap
+18 −0 quic/s2n-quic-transport/src/dc/manager/snapshots/s2n_quic_transport__dc__manager__tests__dot_test.snap
+110 −0 quic/s2n-quic-transport/src/dc/manager/snapshots/s2n_quic_transport__dc__manager__tests__snapshots.snap
+272 −0 quic/s2n-quic-transport/src/dc/manager/tests.rs
+10 −3 quic/s2n-quic-transport/src/endpoint/mod.rs
+1 −0 quic/s2n-quic-transport/src/lib.rs
+32 −4 quic/s2n-quic-transport/src/space/application.rs
+15 −7 quic/s2n-quic-transport/src/space/mod.rs
+78 −13 quic/s2n-quic-transport/src/space/session_context.rs
+12 −2 quic/s2n-quic-transport/src/sync/flag.rs
+9 −1 quic/s2n-quic-transport/src/transmission/application.rs
+1 −1 quic/s2n-quic/src/client/builder.rs
+19 −2 quic/s2n-quic/src/lib.rs
+1 −1 quic/s2n-quic/src/server/builder.rs
+2 −0 quic/s2n-quic/src/tests.rs
+224 −0 quic/s2n-quic/src/tests/dc.rs

0 comments on commit f6ab6bf

Please sign in to comment.