Skip to content

Test suite could fail due to conflicting actions of tests #137

@cmeissner

Description

@cmeissner

Describe the bug

Test cases could fail due to conflicting actions from other test cases. As we use the very same data for different test runs, it could happen that a test in stage delete will remove data that another test needs for an update action.

With #136, we run into such an issue. This was mitigated by increasing the count of test runners running in parallel.

Expected behavior

All tests need to run without failures.

Versions:

All applicable versions.

Additional context

We should use random data for each test case to prevent deleting data in one case that another still needs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions