-
Notifications
You must be signed in to change notification settings - Fork 25
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
Travis CI is stalling in some builds #143
Comments
I will try to join both tests into one target to have only one execution. Right now it executes the Swift target and then the Objective-C target and in some way it gets stuck. It should resolve this issue. I will also do some changes on the project because I want to use the bridging header to import the library code to the Swift test target like Apple suggest: Importing Objective-C into Swift. CocoaPods in a Swift project and with the |
Could be related: xcodebuild hangs when a test causes EXC_BAD_ACCESS kernel exception https://openradar.appspot.com/24222858. |
I tried to join both test targets into one but it isn't possible because there are too different. I will change the Travis file to use |
I found out my test suite was hanging when I was checking #171. I run the test suite with |
There is a bug in
|
What is the status on this? |
No news. There are periods in which this happens less often. I still don't know how we could debug this, we would need to make Travis builds more explicit somehow, haven't looked into it though. |
@tcard @ricardopereira should we not raise an issue with Travis themselves to get their help? I can't believe that their system doesn't work given how ubiquitous it is in the open source community. Can one of you do that? |
The |
Ok, and then lets just raise an issue with Travis, they are incentivised to make it work so will be able to help I am sure |
bitrise-io/bitrise.io#5
|
Are we saying that with the |
Yes, none stalled test at the moment with #265. |
Still happening 💤 |
With My copy and @tcard:
CI:
If |
@tcard @mattheworiordan I finally have an answer for this. I had a huge help from Bitrise for this one. So, the test suite sometimes "hangs" because the |
Sounds encouraging... keep us posted |
Currently the test suite, in normal conditions, takes around 22 min to finish. So, if we get a |
Travis builds sometimes fail with something like this:
This happens most often after running the Swift suite and before starting the Obj-C suite. But I've also seen it happen in the middle of the Swift suite, with a message like "main thread has stalled".
This happens inconsistently.
The text was updated successfully, but these errors were encountered: