Allow multiple iOS Simulators to run simultaneously
| Originator: | stephanheilner | ||
| Number: | rdar://18490813 | Date Originated: | |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | |
| Classification: | Reproducible: | Always |
I've set up my project to use XCTest and run a suite of unit and integration tests. The problem is that I can only run a single instance of the iOS Simulator at a time, so in order to parallelize my suite of tests, I have to run multiple machines and run multiple VMs on each machine. It would be a huge win for developers and QA to have the ability to run multiple instances of the iOS Simulator simultaneously! Steps to Reproduce: Run `xcodebuild ... clean test` and wait for all tests to run in a serial, way. Expected Results: Test can be run in parallel with each other in multiple instances of the iOS simulator Actual Results: Tests run serially. Version: All versions of Xcode/iOS
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!