Kitura-NIO icon indicating copy to clipboard operation
Kitura-NIO copied to clipboard

possibly flaky test PipeliningTests.testPipeliningSpanningPackets

Open weissi opened this issue 5 years ago • 3 comments

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

weissi avatar Apr 12 '19 17:04 weissi

@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.

pushkarnk avatar Apr 16 '19 05:04 pushkarnk

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

ianpartridge avatar Apr 16 '19 08:04 ianpartridge

correct, docker, Linux (ubuntu 14.04)

weissi avatar Apr 16 '19 10:04 weissi