Skip to content
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 failing with Kitura-NIO on Mac #1499

Open
djones6 opened this issue Mar 3, 2020 · 0 comments
Open

Travis failing with Kitura-NIO on Mac #1499

djones6 opened this issue Mar 3, 2020 · 0 comments

Comments

@djones6
Copy link
Collaborator

djones6 commented Mar 3, 2020

Context and Description

Around the beginning of February, Travis started to fail when running with KITURA_NIO on Mac.

Failure appears to be async waits timing out (presumably, no response received) intermittently. From skimming over the test output, it looks like the timeouts occur in random tests but always when running with SSL enabled. Maybe something has changed in swift-nio or swift-nio-ssl that has exposed a problem?

The failure is very consistent running under Travis, but doesn't seem to be easy to replicate locally - running env KITURA_NIO=1 swift test --parallel locally on a Mac, all the tests pass.

I tried updating the Travis to Swift 5.1.3 and Xcode 11.3, but that didn't help (https://travis-ci.org/IBM-Swift/Kitura/jobs/657704066). Turning off parallel testing didn't help either (https://travis-ci.org/IBM-Swift/Kitura/jobs/657753725)

This is causing failures in Travis for PRs raised since then, eg: #1491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant