Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

Previously when trying to explain failures for either flaky tests or
tests failing at head, we would not filter by test file from the
database. This would result in a lot of results then being filtered by
message, which does contain the test name. This is mostly a performance
optimization as the test message in most cases will contain the name,
but could still be a correctness issue if two tests with different names
failed with the same message.

Created using spr 1.3.7
boomanaiden154 added a commit to boomanaiden154/llvm-zorg that referenced this pull request Dec 27, 2025
Previously when trying to explain failures for either flaky tests or
tests failing at head, we would not filter by test file from the
database. This would result in a lot of results then being filtered by
message, which does contain the test name. This is mostly a performance
optimization as the test message in most cases will contain the name,
but could still be a correctness issue if two tests with different names
failed with the same message.

Pull Request: llvm#689
Created using spr 1.3.7
boomanaiden154 added a commit to boomanaiden154/llvm-zorg that referenced this pull request Dec 27, 2025
Previously when trying to explain failures for either flaky tests or
tests failing at head, we would not filter by test file from the
database. This would result in a lot of results then being filtered by
message, which does contain the test name. This is mostly a performance
optimization as the test message in most cases will contain the name,
but could still be a correctness issue if two tests with different names
failed with the same message.

Pull Request: llvm#689
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.

3 participants