Skip to content
代码片段 群组 项目
未验证 提交 18796fe3 编辑于 作者: Jennifer Li's avatar Jennifer Li 提交者: GitLab
浏览文件

Merge branch 'jennli-master-patch-49785' into 'master'

Add Too Many SQL queries to flaky test docs

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156562



Merged-by: default avatarJennifer Li <jli@gitlab.com>
Reviewed-by: default avatarLin Jen-Shin <jen-shin@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -84,6 +84,16 @@ difficult to achieve locally. Ordering issues are easier to reproduce by repeate ...@@ -84,6 +84,16 @@ difficult to achieve locally. Ordering issues are easier to reproduce by repeate
in the tests. in the tests.
- [Example 4](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106936/diffs). - [Example 4](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106936/diffs).
### Too Many SQL queries
**Label:** `flaky-test::too-many-sql-queries`
**Description:** SQL Query limit has reached triggering `Gitlab::QueryLimiting::Transaction::ThresholdExceededError`.
**Difficulty to reproduce:** Moderate, this failure may depend on the state of query cache which can be impacted by order of specs.
**Resolution:** See [query count limits docs](../database/query_count_limits.md#solving-failing-tests).
### Random input ### Random input
**Label:** `flaky-test::random input` **Label:** `flaky-test::random input`
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册