Commit 2a591fd
authored
Fix the filter for broken tests in maximum test detection (#10547)
The original implementation didn't correctly filter broken tests.
Ouput before:
```
Framework cutelyst defines 14 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework ffead-cpp defines 14 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework go defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework falcon defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework officefloor defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework act defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework micronaut defines 12 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework pippo defines 12 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework php defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework ubiquity defines 12 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
```
Output after:
```
Framework cutelyst defines 14 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework falcon defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework micronaut defines 12 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework pippo defines 12 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
Framework php defines 11 tests in benchmark_config.json (max is 10).
Contact maintainers and remove deprecated or discarded ones to make room.
```1 parent 5503e47 commit 2a591fd
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments