Uh oh!
There was an error while loading. Please reload this page.
ci(linux): build the debug leg with the reliable-room test hooks - #253
Merged
Conversation
Contributor
CoverageTotal lines: 83.06% → 83.03% (-0.03 pp)
|
Four tests skip unless --enable-tas-test-hooks is configured, and no build here or in CI configured it: websocket/064, 065 and 066 on the reliable-room retry path, 067 on a shutdown double-free. The debug leg carries the flag now; the release leg does not, because configure calls that build unshippable. Measured on this run: the debug leg reports 462 passed and 25 skipped where the release leg reports 458 and 29.
EdmondDantesforce-pushed
the
ci-tas-test-hooks
branch
from
August 23, 2026 19:58
15b2e5c to
7370619CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four tests skip unless
--enable-tas-test-hooksis configured, and no build here or in CI configured it:websocket/064,065and066on the reliable-room retry path,067on a shutdown double-free. Four tests that ran nowhere while reading as coverage.The debug leg carries the flag now; the release leg does not, because configure calls that build unshippable.
Measured on the first run of this branch: LINUX_X64_DEBUG_ZTS reported 462 passed and 25 skipped where LINUX_X64_RELEASE_ZTS reported 458 and 29, and the three retry tests appear by name in the debug leg's timing list.