Skip to content

Commit 5e7324c

Browse files
authored
Blog Post: How To Manage Flaky Tests (#4212)
1 parent 609720f commit 5e7324c

File tree

4 files changed

+444
-2
lines changed

4 files changed

+444
-2
lines changed

blog/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
* xref:4-flaky-tests.adoc[]
23
* xref:3-selective-testing.adoc[]
34
* xref:2-monorepo-build-tool.adoc[]
45
* xref:1-java-compile.adoc[]

blog/modules/ROOT/pages/3-selective-testing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ or monorepo: picking which tests to run to validate a change or pull-request, be
1414
running every test every time is costly and slow. This blog post will explore what
1515
selective testing is all about, the different approaches you can take with selective
1616
testing, based on my experience working on developer tooling and CI for the last decade at
17-
Dropbox and Databricks. Lastly, we will discuss how selective testing is supported by
18-
the Mill build tool.
17+
Dropbox and Databricks. Lastly, we will discuss
18+
xref:mill::large/selective-execution.adoc[how the Mill build tool supports selective testing].
1919

2020
// end::header[]
2121

0 commit comments

Comments
 (0)