Skip to content

Bug: Running totals of passed and skipped tests are always zero #2930

@svix-jplatte

Description

@svix-jplatte

Description of the issue

Description: As of a couple months ago, the N skipped, N passed to the right of the progress bar shown by cargo nextest run always show 0 for both Ns.

Steps to reproduce:

  1. Clone this repo
  2. Execute cargo nextest run (having installed the latest release, v0.9.121)

Expected outcome

While running, the amount of passed and skipped tests should be reflected.

Actual result

Output like

     Running [ 00:00:05] █▊                                                                                         9/456: 12 running, 0 passed, 0 skipped

a little later

  Cancelling [ 00:00:19] █████▊                                                                                     30/456: 8 running, 0 passed, 0 skipped

(various tests of nextest's own testsuite fail for me locally, no clue why)

Nextest version

cargo-nextest 0.9.121
release: 0.9.121
host: x86_64-unknown-linux-gnu

Additional context

I tried unsetting any relevant cargo settings, nextest settings, and running with a stable toolchain instead of nightly. Always the same result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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