Add how to debug test failure in contributors guide

OpenStack community encourages to debug the gate test failure
instead of just do recheck to re-trigger the test. Add those in contributor guidelines.

Change-Id: I825a4b25c44a0be8fe4ca98db09609181de9fa89
This commit is contained in:
Sairam Vengala 2023-09-29 12:55:21 +05:30 committed by sairam vengala
parent d5d1c7e087
commit 21eca93b30
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ pre-existing bug in OpenStack. Additionally, some times the infrastructure for
running the tests might have had a failure. To figure this out you'll always
need to look at the logs from the failed job to understand what's happening.
A comment `recheck` on the patch would trigger the failed job to execute again.
**DO NOT** just recheck the patch only to see if it fails again. CI test
resources are very scarce. Read this document to know
`how to handle test failures <https://docs.openstack.org/project-team-guide/
testing.html#how-to-handle-test-failures>`_
OpenSearch
==========