Test that changing the database linked to the account is thread safe.
How to test by making parallel invocations of?
- /vechicles
- /customers
How can you be sure that a parallel invocation of /vehicles and /customers will actually run parallel? E.g. on different cores at exactly the same time?