You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decide that a test should capture stdout. I commit the snapshots on my git branch.
I change my mind and make the test capture nothing or maybe capture stderr instead.
The test program should report the snapshot files that are no longer in use but it doesn't.
Expectation:
./test status should report that the stdout file containing the snapshot is no longer in use and can be removed.
--autoclean should remove the dead snapshot files (even if their folder remains because say we now capture stderr).
Importance:
This is not critical. Accidentally merging my dead snapshots into my project's main branch is unlikely to happen because we review the list of files before merging.
Scenario:
Expectation:
./test statusshould report that thestdoutfile containing the snapshot is no longer in use and can be removed.--autocleanshould remove the dead snapshot files (even if their folder remains because say we now capturestderr).Importance: