Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: update tests to random tenant random sink
Previously most of our tests did not run on tenants as it was not ergonomic to do so given our helpers. We would also manually run tests across multiple sinks even if the test did not care about what sink it was ran on, drastically increasing the execution time of our test suite. This PR updates our helper infrastructure to use a shared TestServer struct that allows access to both the system and secondary tenant interfaces, and by default runs tests on a random sink. It also fixes a bug in the Webhook and Cloudstorage testfeeds where >53bit numbers were rounded off due to JSON parsing. Release note: None
- Loading branch information