docs(audits): eliminate-path matrix for tools/ci/known_failures.conf#3535
Merged
Conversation
Maps each entry in the unconditional KNOWN_FAILURES array and each conditional rule in is_known_failure_from_conf() to a concrete eliminate path: fix in oc-rsync, permanent upstream bug, or permanent protocol-version-locked. Cites upstream rsync 3.4.1 source (compat.c, exclude.c, token.c) and existing tracking issues (#1916, #1685, companion iconv/zstd/protocol audits) so beta-readiness criterion #3 has an explicit work-plan. Two entries are fixable (standalone:iconv-upstream daemon plumbing and standalone:delta-stats daemon-mode delta engine); six are permanent (one upstream bug, five protocol-version-locked at proto < 29 or 30).
oferchen
added a commit
that referenced
this pull request
May 5, 2026
…3535) Maps each entry in the unconditional KNOWN_FAILURES array and each conditional rule in is_known_failure_from_conf() to a concrete eliminate path: fix in oc-rsync, permanent upstream bug, or permanent protocol-version-locked. Cites upstream rsync 3.4.1 source (compat.c, exclude.c, token.c) and existing tracking issues (#1916, #1685, companion iconv/zstd/protocol audits) so beta-readiness criterion #3 has an explicit work-plan. Two entries are fixable (standalone:iconv-upstream daemon plumbing and standalone:delta-stats daemon-mode delta engine); six are permanent (one upstream bug, five protocol-version-locked at proto < 29 or 30).
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 free
to 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.
Summary
docs/audits/known-failures-eliminate.mdmapping every entry intools/ci/known_failures.confto a concrete eliminate path (fix in oc-rsync, permanent upstream bug, or permanent protocol-version-locked).compat.c:655-668for ACL/xattr/vstring gates,exclude.c:1530for filterlegal_len,token.c:608for the upstream batch inflate bug) and existing tracking issues (Accelerate rolling checksum with SIMD fast paths #1916, Fix missing core imports in daemon tests #1685) plus the iconv/zstd/protocol companion audits.standalone:iconv-upstreamdaemon plumbing,standalone:delta-statsdaemon-mode delta engine), 6 permanent (1 upstream bug + 5 protocol-version-locked at proto < 29/30).tools/ci/known_failures.conf, any crate, or any script.Test plan
iconv-pipeline.md,zstd-batch-compatibility.md,protocol-28-32-interop-matrix.md, etc.).cargo fmt --allwas run for hygiene).