Skip to content
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

SoapUI testcase "Suites4SociaalDomein Natuurlijk Peroon" updateZaak sometimes fails #262

Closed
MLenterman opened this issue Jan 23, 2024 · 1 comment · Fixed by #267
Closed
Assignees
Labels
bug Something isn't working released test test

Comments

@MLenterman
Copy link
Collaborator

It is likely a timing issue that should never happen around changes in status. During the processing of statuses there is a check to make sure that it is not going to add a duplicate status by checking the datumstatusgezet on existing statuses and the datumstatusgezet on the current one its trying to add. If they are the same, it will throw an error.

The root cause is probably around the detection of changes of statuses. The timing issue is merely a symptom of something happening that shouldn't. The relevant adapter is called "SetResultaatAndStatus".

@MLenterman
Copy link
Collaborator Author

🎉 This issue has been resolved in version 1.15.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment