New issue
Advanced search Search tips

Issue 894953 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 12
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 0
Type: Bug



Sign in to add a comment

multiple infra failures happening on ios-simulator

Project Member Reported by chanli@chromium.org, Oct 12

Issue description

Many steps are failing on ios-simulator with the error:
{
    "step_text": "ReplayPathNotFoundError: Replay path does not exist: /b/s/w/ir/<(replay-path)"
  }

Sample failed build: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/ios-simulator/38265
 
Cc: ericale@chromium.org
Looking. Likely related to https://chromium-review.googlesource.com/c/chromium/src/+/1263557
Owner: bpastene@chromium.org
Status: Assigned (was: Untriaged)
Looks like https://chromium-review.googlesource.com/c/chromium/tools/build/+/1272236 is the cause. Reverting.
Re #3: I think the tools/build change exposes the bug. The webrtc bots should roll green after the revert is deployed.
I believe so also.

The tools/build change passes some new flags to the test_runner (for a new test I'm implementing), and the template for these flags is not being filled out properly for some tests. This causes the test_runner to use the wrong simulator and the above failure.

Reverting the tools/build change will cause the flags in test_runner to revert to their proper default value for all tests and preserve old behavior.
Status: Fixed (was: Assigned)
Latest build is green: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/ios-simulator/38268

Sign in to add a comment