Skip to content

Optimize e2e tests by parallelizing work in EnsureCleanState  #20968

@andrii-korotkov-verkada

Description

Summary

There can be steps to be executed in parallel (a naive assumption could be that nearly all steps can be) to save time.

Motivation

EnsureCleanState is ~10-30% of each e2e test run time, so optimizing it can substantially reduce the overall e2e tests run time.

Proposal

Figure out which blocks are safe to execute in parallel and do so.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions