Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove inserts per second Google Analytics test assertion (#2334)
This commit removes a flaky test assertion from the GA suite. The initial purpose of this test was to ensure we are not inserting to Clickhouse more than 1 time per second during an import. Although it is nice to have an assertion like this, the test is flaky and fails sometimes. To get the total inserts during a time range, it queries Clickhouse internal tables for insert commands, and this number is not deterministic. In a real-world scenario with Clickhouse, the app runs in multiple nodes not aware of their neighbors' CH calls. In that case, Grafana provides us visibility over CH, and these tests do not suffice.
- Loading branch information