Skip to content

Decouple Backend Deployment Tests #148

@alexchristy

Description

@alexchristy

Currently, the deployment pytest fixtures deploy all test ranges, run tests, and then destroy all infrastructure once all tests have finished. The issue with this approach is that every test range must wait until all tests have finished leaving infrastructure deployed longer than it needs to be.

The way to solve this is to create separate test deployed range fixtures allowing for clean up once all tests relevant to a specific test range complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendRelated to the OpenLabs backend/APItestsAdd or improve existing tests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions