Skip to content

Run tests in separate agents

0aa97ac
Select commit
Loading
Failed to load commit list.
Merged

Run tests in separate agents #1965

Run tests in separate agents
0aa97ac
Select commit
Loading
Failed to load commit list.
Azure Pipelines / IronPython3 failed Jul 16, 2025 in 24m 1s

Build #20250716.16 had test failures

Details

Tests

  • Failed: 1 (0.01%, 1 new, 0 recurring)
  • Passed: 4,990 (61.31%)
  • Other: 3,148 (38.68%)
  • Total: 8,139

Annotations

Check failure on line 20658 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / IronPython3

Build log #L20658

PowerShell exited with code '1'.

Check failure on line 1 in IronPythonTest.Cases.IronPythonCases.net8.0.IronPython.test_time_stdlib

See this annotation in the file changed.

@azure-pipelines azure-pipelines / IronPython3

IronPythonTest.Cases.IronPythonCases.net8.0.IronPython.test_time_stdlib

Traceback (most recent call last):
  File "D:\a\1\s\tests\suite\test_time_stdlib.py", line 40, in <module>
  File "D:\a\1\s\bin\Release\net8.0\lib\iptest\ipunittest.py", line 196, in run_test
  File "D:\a\1\s\src\core\IronPython.StdLib\lib\test\support\__init__.py", line 1787, in _run_suite
  File "D:\a\1\s\src\core\IronPython.StdLib\lib\test\support\__init__.py", line 1812, in run_unittest
test.support.TestFailed: Traceback (most recent call last):
  File "D:\a\1\s\src\core\IronPython.StdLib\lib\test\test_time.py", line 414, in test_process_time
    self.assertLess(stop - start, 0.020)
AssertionError: 0.109375 not less than 0.02
Raw output
   at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 34
   at InvokeStub_IronPythonCases.Test(Object, Span`1)

1)    at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 26
   at InvokeStub_IronPythonCases.Test(Object, Span`1)