Commit 83251ea
authored
invoke m.Run on TestMain and reduce test flakiness (#41891)
Some TestMain were not running any tests as they did not invoke m.Run. This change fixes that.
Also other tests were presenting some flakyness, therefore this change also attempts to fix the flakiness by setting really unique IDs for filestream tests and increasing a timeout for TestTranslateGUIDWithLDAP.1 parent 4e19d09 commit 83251ea
File tree
6 files changed
+111
-74
lines changed- filebeat
- autodiscover/builder/hints
- input/filestream
- processor/add_kubernetes_metadata
- tests/integration
- metricbeat/autodiscover
- appender/kubernetes/token
- builder/hints
6 files changed
+111
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments