Open pengyu-zhao opened 1 year ago
This is a dupe of #1568
There is an open PR #1665 to build ARM images which may resolve the compatible with M1 (arm64_v8) Local workaround would be to pull the repo and build locally, reference that local image (assuming you are using mac m1 as dev env).
Thanks @GerMoranOverstock. I'll try it out
Describe the issue I recently switched to a m1 max macbook and i found that the startup of mockserver often timed out randomly. Occasionally after a successful startup and tests are running, but the response from mockserver also timed out. It happens no matter how many mock servers i am trying to run, so it's really like rolling dices running tests now. Sometimes i have to restart tests 15 - 20 times to get the tests running if i have multiple services to mock, because each one of them could timeout randomly. On my other intel-based macbook, this was not an issue.
What you are trying to do I hope someone can help me to figure out why this is happening, and then figure out what are the potential solutions (either short term or long term ones)
MockServer version 5.15.0
To Reproduce Steps to reproduce the issue:
I made a simple example where i can reproduce the issue:
I simply run this test, any mockserver would time out randomly. The more mockservers I start, the easier it is to hit the timeout issue.
MockServer Log