Open lewchuk-span opened 7 months ago
Thanks for the report. It would be a lot easier to debug if the error message said:
Snapshot `rejects invalid commands/Node not found` was set to multiple values,
first value: blah
second value: blah
I did a little browsing, and for now I can't figure out what the problem might be without a reproducer.
I am using
selfie-runner-junit5:2.0.1
to verify errors for each test case. I my parameters include a unique test case name to pass intotoMatchDisk
.The summarized version:
When I run this test case, the snapshot file is successfully written:
But the first run fails with this error:
Once the file is created things seem to work:
//selfieonce
the updates are made and tests pass//selfieonce
I can produce the same errors again if the file exists if I ever reuse the
_TODO
.