-
Notifications
You must be signed in to change notification settings - Fork 59
Skip TCP launch timeout if result files are copied directly #1445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip TCP launch timeout if result files are copied directly #1445
Conversation
|
@rolfbjarne We're encountering the following issue again: Do you know what might be causing this? Is the mlaunch invocation incorrect? Note this happens when using scouting queues (18.x) only. |
That test is supposed to be exiting with 42 so it looks like mlaunch is somehow using that as its own exit code |
Yes, that's correct, mlaunch will forward the exit code if it can. |
…harness into bugfix/tcp-launch-timeouts
Description
On iOS 18 and later (devices and simulators), result files are copied directly from the app container instead of being transmitted over TCP. In these cases, the TCP launch timeout logic is skipped to avoid terminating tests when no TCP connection is established.
Changes
Contributes to dotnet/runtime#117714