Skip to content

Split test suite into independent unit/integration suites #29

Open
@jaden-young

Description

@jaden-young

Currently a sizable portion of the plugin's test suite relies on/intends to test Spring Boot's initalization, which fails without successfully connecting to a RabbitMQ broker. Most notably, this makes CI builds constantly fail. We want to be able to test as much as we can locally without requiring a running broker, and we also want CI to be able to run the full test suite.

The project's tests should be segmented into indepdenently runnable unit and integration suites, both of which should be run during a CI build.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions