-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Strange issues in CI #864
Comments
The first three screenshot failures are something expected (it is a workaround), albeit we might conceal them as the work gets done on #848. However, the video errors are less expected. Sure, I'll smoke-test SimulatorRecordVideoPlugin in the next couple of days to eliminate the possibility it got broken. We don't have it enabled on CI due to the error below, so I can check only locally.
Meanwhile, my theory is that either video recording commands did not produce files at all (was the test duration too short?), or the hooks moving the videos were called too early (concurrency issue). If that's possible, could you post logs in
Otherwise, as you see, I won't have much input to proceed with your issue. |
@jwaldrip , just so you know, I was not lucky enough to reproduce your issue, so the more input you give the better. Most likely, Regarding, the |
Hey @noomorph I was able to get additional information. You can see the gist capturing info here: https://gist.github.com/jwaldrip/8d2aa505d4321aa26ad1bd9c6e1793ae Also I set the jest config to do detectOpenHandles true. Does this not work in the config? {
"setupTestFrameworkScriptFile": "./init.js",
"transformIgnorePatterns": ["/node_modules/(?!@gigsmart)"],
"forceExit": true,
"detectOpenHandles": true
} |
CI is Circle CI. Latest xcode 9.4, not sure the OS version. |
You don't have Metal on CI. That's why videos are not taken. It is not an issue of Detox. It is beyond our reach. I think that the only Detox's fault here is that in a regular log level mode, it didn't manage to raise this issue to you. I'll accept this as a regression bug related to log levels in exec.js. Thanks. |
I am getting the following errors on CI. What would be causing this?
The text was updated successfully, but these errors were encountered: