You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testTwoBPInstancesWithVideo has been very flaky in the checks.
I briefly looked into it and have these findings
I could not reproduce it on my machine
tried to change it to 1 simulator, still flaky
tried to add some debug logging in the code, could not get too much info. Next step could be piping the output of the process to a file and capture it.
recording videos uses xcrun simctl io, which could be pretty expensive
For now I think we should disable it and try to root cause it in a branch.
The text was updated successfully, but these errors were encountered:
I think disabling it sounds good. I thought it was fixed in XC12, but it
looks to have gone back. This has been working in production, so I'm not
sure what's different about the test configuration.
I wonder if it's just memory on the macOS VMs or some other resource that gets consumed... we could try running ps and vm_stat in a loop in a separate process to see how the machine is doing...
testTwoBPInstancesWithVideo has been very flaky in the checks.
I briefly looked into it and have these findings
xcrun simctl io
, which could be pretty expensiveFor now I think we should disable it and try to root cause it in a branch.
The text was updated successfully, but these errors were encountered: