Bug 2090184
| Summary: | Latency tools: Cyclictest test fails on the expected runtime flag "-D" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Shereen Haj Makhoul <shajmakh> |
| Component: | Performance Addon Operator | Assignee: | Martin Sivák <msivak> |
| Status: | CLOSED ERRATA | QA Contact: | Gowrishankar Rajaiyan <grajaiya> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 12:16:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Shereen Haj Makhoul
2022-05-25 10:32:04 UTC
Verification: cnf-tests image:registry-proxy.engineering.redhat.com/rh-osbs/openshift4-cnf-tests:v4.11.0-51 Steps: podman run -v $KUBECONFIG:/root/kubeconfig:Z -e KUBECONFIG=/root/kubeconfig -e IMAGE_REGISTRY=registry-proxy.engineering.redhat.com/rh-osbs/ -e CNF_TESTS_IMAGE=openshift4-cnf-tests:v4.11.0-51 -e PERF_TEST_PROFILE=performance -e ROLE_WORKER_CNF=worker-cnf -e LATENCY_TEST_RUN=true -e LATENCY_TEST_RUNTIME=30 -e LATENCY_TEST_CPUS=4 -e DISCOVERY_MODE=true registry-proxy.engineering.redhat.com/rh-osbs/openshift4-cnf-tests:v4.11.0-51 usr/bin/test-run.sh -ginkgo.focus="\[performance\]\ Latency\ Test" -ginkgo.v output: oslat: 1 main.go:58] Running the oslat command with arguments [--duration 30 --rtprio 1 --cpu-list 2-4 --cpu-main-thread 1] I0729 04:59:49.336537 1 main.go:64] Succeeded to run the oslat command: oslat V 2.30 cyclictest: 1 main.go:63] running the cyclictest command with arguments [--duration 30 --priority 95 --threads 3 --affinity 2-4 --histogram 30 --interval 1000 --mlockall --mainaffinity 1 --quiet] I0729 05:01:25.863385 1 main.go:69] succeeded to run the cyclictest command: # /dev/cpu_dma_latency set to 0us hwlatdetec: 1 main.go:50] running the hwlatdetect command with arguments [/usr/bin/hwlatdetect --threshold 20 --hardlimit 1000 --duration 30 --window 10000000us --width 950000us] I0729 05:03:03.092100 1 main.go:56] succeeded to run the hwlatdetect command: hwlatdetect: test duration 30 seconds the --duration flag is now updated. verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.11 low-latency extras update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:5869 |