Watson Yuuma Sato
Watson Yuuma Sato
@Vincent056 Still the same error: ``` # github.com/ComplianceAsCode/compliance-operator/tests/e2e/serial tests/e2e/serial/main_test.go:1965:3: (*testing.common).Skip call has possible formatting directive %s FAIL github.com/ComplianceAsCode/compliance-operator/tests/e2e/serial [build failed] FAIL make: *** [Makefile:610: e2e-serial] Error 1 ```
@ermeratos could you rebase the PR on top of latest master?
> I can offer, that you close this PR and I create a new one and rebase it. @sluetze That would be great, thank you.
Added labels, CO v.1.4.1 is out the door downstream as well: https://access.redhat.com/errata/RHBA-2024:1830
@BhargaviGudi Thank you for testing this. I re-tested again and cannot reproduce the error I had mentioned in PR description. I was probably doing something wrong before.
Below are some of the runtime objects collected, they match the static configuration now. ``` net.core.bpf_jit_harden 2 /etc/sysctl.d/75-sysctl_net_core_bpf_jit_harden.conf /etc/sysctl.d 75-sysctl_net_core_bpf_jit_harden.conf ^[\s]*net.core.bpf_jit_harden[\s]*=[\s]*(.*)[\s]*$ 1 ^[\s]*net.core.bpf_jit_harden[\s]*=[\s]*(.*)[\s]*$ net.core.bpf_jit_harden=2 2 ``` ``` net.ipv6.conf.default.accept_ra 0 /etc/sysctl.d/75-sysctl_net_ipv6_conf_default_accept_ra.conf...
Rebased to latest master, lets see how testing goes.
/retest-required