A curiosity I had about remote caching: When I use...
# general
h
A curiosity I had about remote caching: When I use advanced target selection to do
--changed-since=<upstream> --changed-dependents=transitive
, how is it possible that I get reports of tests already being cached remotely? Isn't the point of that target selection command to give me everything that was affected by my change?
e
One idea: Is it possible that you've changed from A to B to A, such that you have a diff (from B to A), but you already have A results cached from even further back?
h
I don’t think so. I added brand new changes to a file.