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

flaky test ClientE2ETests.testSimpleHTTPClient #101

Closed
weissi opened this issue Oct 19, 2018 · 1 comment
Closed

flaky test ClientE2ETests.testSimpleHTTPClient #101

weissi opened this issue Oct 19, 2018 · 1 comment
Assignees
Milestone

Comments

@weissi
Copy link

weissi commented Oct 19, 2018

failure

Test Case 'ClientE2ETests.testSimpleHTTPClient' started at 2018-10-19 15:44:10.365
/tmp/.nio-release-tools_g7eLXu/Kitura-NIO/Tests/KituraNetTests/ClientE2ETests.swift:113: error: ClientE2ETests.testSimpleHTTPClient : XCTAssertEqual failed: ("Optional(KituraNet.HTTPStatusCode.serviceUnavailable)") is not equal to ("Optional(KituraNet.HTTPStatusCode.OK)") - HTTP Status code was Optional(KituraNet.HTTPStatusCode.serviceUnavailable)
Test Case 'ClientE2ETests.testSimpleHTTPClient' failed (30.195 seconds)

OS

Ubuntu 14.04 in Docker

code

KituraNIO hash: 214abc9
swift-nio: 9bae007a15b49d7fe685b6b33308822c6d0536c0
swift-nio-ssl: db16c3a90b101bb53b26a58867a344ad428072e0

$ cat Package.resolved 
{
  "object": {
    "pins": [
      {
        "package": "Socket",
        "repositoryURL": "https://github.com/IBM-Swift/BlueSocket.git",
        "state": {
          "branch": null,
          "revision": "fb4e74cd8eb3ce4a2b860fbf727b2dada796d77d",
          "version": "1.0.22"
        }
      },
      {
        "package": "SSLService",
        "repositoryURL": "https://github.com/IBM-Swift/BlueSSLService.git",
        "state": {
          "branch": null,
          "revision": "e2af36601f91b3cefa371c00ecdcb62fef1d000a",
          "version": "1.0.22"
        }
      },
      {
        "package": "LoggerAPI",
        "repositoryURL": "https://github.com/IBM-Swift/LoggerAPI.git",
        "state": {
          "branch": null,
          "revision": "5041f2673aa75d6e973d9b6bd3956bc5068387c8",
          "version": "1.7.3"
        }
      },
      {
        "package": "OpenSSL",
        "repositoryURL": "https://github.com/IBM-Swift/OpenSSL.git",
        "state": {
          "branch": null,
          "revision": "ba74a683141fde66d4bf88358b6a678d7e5a27ce",
          "version": "1.0.1"
        }
      },
      {
        "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
}
@nethraravindran
Copy link
Contributor

Fixed in #131

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