-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect test reports on CI #20113
Comments
cc @trinodb/maintainers |
I assume contributors rely on test reports to know which tests they need to re-run locally when fixing the PR. Wonder how can we make test reports reliable. |
Surefire issue: https://issues.apache.org/jira/browse/SUREFIRE-2217 |
I understand that the numbers are incorrect, but is the reported failed test correct? I.e, is the exception attributed to the right test? If so, I think that’s enough to be able to tell which test is broken. The numbers being wrong is just a minor annoyance. It will get fixed when that surefire bug gets fixed. |
There is some misleading information in the output - e.g. reported failing tests may be grouped nonsensically. But it looks like individual failing tests are reported correctly. E.g. here
|
yes, seems so
well, the example log clearly says that |
in https://github.com/trinodb/trino/actions/runs/7287026131/job/19856994898?pr=20194
i assume that only the |
For example two lines from https://github.com/trinodb/trino/actions/runs/7165229118/job/19506975076?pr=20059
Tests run: 32, Failures: 4
-- but theTestTypedHistogram
class has only one test method.The text was updated successfully, but these errors were encountered: