crypto: fix warnings in test_node_crypto.cc#63490
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #63490 +/- ##
=======================================
Coverage 90.33% 90.33%
=======================================
Files 730 730
Lines 234362 234362
Branches 43906 43919 +13
=======================================
Hits 211713 211713
+ Misses 14371 14370 -1
- Partials 8278 8279 +1 🚀 New features to boost your workflow:
|
|
@joyeecheung can I re-run the failing tests somehow? E.g. this one looks like flaky test. |
|
With only one approval this could only land after 7 days since the PR is opened. Trying to see if anyone else is interested in reviewing it...cc @nodejs/cpp-reviewers |
|
I'm looking at some of the Git errors in one of the failing builds: |
|
To keep the PR branch up-to-date with main, in Node.js we use I think you will need to rebase onto the main branch with |
Fix build warnings by casting the number literals to the size_t constants they are compared against. Signed-off-by: Maya Lekova <maya@igalia.com>
c05b73b to
7d2b699
Compare
|
Thanks, Joyee @joyeecheung ! I thought using the UI does rebasing indeed. Fixed things from the command line, similar to what you suggested. Can I re-trigger the CI myself? I don't think I can edit the labels (probably due to lack of committer status). |
Fix build warnings by casting the number literals to the size_t constants they are compared against.