Conversation
SkorikSergey
approved these changes
Jun 10, 2025
dmytro-ndp
reviewed
Jun 10, 2025
Contributor
|
I would also propose to verify the removal of the test pod after the workspace removal: |
dmytro-ndp
reviewed
Jun 10, 2025
Contributor
Author
|
dmytro-ndp
reviewed
Jun 11, 2025
| * checks Molecule pod is removed after deleting asnsible-demo sample workspace | ||
| * @throws Error if Molecule pod is not removed within the timeout | ||
| */ | ||
| waitRemovingMoleculePod(): void { |
Contributor
There was a problem hiding this comment.
This method appears to be specific to the AnsibleDevFileAPI test, whereas the KubernetesCommandLineToolsExecutor class serves as a utility for common methods.
For the sake of consistency, I recommend either moving the waitRemovingMoleculePod() method to the AnsibleDevFileAPI test, or modifying this method to accept a pod name parameter waitRemovingPod(podName: string) and then calling it from AnsibleDevFileAPI.
Contributor
Author
There was a problem hiding this comment.
It seems yes, need to fix up it.
Will do.
dmytro-ndp
approved these changes
Jun 11, 2025
Contributor
dmytro-ndp
left a comment
There was a problem hiding this comment.
Good job, @artaleks9
PR looks good to merge, with a non-critical notice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
'AnsibleDevFileAPIE2E test toapiset tests/tests/e2e/utils/KubernetesCommandLineToolsExecutor.tspageobjectScreenshot/screencast of this PR
What issues does this PR fix or reference?
How to test this PR?
AnsibleDevFileAPIas ususallyhttps://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/e2e/job/basic/job/api-tests/13150/console
PR Checklist
Trial launch on Jenkins using pecific branch:
https://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/e2e/job/basic/job/api-tests/13150/console
As the author of this Pull Request I made sure that:
What issues does this PR fix or referenceandHow to test this PRcompletedReviewers
Reviewers, please comment how you tested the PR when approving it.