-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend bug-reporting broken due to request enumeration being reset #4478
Comments
I wonder why the request ID is reset for a given client. Perhaps it's related to parallel exploration, @nwatson22, can you look into this? |
I can confirm that parallel exploration does result in requests with same identifiers, starting from 1 for each thread. In this specific case, I did not use parallel exploration. |
This is indeed parallelization related. The issue is because there are multiple Edit: I was too hasty, this is not quite right. It's actually |
Are these commands not logged under a directory within the
Where does this occur? |
@tothtamas28 Right now the
In |
When running a proof in Kontrol, I obtained the following transcript:
which means that the request enumeration is reset after the first two requests, resulting in the third request being marked as
request 1
, overwriting the originalrequest 1
and corrupting the bug report.The text was updated successfully, but these errors were encountered: