-
Notifications
You must be signed in to change notification settings - Fork 1.1k
contrib/test/int: assorted minor cleanups #4419
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
Conversation
This separation (to skip a single test under RHEL/CentOS) and the associated TODO/XXX were added in 2017, and the issue linked is fixed in mid-2018. Time to address the TODO ;) Signed-off-by: Kir Kolyshkin <[email protected]>
Modern critest complains: > Using "/var/run/crio/crio.sock" as endpoint is deprecated, > please consider using full url format "unix:///var/run/crio/crio.sock" and this pollutes test logs. Add unix:// prefix where appropriate. Signed-off-by: Kir Kolyshkin <[email protected]>
This is the same change as in commit a400561; quoting it: Also, the masquerading rule (needed for critest) was changed to use 127.0.0.0/8 network rather than 127.0.0.1 address, because systemd-resolved is listening at 127.0.0.53 address, and indeed the whole 127.0.0.0/8 block is reserved for local addresses. This is merely to future-proof the configuration so it will work with systemd-resolved. Signed-off-by: Kir Kolyshkin <[email protected]>
This appears unused by the current CI, and I was not able to find the traces of it being used. In addition, the CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/crio.sock does not look correct. Signed-off-by: Kir Kolyshkin <[email protected]>
|
/lgtm |
Codecov Report
@@ Coverage Diff @@
## master #4419 +/- ##
=======================================
Coverage 40.52% 40.52%
=======================================
Files 116 116
Lines 9327 9327
=======================================
Hits 3780 3780
Misses 5120 5120
Partials 427 427 |
|
Failures in circleci (in |
|
@haircommander there is a failure in integration_rhel+userns (see https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-federated-results/pr-logs/pull/cri-o_cri-o/4419/test_pull_request_crio_integration_rhel/21891/artifacts/testout_userns.txt)
The test case is from #4394; but this branch does not have it. I guess CI is testing commits from this PR applied on top of latest master. Anyway, my guess is 2s is too low for our slow and highly parallel CI. |
Trying to address that in #4422 /retest |
saschagrunert
left a comment
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.
LGTM
|
/retest |
|
@kolyshkin: The following test failed, say
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. |
|
/retest |
|
/lgtm |
saschagrunert
left a comment
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.
/lgtm
/retest
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kolyshkin, mrunalp, saschagrunert 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 |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/override ci/openshift-jenkins/integration_crun |
|
@haircommander: Overrode contexts on behalf of haircommander: ci/openshift-jenkins/integration_crun 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 integration_crun |
|
@kolyshkin: The following test failed, say
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. |
|
/override ci/kata-jenkins |
|
@haircommander: Overrode contexts on behalf of haircommander: ci/kata-jenkins 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. |
|
@kolyshkin: The following tests failed, say
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. |
What type of PR is this?
/kind ci
What this PR does / why we need it:
Assorted fixes and cleanups to contrib/test/integration.
Please see individual commits for details.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?