hubcio opened a new pull request, #3998: URL: https://github.com/apache/iggy/pull/3998
The retry test reaches for /dev/full, which only exists on Linux, but its #[cfg(target_os = "linux")] gate and doc comment landed on the preceding test instead. macOS builds of the test target failed with E0425 on DEV_FULL. Pre-merge builds macOS without --tests, so the break only surfaced in the post-merge macOS cache warm, which does compile tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
