Skip to content

Use nextest config for fine-tuning tests #5486

Open
@wileyj

Description

@wileyj

we ran into an issue resolved by this commit: 82c36d7

what was happening was that the test in the commit above was timing out on a remote runner, but passing locally.
likely due to this issue in their docs: https://nexte.st/docs/configuration/threads-required/?h=threads

for the above test, i was able to confirm that using that threads-required flag for this specific test allowed it to pass.

i think we should be able to utilize this config to more finely-tune how we run tests locally and on remote blackboxes to reduce transient failures.

https://nexte.st/docs/configuration/per-test-overrides/
https://nexte.st/docs/configuration/test-groups/

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreNecessary but less impactful tasks such as cleanup or reorggood first issueAppropriate for a new open source contribution.iceboxIssues that are not being worked on

    Type

    No type

    Projects

    Status

    Status: 🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions