Open andrewbwogi opened 6 years ago
This looks to be an issue with the history file. As noted in the release notes the format was intentionally changed in 1.3.2 and old history files needed to be deleted when upgrading.
As things are working for you in 1.3.2 it sounds like at some point between 1.3.2 and 1.4.0 we have unintentionally changed the format of the file again. Unfortunately this can happen easily as it is now based on serilialization.
Regardless of the cause deleting the history file should fix the issue.
I just ran into this issue myself, deleting pitHistory.txt
from the build
folder indeed resolved the issue.
I lost half an hour of my life to this ;-) Perhaps an unparsable history-file could be disregarded and deleted – perhaps with a tiny info message?
Hello, I'm getting the following error when running Pitest 1.4.3 on the DSpot test project in Arch Linux 4.18.6 with Java 8:
The same error is encountered when using Pitest 1.4.0. However, Pitest 1.3.2 runs on the same project and in the same environment without errors. I used the following command when running Pitest on the compiled test project:
Complete execution trace: pitest-execution-trace.txt