Skip to content

Handling Label-Triggered Liquidation Tests in PRs #344

@rabi-siddique

Description

@rabi-siddique

We've recently added a new capability to run liquidation tests in PRs. Previously, these tests were scheduled to run daily, or you could trigger them manually.

Now, to trigger the end-to-end tests, you need to add specific labels to the PR:

  • Use the liquidation-testing label to trigger tests related to liquidation.
  • Use the liquidation-reconstitution label to trigger tests related to the reconstitution workflow.

While this new feature is helpful, it comes with a challenge. Since these workflows are triggered by labels, they activate whenever a label is added or changed. For example, if you add the liquidation-testing label to run its tests and later decide to test the liquidation reconstitution scenario by adding the corresponding label, this also retriggers the original liquidation tests, causing them to start from scratch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtooling

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions