This code was clearly wrong; it will only ever return the first
result for the given test case from the local cache. If there
are multiple results for the same test case but different
scenarios, all but one would be omitted. This fixes it in the
obvious way.
This code was clearly wrong; it will only ever return the first
result for the given test case from the local cache. If there
are multiple results for the same test case but different
scenarios, all but one would be omitted. This fixes it in the
obvious way.
Signed-off-by: Adam Williamson awilliam@redhat.com