ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

cache: Fix issue where single missing CSV deletes all #261

Closed joelagnel closed 7 years ago

joelagnel commented 7 years ago

There's a bug in trappy caching where corruption or removal of single CSVs causes all CSVs to get removed. Fix this and add a test-case to cover it. Also test that only missing items are regenerated.

Change-Id: Iea41c8e0a005515790b580e7f78f06bdd60141a3 Signed-off-by: Joel Fernandes joelaf@google.com

sinkap commented 7 years ago

:+1: For the test case! Thanks! Merged.