mfyuce commented on PR #3517: URL: https://github.com/apache/iggy/pull/3517#issuecomment-4797279913
Both addressed in the latest push: **PR description** -- updated to reflect the actual approach (kernel version check at startup, no env var). The old description was left over from the first iteration. **CI** -- added a `Smoke-launch iggy-server (kernel version check)` step to the `test-1` leg of `.github/actions/rust/pre-merge/action.yml`. It builds `iggy-server`, runs it under a 3-second timeout, and fails if the output contains the kernel-rejection message. `cargo build --locked` alone would pass even if `check_kernel_version()` always returned `Err`; this step catches that class of regression. -- 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]
