...
For integration tests, consider using roachtest instead. See: the page Roachtest vs TestServer for details.
Here are the main differences between a regular CockroachDB node (e.g. one started via cockroach start
) and one simulated via TestServer:
...