Commit ba9e92a
fix: only filter by invocations_rank_index when no invocation_id is specified (#2143)
When using 'edr report --select invocation_id:XXXX', the report showed 0
tests for non-latest invocations because the invocations_rank_index == 1
filter ran unconditionally after the invocation_id filter, removing all
results where the selected invocation wasn't the most recent one.
This mirrors the existing correct pattern in get_test_results_summary().
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Itamar Hartstein <haritamar@gmail.com>1 parent 035653a commit ba9e92a
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments