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
Has anyone seen on occasion that multiple tests to the same endpoint with different responses sometimes causes the test to fail on high memory load?
I ensure that between tests the server is stopped and cleaned up, however, if two tests run one after the other sometimes the previous response is returned. This happens mostly when the machine is under high memory load.
Using a mixture of both DelayResponse and DataResponse to return expected JSON payloads and DataResponses such as 400 Bad Request.
The text was updated successfully, but these errors were encountered:
Ahh thanks @fangpenlin, sorry for the late response I had not seen the reply. I will see if I can put something together that reliably causes the issue to occur as I can not share the current project that implements this.
Has anyone seen on occasion that multiple tests to the same endpoint with different responses sometimes causes the test to fail on high memory load?
I ensure that between tests the server is stopped and cleaned up, however, if two tests run one after the other sometimes the previous response is returned. This happens mostly when the machine is under high memory load.
Using a mixture of both DelayResponse and DataResponse to return expected JSON payloads and DataResponses such as 400 Bad Request.
The text was updated successfully, but these errors were encountered: