mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
* e2e tests: min_ready_duration set to 1 It reduces time for ingester to be ready That reduces the slowest step in e2e tests from 17 seconds to a couple of seconds * Refactoring: Move block flush sleep time to global * e2e test: Reduce complete_block_timeout * e2e tests: reduce block flush wait time * Parallelise slowest unit tests * Improve the slowest test by making it less heavy * Parallelise slow e2e test To achieve that, each test will have its own unique network name * Parallelise slow unit test * Revert "Parallelise slow unit test" This reverts commit b8266a642ba7fa9f620b2f81d00363c92ab14130. The optimisation does not have effect on CI