Skip to content

Conversation

@p8
Copy link
Contributor

@p8 p8 commented Jan 7, 2026

The original implementation didn't correctly filter broken tests.
For example "go" has some tests tagged as broken, but all tests are counted.

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.

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.
```
@msmith-techempower msmith-techempower merged commit 2a591fd into TechEmpower:master Jan 7, 2026
28 of 44 checks passed
@p8 p8 deleted the toolset/fix-max-test-filter branch January 8, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants