Skip to content

Conversation

@ProjectsByJackHe
Copy link
Contributor

Description

Fixes #5117

Lately a lot of bugfixes has been merged that addresses timeout issues. Let's re-enable ML-KEM (which was previously disabled as a work-around to the timeouts) and double check that we are passing.

Testing

CI

Documentation

N/A

@ProjectsByJackHe ProjectsByJackHe requested a review from a team as a code owner September 4, 2025 22:26
@github-actions
Copy link

github-actions bot commented Sep 4, 2025

Cargo - windows-latest

The rust bindings need to be updated. Please apply (git apply) this patch:

diff --git a/src/rs/ffi/win_bindings.rs b/src/rs/ffi/win_bindings.rs
index 7971d61..a69bf95 100644
--- a/src/rs/ffi/win_bindings.rs
+++ b/src/rs/ffi/win_bindings.rs
@@ -1,4 +1,4 @@
-/* automatically generated by rust-bindgen 0.72.0 */
+/* automatically generated by rust-bindgen 0.72.1 */
 
 #[repr(C)]
 #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]

@github-actions
Copy link

github-actions bot commented Sep 4, 2025

Cargo - ubuntu-latest

The rust bindings need to be updated. Please apply (git apply) this patch:

diff --git a/src/rs/ffi/linux_bindings.rs b/src/rs/ffi/linux_bindings.rs
index ad16854..4e5483a 100644
--- a/src/rs/ffi/linux_bindings.rs
+++ b/src/rs/ffi/linux_bindings.rs
@@ -1,4 +1,4 @@
-/* automatically generated by rust-bindgen 0.72.0 */
+/* automatically generated by rust-bindgen 0.72.1 */
 
 #[repr(C)]
 #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]

@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.34%. Comparing base (58e0f0a) to head (d8f0a26).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5421      +/-   ##
==========================================
- Coverage   86.78%   86.34%   -0.45%     
==========================================
  Files          59       59              
  Lines       18328    18328              
==========================================
- Hits        15906    15825      -81     
- Misses       2422     2503      +81     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SpecificLossPatterns tests fail on msquic with openssl TLS backend

2 participants