Currently the tests for server will randomly fail on Travis-CI with random 500 codes.
Locally they execute normally pretty much 100% of time.
I'm guessing this is related to limited amount of resources during execution in Travis.
We need to figure out a way to make it more reliable.
Different test platform? Less parallelism? Something else?