Skip to content
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

Remove SMMR clean up from KServe test teardown #1082

Merged
merged 5 commits into from
Dec 20, 2023

Conversation

bdattoma
Copy link
Contributor

The kserve tests try to delete the test namespace from the ServiceMeshMemberRoll (SMMR) but most of the time it fails, because the model controller does it automatically (it wasn't like this in origin, but then it got fixed).

This PR is removing the SMMR clean up and replace it with a check to ensure that the model controller actually does it automatically.

Copy link
Contributor

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
389 0 0 389 100

@bdattoma bdattoma self-assigned this Dec 15, 2023
@bdattoma bdattoma added needs testing Needs to be tested in Jenkins enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) labels Dec 15, 2023
Copy link
Member

@jstourac jstourac left a comment

Choose a reason for hiding this comment

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

Some of these Robocop warnings could be easily dismissed. Otherwise LGTM, Berto. Thank you 🙂 Looking forward to a link to CI.

@bdattoma
Copy link
Contributor Author

bdattoma commented Dec 15, 2023

Some of these Robocop warnings could be easily dismissed. Otherwise LGTM, Berto. Thank you 🙂 Looking forward to a link to CI.

robocop alerts fixed (unless new ones appear after the check runs again).

PR validation: rhods-ci-pr-test/2247/console PASS

@bdattoma bdattoma added verified This PR has been tested with Jenkins and removed needs testing Needs to be tested in Jenkins labels Dec 15, 2023
Copy link
Member

@jstourac jstourac left a comment

Choose a reason for hiding this comment

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

Still one easy to remove Robocop warning but approving 😄

Copy link

sonarcloud bot commented Dec 20, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@bdattoma bdattoma merged commit 7a94980 into red-hat-data-services:master Dec 20, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants