Commit 6bc0c7b
authored
Tests inheriting `BaseMlIntegTestCase` have noisy
logs with the error `No processor type exists with name [...]`.
Those are caused because of loaded templates that need
the `IngestCommonPlugin` loaded.
This commit adds a test dependency to the `ingest-common` module
and loads `IngestCommonPlugin` in `BaseMlIntegTestCase` to reduce
such noise.
Backport of #65675
1 parent 38cc976 commit 6bc0c7b
File tree
2 files changed
+3
-0
lines changed- x-pack/plugin/ml
- src/test/java/org/elasticsearch/xpack/ml/support
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments