None
EN
Automatic regression handling and reporting for the Linux Kernel
['Automatic Regression Handling', 'Reporting For The Linux Kernel', 'Ricardo Cañuelo Navarro']
Collabora Newsroom RSS Feed
Traditionally, regressions are detected automatically by CI systems by running the same test cases on different versions of the software to test (in this case, the Linux kernel) and checking if a test that used to pass starts failing after a specific kernel commit. Detection of unstable tests: when a test is found to fail intermittently over different kernel versions, there's a higher probability that the test is unstable due to a bug in the test code, a timing issue, race conditions, or other external circumstances rather than because a commit introduced a bug in every pass-to-fail transition.