What's a good way to debug why the tests all reran...
# development
h
What's a good way to debug why the tests all reran, instead of being retrieved from cache, between the commits here, where the only difference was a help string: https://github.com/pantsbuild/pants/pull/12998
w
a help string in the global_options …
lots of things depend on those.
h
It's not in the global options, it's in the subsystem options for dependencies
👍 1
and in any case we shouldn't be fingerprinting help strings...
w
all of the sources for the python process are fingerprinted
👍 1
h
Oh, right, dammit
integration tests
depend on everything
w
so… it should probably have only run actual integration tests, yea.
h
Makes sense
those take almost all the time
1