-
Notifications
You must be signed in to change notification settings - Fork 243
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
Test flaky devfile modification test #6769
Test flaky devfile modification test #6769
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
b969bd4
to
36dafad
Compare
bfaf3ed
to
cbe4968
Compare
[FAILED] user-guides/quickstart/docs-mdx/nodejs/nodejs_odo_dev_output.mdx
Expected
<string>: Â Â (
  """
  ... // 9 identical lines
  • Waiting for Kubernetes resources ...
  ⚠Pod is Pending
- ✓ Pod is Running
  ✓ Syncing files into the container [1s]
  ✓ Building your application in container (command: install) [1s]
  ... // 10 identical lines
  [Ctrl+c] - Exit and delete resources from the cluster
  [p] - Manually apply local changes to the application on the cluster
+ ✓ Pod is Running
  ```
  """
  )
to be empty
In [It] at: /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:104 @ 04/25/23 12:18:22.625
------------------------------
Spawning '/go/bin/odo init' from /tmp/3354671968 /override Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests |
@valaparthvi: Overrode contexts on behalf of valaparthvi: Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests In response to this:
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. |
LGTM |
Signed-off-by: Parthvi Vala <pvala@redhat.com> Co-authored-by: Philippe Martin <phmartin@redhat.com> Co-authored-by: Armel Soro <asoro@redhat.com> Move test skip before waitgroup is initiated Signed-off-by: Parthvi Vala <pvala@redhat.com>
ec67dea
to
38f6506
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override windows-integration-test/Windows-test Tests pass previously
|
@feloy: Overrode contexts on behalf of feloy: windows-integration-test/Windows-test In response to this:
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. |
Thanks @valaparthvi for this fix |
@feloy can you approve this PR? |
/lgtm Sorry, I thought I approved it when overriding the tests |
What type of PR is this:
/area testing
/kind bug
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6601
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: