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

Make sure to delete the component resources after each "delete component" test spec #6541

Conversation

rm3l
Copy link
Member

@rm3l rm3l commented Jan 25, 2023

What type of PR is this:
/kind tests
/area testing

What does this PR do / why we need it:

Which issue(s) this PR fixes:
Otherwise, "odo delete component --running-in $mode" might leave some resources running
(on Podman especially).
For example, the Podman test that runs "delete component --running-in deploy"
(after starting and killing a Dev Session abruptly) might leave those Dev resources running.
This has been alleviated in CI via 9ebf766 by ensuring Ginkgo does not hang indefinitely and
by deleting those leftover resources.
But the issue was still persisting locally.

PR acceptance criteria:

  • Unit test

  • Integration test

  • Documentation

How to test changes / Special notes to the reviewer:

…component" test spec

Otherwise, "odo delete component --running-in $mode" might leave some resources running
(on Podman especially).
For example, the Podman test that runs "delete component --running-in deploy"
(after starting and killing a Dev Session abruptly) might leave those Dev resources running.
This has been alleviated in CI via 9ebf766 by ensuring Ginkgo does not hang indefinitely and
by deleting those leftover resources.
But the issue was still persisting locally.
@netlify
Copy link

netlify bot commented Jan 25, 2023

Deploy Preview for odo-docusaurus-preview ready!

Name Link
🔨 Latest commit a923d93
🔍 Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/63d1948e197dde0009381902
😎 Deploy Preview https://deploy-preview-6541--odo-docusaurus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@openshift-ci openshift-ci bot added kind/tests area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering labels Jan 25, 2023
@odo-robot
Copy link

odo-robot bot commented Jan 25, 2023

OpenShift Tests on commit 7d9439c finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Jan 25, 2023

NoCluster Tests on commit 7d9439c finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Jan 25, 2023

Validate Tests on commit 7d9439c finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Jan 25, 2023

Kubernetes Tests on commit 7d9439c finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Jan 25, 2023

Windows Tests (OCP) on commit 7d9439c finished successfully.
View logs: TXT HTML

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Jan 26, 2023
@rm3l
Copy link
Member Author

rm3l commented Jan 26, 2023

/override ci/prow/v4.11-integration-e2e

Flaky E2E test (reported in #6463)

@openshift-ci
Copy link

openshift-ci bot commented Jan 26, 2023

@rm3l: Overrode contexts on behalf of rm3l: ci/prow/v4.11-integration-e2e

In response to this:

/override ci/prow/v4.11-integration-e2e

Flaky E2E test (reported in #6463)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@odo-robot
Copy link

odo-robot bot commented Jan 26, 2023

Unit Tests on commit 7d9439c finished successfully.
View logs: TXT HTML

@openshift-merge-robot openshift-merge-robot merged commit 87ef564 into redhat-developer:main Jan 26, 2023
@rm3l rm3l deleted the make_sure_to_delete_component_resources_after_each_delete_component_test branch January 26, 2023 09:50
@rm3l rm3l added this to the v3.7.0 🚀 milestone Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants