Commit 2b7b956
committed
[FIX] docker image tests do not fail if core can not start
Currently on Apache Solr 9.8.0 the cores can not boot up, because of
```
Plugin init failure for [schema.xml] fieldType "string_collated": Error loading class 'solr.ICUCollationField'
```
but the tests suite does not fail at all.
This change fixes the issue, which was caused by `prettyPrintOrExitOnError 0`
Ports: f52a50e from #42901 parent 88918f6 commit 2b7b956
2 files changed
+171
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
0 commit comments