Skip to content
代码片段 群组 项目
提交 8635d8ee 编辑于 作者: Jessie Young's avatar Jessie Young 提交者: Evan Read
浏览文件

Add helpful tip on debugging a failing CI spec

上级 4c144423
No related branches found
No related tags found
无相关合并请求
......@@ -31,6 +31,9 @@ it's reset to a pristine test after each test.
inconsistent state, so that following tests might not know about certain columns.
- [Example 2](https://gitlab.com/gitlab-org/gitlab/-/issues/368500): A test modifies data that is
used by a following test.
- [Example 3](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/103434#note_1172316521): A test for a database query passes in a fresh database, but in a
CI/CD pipeline where the database is used to process previous test sequences, the test fails. This likely
means that the query itself needs to be updated to work in a non-clean database.
### Ordering assertion
......
......@@ -53,7 +53,7 @@ tips and tricks to get the most out of white-box testing.
What are flaky tests, the different kind of flaky tests we encountered, and what
we do about them.
## [GitLab pipelines](../pipelines.md)
## [GitLab pipelines](../pipelines/index.md)
How GitLab test suite is run in the CI context: setup, caches, artifacts,
parallelization, monitoring.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册