# Procedure Guide in case of Test Failure (Regression)

If the QA team found a problem with the change merged after verification in the test tool, which greatly affects the QA system, **the QA team can revert the commit of the change and return the JIRA issue to the 'CONFIRMED' status**. At this point, if the developer decides that the issue needs a triage again, it can revert to the 'OPEN' status.

The failure of resolving the following problems immediately can affect the QA system:

* If some or all of the systems are shut down (a core file is created)
* If the system stops (hang)
* If the behavior is different from that defined in the issue and design documents&#x20;
* If too many test case failures occur
* If significant performance degradation occurs

If the QA system continues to operate while the above situation persists, then the QA system will be unreliable for the changes which are proceeding simultaneously; therefore, the robustness of the system would be broke&#x6E;**,** and the subsequent costs of identifying the problem will increase exponentially.&#x20;

Returning JIRA to the 'OPEN' status means going back to the design, implementation, and code review phase according to the JIRA Workflow. If reconfirmation is required at each step, it is recommended to proceed by creating a feature branch.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.cubrid.org/dev-process/dp-en/workflow-after-code-merging-1/regression.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
