Closed ns-rse closed 1 month ago
They aren't meant to be saved then loaded, the script for updating the test was just still active (erroneously).
I've now fixed this.
This was just me forgetting to turn off the test update script. Not ideal ofc, alternative method for updating tests being explored in #913
I've found that running the tests on `maxgamill-sheffield/800-better-tracing results in the following files being modified...
As these are part of the test suite Git then tells us that they have been modified and these need handling reverting each and every time.
It would be preferable if these files, which I think are written to disk then read back in to check they have the correct format by one of the tests under
tests/tracing/test_nodestats.py
were written to the temporary directory thatpytest
uses which I think from memory istmppath
.This shouldn't be too big a fix and should ideally be merged into
maxgamill-sheffield/800-better-tracing
(#800) before that is merged tomain
(as it is an artifact of the tests that have been introduced in this development branch).