Skip to content

Add mode to persist driver between test runs to avoid recreating filesystem #86

Open
@nkubala

Description

@nkubala

Currently, a new driver is created for each individual test as a way to run tests in isolation. This is fine for the docker driver, but for the tar driver this requires us to recreate the filesystem for every test, which can take on the order of half a second. Since the tar driver is incapable of running commands anyway, tests can't interfere with each other, so we should have a way to persist the driver between tests.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions