Re: [dpdk-dev] [dpdk-ci] [PATCH] test: drop 'alarm_autotest' and 'cycles_autotest' from test suite
From: Aaron Conole <aconole@redhat.com>
Date: 2021-05-25 13:22:10
From: Aaron Conole <aconole@redhat.com>
Date: 2021-05-25 13:22:10
Thomas Monjalon [off-list ref] writes:
25/05/2021 02:16, Aaron Conole:quoted
The tests 'alarm_autotest' and 'cycles_autotest' rely on the underlying system having very accurate and precise timing. On systems where the timing isn't as rigid, or the load is particularly high, these tests are unreliable since the wake latency from the scheduler can be high enough to miss the timing window. Remove these tests from the test suites. Maybe it's useful for these tests to be present as a diagnostics tool, but for normal unit testing, they don't provide much value. They have falsely flagged patches as FAIL on various infrastructures.Are sure of the value keeping the source code?
Okay, I think it's fine to remove it as well. I will submit v2