-
Notifications
You must be signed in to change notification settings - Fork 244
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
Adds odo dev --no-watch
#5675
Adds odo dev --no-watch
#5675
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
/test unit Looks like network issue
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, I launched the same command again, and now the message shows up as white 🤔 |
Seeing a panic in integration tests running on Windows.
|
Tried |
More details on - dominikh/go-tools#503 (comment)
Co-authored-by: Armel Soro <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Weirder than before. It can't find
|
Indeed, this is strange. As you said, it looks like a different binary was used. I can see the version is
LGTM after retesting your changes, but maybe we should create a separate issue for this. /lgtm EDIT: I created #5683 to keep track of the binary issue with the Windows tests. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rm3l The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Don't know why, but a lot of unit tests CI jobs are currently Queued in IBM Cloud. And this is blocking this PR from getting merged. Is there any way to dequeue them? |
Overriding because unit tests already succeeded using prow /override Unit Tests |
@dharmit: /override requires a failed status context or a job name to operate on.
Only the following contexts were expected:
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. |
/override Unit Tests/Unit Tests |
@dharmit: Overrode contexts on behalf of dharmit: Unit Tests/Unit 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. |
/override windows-integration-test/Windows-test |
@dharmit: Overrode contexts on behalf of dharmit: 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. |
I have overridden unit tests since the counterparts are already passing on prow. And for Windows, well, overrode that as well. Let's see. |
* Adds `odo dev --no-watch` * Remove select for a single case More details on - dominikh/go-tools#503 (comment) * Update mocks * Update tests/integration/devfile/cmd_dev_test.go Co-authored-by: Armel Soro <[email protected]> * Rename CleanupFunc to Cleanup * Add usage doc for --no-watch * Remove infinite for loop Co-authored-by: Armel Soro <[email protected]>
What type of PR is this:
/kind feature
What does this PR do / why we need it:
Need this to allow users to avoid syncing the code too fast
Which issue(s) this PR fixes:
Fixes #5631
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
odo dev --no-watch
; modify a file in the component directory.Ctrl+c
should correctly delete the resources from the cluster