Bug 274808 - [run-webkit-tests] Handle failed simulator install due to high load
Summary: [run-webkit-tests] Handle failed simulator install due to high load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-28 16:18 PDT by Jonathan Bedard
Modified: 2024-05-30 07:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2024-05-28 16:18:57 PDT
When the system is under load while booting simulators, we will occasionally get an exit code 18 from 'simctl install'. This is supposed to indicate that a device cannot run the provided binary (because, for example, the binary was built for iPad but the simulated device is an iPhone). We have evidence from our testers that simctl will incorrectly report this state when the system is under load.
Comment 1 Jonathan Bedard 2024-05-28 16:19:00 PDT
<rdar://problem/128896147>
Comment 2 Jonathan Bedard 2024-05-28 16:20:26 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29200
Comment 3 EWS 2024-05-28 16:38:07 PDT
Committed 279413@main (87a89115afe5): <https://commits.webkit.org/279413@main>

Reviewed commits have been landed. Closing PR #29200 and removing active labels.
Comment 4 EWS 2024-05-30 07:55:28 PDT
Committed 272448.1047@safari-7618-branch (200daced6d15): <https://commits.webkit.org/272448.1047@safari-7618-branch>

Reviewed commits have been landed. Closing PR #1308 and removing active labels.