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

possibly flaky test PipeliningTests.testPipeliningSpanningPackets #195

Open
weissi opened this issue Apr 12, 2019 · 3 comments
Open

possibly flaky test PipeliningTests.testPipeliningSpanningPackets #195

weissi opened this issue Apr 12, 2019 · 3 comments

Comments

@weissi
Copy link

weissi commented Apr 12, 2019

saw this today in docker, Swift 5.0. This looks like it's flaky.

Test Case 'PipeliningTests.testPipeliningSpanningPackets' started at 2019-04-12 16:58:14.053
/Users/johannes/tmp/tmp-for-release-tools/.nio-release-tools_DHLV8i/Kitura-NIO/Tests/KituraNetTests/PipeliningTests.swift:116: error: PipeliningTests.testPipeliningSpanningPackets : Asynchronous wait failed - Exceeded timeout of 10.0 seconds, with unfulfilled expectations: test pipelining spanning packets
Test Case 'PipeliningTests.testPipeliningSpanningPackets' failed (10.009 seconds)

package.resolved was

{
  "object": {
    "pins": [
      {
        "package": "Socket",
        "repositoryURL": "https://github.com/IBM-Swift/BlueSocket.git",
        "state": {
          "branch": null,
          "revision": "ccc671b022bc60e5fffcb2aa15f499c6331bfd18",
          "version": "1.0.46"
        }
      },
      {
        "package": "SSLService",
        "repositoryURL": "https://github.com/IBM-Swift/BlueSSLService.git",
        "state": {
          "branch": null,
          "revision": "0127cd4156bb0ba702894f2509199e4b65ca1db5",
          "version": "1.0.46"
        }
      },
      {
        "package": "LoggerAPI",
        "repositoryURL": "https://github.com/IBM-Swift/LoggerAPI.git",
        "state": {
          "branch": null,
          "revision": "e29073bb7cecf3673e56bcb16180e8fd0cb091f6",
          "version": "1.8.1"
        }
      },
      {
        "package": "OpenSSL",
        "repositoryURL": "https://github.com/IBM-Swift/OpenSSL.git",
        "state": {
          "branch": null,
          "revision": "6c7e2e3610037fbc05c0d846cec981518961d8bf",
          "version": "2.2.2"
        }
      },
      {
        "package": "swift-nio-ssl-support",
        "repositoryURL": "https://github.com/apple/swift-nio-ssl-support.git",
        "state": {
          "branch": null,
          "revision": "c02eec4e0e6d351cd092938cf44195a8e669f555",
          "version": "1.0.0"
        }
      },
      {
        "package": "swift-nio-zlib-support",
        "repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git",
        "state": {
          "branch": null,
          "revision": "37760e9a52030bb9011972c5213c3350fa9d41fd",
          "version": "1.0.0"
        }
      }
    ]
  },
  "version": 1
}
  • swift-nio manually edited to ba7970fe396e8198b84c6c1b44b38a1d4e2eb6bd
  • swift-nio-ssl manually edited to 0f3999f3e3c359cc74480c292644c3419e44a12f
@pushkarnk
Copy link
Contributor

pushkarnk commented Apr 16, 2019

@weissi Thanks for reporting this. Was this seen on macOS or Linux?

We keep seeing this failure intermittently only in the CI (#126) and only on macOS. I've tried reproducing it locally but in vain.

@ianpartridge
Copy link
Contributor

Guessing this was Linux as it was under Docker and https://github.com/IBM-Swift/OpenSSL.git is in the mix.

@weissi
Copy link
Author

weissi commented Apr 16, 2019

correct, docker, Linux (ubuntu 14.04)

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

3 participants