Closed SargunNarula closed 5 months ago
@SargunNarula: This pull request references Jira Issue OCPBUGS-14026, which is invalid:
OCPBUGS
projectComment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
@SargunNarula: This pull request references Jira Issue OCPBUGS-14026, which is invalid:
OCPBUGS
projectComment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
/retest
/retest
Thanks for this! /lgtm /hold leaving room for others review
@SargunNarula: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-hypershift | 9f2decb0f643ba77fccefa1aaa207a2967b52d09 | link | true | /test e2e-hypershift |
Full PR test history. Your PR dashboard.
/approve
Honestly I am not sure the test design is sound. Yes, we move agetty under system.slice, but that is an implementation detail. The important part we should be testing for is that no system process is interfering with the isolated cpus.
The bug was agetty not being moved properly, fine, but next time it might be a totally different process and this test will not catch it.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ffromani, SargunNarula
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold
One other thing. Why is this PR trying to merge into 4.14? We always start with the master branch. Is this a backport?
After an offline discussion with @MarSik, we found a test case that identifies all systemd processes and checks if they are running in the system.slice cgroup. We need similar functionality here, as required by this bug: https://github.com/openshift/cluster-node-tuning-operator/blob/master/test/e2e/performanceprofile/functests/1_performance/performance.go#L305.
This test was introduced to cover all scenarios in this PR: https://github.com/openshift/cluster-node-tuning-operator/pull/992. The PR was back-ported to versions 4.14 and 4.15, so no additional fixes are needed here.
The agetty bug was opened for versions 4.13 and 4.14, but we do not plan to cover this test in either version.
@SargunNarula: This pull request references Jira Issue OCPBUGS-14026. The bug has been updated to no longer refer to the pull request using the external bug tracker.
Check if agetty process is moved under the cpuset cgroup.