-
Notifications
You must be signed in to change notification settings - Fork 217
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
NO-ISSUE: Allow use of 'envtest' #7100
base: master
Are you sure you want to change the base?
Conversation
@jhernand: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
/test edge-unit-test |
/retest-required |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7100 +/- ##
==========================================
- Coverage 67.73% 67.53% -0.21%
==========================================
Files 293 296 +3
Lines 39925 40079 +154
==========================================
+ Hits 27042 27066 +24
- Misses 10440 10572 +132
+ Partials 2443 2441 -2
|
9f5d930
to
d65e46a
Compare
I'm cool with this being a 'NO-ISSUE' but would love more context on what you have planned. Looks like integration tests, somewhere between unit and subsystem? |
@paul-maidment I need/want this for the tests that I am adding in #7090. I'd call those are unit tests, in the same sense that tests that use a database are unit tests, only that here the underlying infrastructure is a Kubernetes API server instead of a database. But I am fine if we want to call them "integration" or anything else. |
38958c1
to
0a1a263
Compare
This patch prepares the project so that tests will be able to use the 'envtest' package. Related: https://issues.redhat.com/browse/MGMT-19120 Signed-off-by: Juan Hernandez <[email protected]>
0a1a263
to
37ca941
Compare
/lgtm great addition ❤️ |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhernand, rccrdpccl 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 okd-scos-e2e-aws-ovn |
@jhernand: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
This patch prepares the project so that tests will be able to use the 'envtest' package.
List all the issues related to this PR
https://issues.redhat.com/browse/MGMT-19120
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist