Skip to content

Test/unit suite acceleration - #2605

Open
Xiaoyu Z (xiaoyu-work) wants to merge 9 commits into
mainfrom
test/unit-suite-acceleration
Open

Xiaoyu Z (xiaoyu-work) wants to merge 9 commits into
mainfrom
test/unit-suite-acceleration

Merge branch 'main' into test/unit-suite-acceleration

e8b6e18
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Olive CI failed Aug 25, 2026 in 25m 12s

Build #20260825.3 had test failures

Details

Tests

  • Failed: 1 (0.02%)
  • Passed: 4,706 (95.26%)
  • Other: 233 (4.72%)
  • Total: 4,940
Code coverage

  • 21939 of 32803 line covered (66.88%)

Annotations

Check failure on line 23 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Olive CI

Build log #L23

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in test_cli_entrypoint[command_args0-usage: olive run]

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Olive CI

test_cli_entrypoint[command_args0-usage: olive run]

FileNotFoundError: [WinError 2] The system cannot find the file specified
Raw output
test\cli\test_cli.py:49: in test_cli_entrypoint
    out = subprocess.run(command_args, check=True, capture_output=True)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\ToolCache\Python\3.12.10\x64\Lib\subprocess.py:548: in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\ToolCache\Python\3.12.10\x64\Lib\subprocess.py:1026: in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
C:\ToolCache\Python\3.12.10\x64\Lib\subprocess.py:1538: in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
E   FileNotFoundError: [WinError 2] The system cannot find the file specified