Hydra distinguishes between the “local store” (the one on which the evaluation takes place) and the “destination store” (the one to which all the build outputs are sent). However in the test suite both these stores are the same one, which might hide some logic errors (caused me some surprise in #875 for example).
This could be fixed for example by setting store_uri = file:/some/where in the hydra config used for the tests.