-
Notifications
You must be signed in to change notification settings - Fork 4.8k
tests: Create a new test binary that can be used instead of extended.tests #21459
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
tests: Create a new test binary that can be used instead of extended.tests #21459
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
854716c to
415a8b1
Compare
|
/retest |
b8387f2 to
566dd93
Compare
d9955b7 to
8bc3422
Compare
429f08e to
b2b60aa
Compare
|
/retest |
b2b60aa to
03c1d7a
Compare
|
/test e2e-aws |
55b712c to
aae61b9
Compare
|
/retest |
aae61b9 to
0fcf6ea
Compare
|
/retest |
|
/retest |
1 similar comment
|
/retest |
0fcf6ea to
74cdb9b
Compare
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
74cdb9b to
cf13746
Compare
|
New changes are detected. LGTM label has been removed. |
cf13746 to
3eaed9e
Compare
|
/retest |
3eaed9e to
0021513
Compare
…y-run This is fixed in 1.12 so the commit can safely be dropped.
There can be only `openshift-tests`.
…tests Executing e2e tests under ginkgo is hard to explain and use. Create a new top level command `openshift-tests` that focuses on four key improvements: 1. Focus on end user interaction - one command, a subcommand with help, and minimal arguments 2. Provide simpler and more concrete status update as tests are being run (ginkgo makes it too difficult to see what tests are running and progress) 3. Provide a better dry-run mode to see what tests are going to be executed 4. Replace the use of regexps with simple suites. Allow clever filtering using the --dry-run output for a suite and the `-f -` input to suite run. This command will be the primary interaction method for CI and end user test function. We will remove and deprecate all older suites as we go. This commit does not attempt to simplify suite assignment - that will be reserved for a future change.
0021513 to
5ff7aed
Compare
|
@smarterclayton: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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 understand the commands that are listed here. |
We've had these since 5ff7aed (tests: Create a new test binary that can be used instead of extended.tests, 2018-11-09, openshift#21459), but conditions like ClusterVersion Progressing=True and ClusterOperator Degraded=True are serious enough that we don't want to see them post-install. Make it fatal to see those surprises at all, instead of giving operators a pass during an arbitrary post-install recovery window.
We've had these since 5ff7aed (tests: Create a new test binary that can be used instead of extended.tests, 2018-11-09, openshift#21459), but conditions like ClusterVersion Progressing=True and ClusterOperator Degraded=True are serious enough that we don't want to see them post-install. Make it fatal to see those surprises at all, instead of giving operators a pass during an arbitrary post-install recovery window.
Executing e2e tests under ginkgo is hard to explain and use. Create a new top level command
openshift-teststhat focuses on four key improvements:-f -input to suite run.This command will be the primary interaction method for CI and end user test function. We will remove and deprecate all older suites as we go.
This commit does not attempt to simplify suite assignment - that will be reserved for a future change.
TODO: