Commit 2e26b2e
fix(ci): resolve cross-platform test failures on macOS and Windows
- migration.rs: Increase RTT test tolerance from 200ms to 1s for CI environments
- macOS CI can have variable timing, causing test_rtt_measurement to fail
- The test sleeps 100ms, so 1s tolerance is generous but reliable for CI
- io_uring.rs: Make test_register_buffers Linux-only with #[cfg(target_os = "linux")]
- The non-Linux stub doesn't store registered buffers (buffer_count returns 0)
- Test only makes sense on Linux where io_uring actually manages buffers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e0cf211 commit 2e26b2e
File tree
2 files changed
+3
-2
lines changed- crates
- wraith-core/src
- wraith-transport/src
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| 547 | + | |
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
| |||
0 commit comments