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

Server returning previous router response on high memory load #38

Open
christoff-1992 opened this issue Aug 1, 2018 · 2 comments
Open

Comments

@christoff-1992
Copy link

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.

@fangpenlin
Copy link
Contributor

Hey @christoff-1992, thanks for reporting, do you have sample code or sample project that could reproduce the problem I can look into?

@christoff-1992
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants