Skip to content

e2e: Avoid checking the number of iptables file #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

zeeke
Copy link
Member

@zeeke zeeke commented Feb 20, 2025

Checking the number of files in /var/lib/multi-networkpolicy/iptables/ brings to a number of test flakes in GitHub CI lanes. This flakes are not reproducible in local development environments, therefore they are likely due to a low resource system.

Beside these checks can flake, the component under test behavior looks good from the assertion point of view, which is the meaningful part for the these tests.

Remove any verification about the /var/lib/multi-networkpolicy/iptables/ folder in e2e tests

Checking the number of files in `/var/lib/multi-networkpolicy/iptables/` brings
to a number of test flakes in GitHub CI lanes. This flakes are not reproducible in
local development environments, therefore they are likely due to a low resource system.

Beside these checks can flake, the component under test behavior looks good from
the assertion point of view, which is the meaningful part for the these tests.

Remove any verification about the `/var/lib/multi-networkpolicy/iptables/` folder in e2e tests

Signed-off-by: Andrea Panattoni <[email protected]>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13436105054

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 58.1%

Totals Coverage Status
Change from base Build 13134762898: 0.0%
Covered Lines: 1119
Relevant Lines: 1926

💛 - Coveralls

@cgoncalves
Copy link

LGTM

@zeeke zeeke merged commit a34442e into k8snetworkplumbingwg:master Mar 4, 2025
10 checks passed
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.

3 participants