jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Install jenkins flaky test plugin

Open gregw opened this issue 1 year ago • 1 comments

We still have many flaky tests. We should install the Jenkins Flaky Test Handler to understand better which tests are flaky and which are not. We can then make hunting down those flaky tests a higher priority.

gregw avatar Jun 27 '24 22:06 gregw

Started some work:

  • setup rerunFailingTestsCount to 1 (if test failure the test is retry once) https://github.com/jetty/jetty.project/pull/11985
  • setup Jenkins plugin https://github.com/jetty/jetty.project/pull/11984
  • setup launchable (https://www.launchableinc.com/docs/features/unhealthy-tests/) to collect data https://github.com/jetty/jetty.project/pull/11983

olamy avatar Jun 28 '24 08:06 olamy

done

olamy avatar Jul 22 '24 09:07 olamy