Stabilize MPNS loss case - #892
Open
dreamwind1985 wants to merge 4 commits into
Open
Conversation
Yanmei-Liu
marked this pull request as ready for review
August 14, 2026 03:03
dreamwind1985
force-pushed
the
fix/test-case-stability
branch
from
August 14, 2026 03:26
b6da9b9 to
a986cfd
Compare
dreamwind1985
force-pushed
the
fix/test-case-stability
branch
from
August 14, 2026 03:53
a986cfd to
8b72623
Compare
dreamwind1985
force-pushed
the
fix/test-case-stability
branch
from
August 14, 2026 04:40
51020d8 to
f14cbcf
Compare
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.
Mechanism
Not applicableThis updates existing MPNS 30 percent loss cases to preserve multipath loss, echo, and path-close coverage while reducing flaky failures from transient recovery timing. The data-transfer case now sends a 5 MiB body, uses a 10-second idle timeout, and retries once with fresh logs. The close-initial-path variant uses a 15-second idle timeout, a 15-epoch window, one fresh-log retry, and a pass check that accepts multiple per-epoch
pass:1lines while rejecting anypass:0. After rebasing onto the case-test routing split, the multipath group setup now starts the-Mserver for selected case execution so these cases do not depend on an earlier case in the group.Validation Cases
CONTRIBUTING.md
Pass (targeted local run)Targeted new-runner execution passed — bash scripts/case_test.sh --execute --case MPNS_multipath_30_percent_loss --case MPNS_multipath_30_percent_loss_close_initial_path; script syntax checks passed; full endpoint case suite not runPending