Store passed test results in cache since it's not expected for them to change to failed once they passed. This avoids doing additional ResultsDB queries.
Signed-off-by: Lukas Holecek hluk@email.cz
Unit tests?
rebased onto 6562bf374ce53a47e6dd125434bd9ddaf6d24adb
+1
@vmaljulin I've added the unit tests.
Pull-Request has been merged by lholecek
Store passed test results in cache since it's not expected for them to
change to failed once they passed. This avoids doing additional
ResultsDB queries.
Signed-off-by: Lukas Holecek hluk@email.cz