Skip to content

fix: update configmap deletion checks to use wildcard matching and add bash shell support in test scripts#584

Open
moshevayner wants to merge 3 commits into
mainfrom
fix-tests
Open

fix: update configmap deletion checks to use wildcard matching and add bash shell support in test scripts#584
moshevayner wants to merge 3 commits into
mainfrom
fix-tests

Conversation

@moshevayner

@moshevayner moshevayner commented Jul 2, 2026

Copy link
Copy Markdown
Member

Signed-off-by: Moshe Vayner moshe@vayner.me

General:

  • Have you removed all sensitive information, including but not limited to access keys and passwords?
  • Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

…d bash shell support in test scripts

Signed-off-by: Moshe Vayner <moshe@vayner.me>
@moshevayner moshevayner added the testing for updates to the testing suite in the changelog. label Jul 2, 2026
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.65%. Comparing base (68eacfd) to head (71852f1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #584   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          19       19           
  Lines        3029     3029           
=======================================
  Hits         2231     2231           
  Misses        538      538           
  Partials      260      260           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…d resources

This will reduce some of the noisy errors in the test logs about not being able to delete something that was already removed.

Signed-off-by: Moshe Vayner <moshe@vayner.me>
…-test.yaml

Right now the test has a race condition because it tries to validate the loadbalancer before it has an IP assigned. This should fix it.

Signed-off-by: Moshe Vayner <moshe@vayner.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing for updates to the testing suite in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant