-
Notifications
You must be signed in to change notification settings - Fork 242
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
Create a cmdline interface for testing Context creation + Complete function #5256
Create a cmdline interface for testing Context creation + Complete function #5256
Conversation
db1132d
to
66f275d
Compare
aaf77a9
to
094f910
Compare
SonarCloud Quality Gate failed.
|
094f910
to
15ed82a
Compare
✔️ Deploy Preview for odo-docusaurus-preview canceled. 🔨 Explore the source changes: d3ef6af 🔍 Inspect the deploy log: https://app.netlify.com/sites/odo-docusaurus-preview/deploys/61b787536d617e00088a1886 |
15ed82a
to
a793b93
Compare
/test psi-kubernetes-integration-e2e Same problem as before the fix by Anand on Redis ClusterRole |
/test psi-kubernetes-integration-e2e
|
a793b93
to
971bcc0
Compare
/test psi-kubernetes-integration-e2e
|
10366c9
to
d3ef6af
Compare
1483f4f
to
d3ef6af
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: valaparthvi 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 |
/test psi-kubernetes-integration-e2e Timeout after 4h |
1 similar comment
/test psi-kubernetes-integration-e2e Timeout after 4h |
What type of PR is this?
/kind cleanup
What does this PR do / why we need it:
This PR:
This changes make possible to test the creation of the context and the Complete function without dependencies (except filesystem dependency, because I cannot find a way to use the devfile library on a fake filesystem).
Which issue(s) this PR fixes:
Fixes #?
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer: