Skip to content

fix: support multiple package managers in chaos network-delay test - #70

Merged
Senthil455 merged 2 commits into
mainfrom
fix/chaos-network-delay-package-mgr
Jun 15, 2026
Merged

fix: support multiple package managers in chaos network-delay test#70
Senthil455 merged 2 commits into
mainfrom
fix/chaos-network-delay-package-mgr

Conversation

@Senthil455

@Senthil455 Senthil455 commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Closes #69

Previously only Alpine Linux (apk) was supported for installing iproute2. Debian/Ubuntu (apt-get), RHEL/CentOS (yum), and Fedora (dnf) now also install iproute2/iproute before injecting the delay via tc. This prevents silent failures on non-Alpine containers where || true was hiding the error.

Previously only Alpine Linux (apk) was supported. Debian/Ubuntu (apt-get),
RHEL/CentOS (yum), and Fedora (dnf) now also install iproute2/iproute
before injecting the delay via tc. This prevents silent failures on
non-Alpine containers.
@Senthil455
Senthil455 merged commit 57abc77 into main Jun 15, 2026
19 checks passed

@Senthil455 Senthil455 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gh: Not Found (HTTP 404)
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/issues/comments#get-an-issue-comment","status":"404"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MEDIUM: Chaos network delay assumes Alpine Linux - silently fails on Debian/Ubuntu

1 participant