e2e: stalld and sysctl_d_override e2e test changes#298
e2e: stalld and sysctl_d_override e2e test changes#298openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
Simplify the e2e stalld test. It is unnecessarily complex and only adds to the time it takes to pass all e2e tests by approximately 1 node reboot. Add more debugging for any future troubleshooting. Adjust the sysctl_d_override golang e2e test to show the contents of the sysctl override file for debugging and synchronize [fsync()] it to persistent storage after write.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmencak 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 |
|
sigh |
|
@jmencak: The
Use DetailsIn 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. |
|
/test verify |
|
A note to reviewers. I've tested this by running ~500 e2e tests on 4.10 with no issues, so hopefully the most prominent operator e2e tests issues are resolved now. (Famous last words...). |
|
/retest |
|
OK, time to look into this again: Awesome... As the tests pass with my local copy |
|
/override ci/prow/verify |
|
@jmencak: Overrode contexts on behalf of jmencak: ci/prow/verify DetailsIn 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. |
|
@jmencak: /override requires a failed status context or a job name to operate on.
Only the following contexts were expected:
DetailsIn 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. |
|
The verify issue is fixed by: |
|
#299 should fix the verify step. |
|
/test verify |
|
thanks @jmencak, the PR looks good to me /lgtm /hold |
|
Thank you Kevin! |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@jmencak: all tests passed! Full PR test history. Your PR dashboard. 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. |
Simplify the e2e stalld test. It is unnecessarily complex and only adds to the time it takes to pass all e2e tests by approximately 1 node reboot. Add more debugging for any future troubleshooting. Adjust the sysctl_d_override golang e2e test to show the contents of the sysctl override file for debugging and synchronize [fsync()] it to persistent storage after write. Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
Simplify the e2e stalld test. It is unnecessarily complex and only adds to the time it takes to pass all e2e tests by approximately 1 node reboot. Add more debugging for any future troubleshooting. Adjust the sysctl_d_override golang e2e test to show the contents of the sysctl override file for debugging and synchronize [fsync()] it to persistent storage after write. Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
Simplify the e2e stalld test. It is unnecessarily complex and only adds
to the time it takes to pass all e2e tests by approximately 1 node
reboot. Add more debugging for any future troubleshooting.
Adjust the sysctl_d_override golang e2e test to show the contents of the
sysctl override file for debugging and synchronize [fsync()] it to
persistent storage after write.