Project

General

Profile

Actions

Bug #18379

closed

[CI] Windows mingw/ucrt - test-all timeout failures

Added by MSP-Greg (Greg L) over 2 years ago. Updated 8 months ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.1.0dev (2021-12-02T00:21:50Z master fe1725236c) [x64-mingw32]
[ruby-core:106377]

Description

Recently there was another test-all timeout failure on a Windows mingw or ucrt job. These are intermittent failures, and the last indicated that the test suite had passed.

See https://github.com/ruby/ruby/runs/4389116424?check_suite_focus=true#step:16:909

ruby-loco runs tests differently, but it has also had intermittent failures, which were due to a ruby process that wasn't closing, leaving a locked file (STDERR mapped to a file).

I added Stop-Process -Name ruby -Force -ErrorAction SilentlyContinue (PowerShell), which in Ruby's CI could be added right after the test-all line.

Again, this is intermittent. I haven't checked to see if it can be repro'd using the test seed value from a failing job.

Actions

Also available in: Atom PDF

Like0
Like0Like0