Skip to content

Frequent CLI intermittent test failure on Windows #6350

Description

@canova

Noticed some intermittent CLI test failures. Here's an example: https://github.com/firefox-devtools/profiler/actions/runs/35850128777/job/107145574300

Summary of all failing tests
FAIL profiler-cli/src/test/integration/basic.test.ts (35.329 s)
  ● profiler-cli basic functionality › thread list prints a flat table

    Command failed with exit code 1

      161 |
      162 |   if (result.exitCode !== 0) {
    > 163 |     const error = new Error(`Command failed with exit code ${result.exitCode}`);
          |                   ^
      164 |     Object.assign(error, result);
      165 |     throw error;
      166 |   }

      at cli (profiler-cli/src/test/integration/utils.ts:163:19)
      at Object.<anonymous> (profiler-cli/src/test/integration/basic.test.ts:127:5)

Looks like a regression from #6273.

┆Issue is synchronized with this Jira Task

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

    cliIssues related to the profiler CLIcode maintenanceIssues that are not user facing, but are related the technical debt with the code itselftestsAnything related to tests

    Type

    No type

    Fields

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions