We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f0568 commit 0ea2a22Copy full SHA for 0ea2a22
tools/flakeguard/.gitignore
@@ -2,6 +2,7 @@ tmp_test_flaky*
2
test_results_*.json
3
debug_outputs
4
example_results/
5
+example_flakeguard_report/
6
example*.json
7
example*.md
8
test-output-*.json
tools/flakeguard/Makefile
@@ -21,11 +21,3 @@ test-race:
21
.PHONY: bench
22
bench:
23
go test -run=^$$ -bench=. -benchmem ./...
24
-
25
-.PHONY: example
26
-example:
27
- ./run_example.sh 3 Panic,Timeout
28
29
-.PHONY: example_flaky_panic
30
-example_flaky_panic:
31
- ./run_example.sh 3 TestPanic
tools/flakeguard/run_example.sh
0 commit comments