Skip to content

Leaky tests hang on Windows #656

@chipsenkbeil

Description

@chipsenkbeil

This seems to only happen on Windows, but nextest hangs after all tests have run. I have a lot of leaky tests because I'm spawning a cli that runs for the entire test run and I cannot kill it until I do so manually as part of my ci.

image

Is there something I can do to determine why it's hanging only on Windows? Anything I can do to prevent the hanging?


.config/nextest.toml

[profile.ci]
fail-fast = false
retries = 2
slow-timeout = { period = "60s", terminate-after = 3 }
status-level = "fail"
final-status-level = "fail"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions