You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift & OS version (output of swift --version && uname -a)
Apple Swift version 4.1 (swiftlang-902.0.38 clang-902.0.30)
Target: x86_64-apple-darwin17.4.0
Darwin Levs-MacBook-Pro.local 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered:
vlm
changed the title
High concurrency assertion
High concurrency fatalError
Mar 19, 2018
vlm
changed the title
High concurrency fatalError
fatalError() during high concurrency test
Mar 19, 2018
motivation: docs scripts is broken on selinux due to restriction on ssh-agent
changes:
* change the jazzy workspace to a directory accessible by the CI node so we can push from the agent instead of from the docker container
* dont remove older docs when pushing new ones
* add version information and source links
Expected behavior
Users generally expect Swift NIO not to fail with internal assertions and
fatalError
s they couldn't catch.Actual behavior
Steps to reproduce
Compile and run the attached code against the master.
If possible, minimal yet complete reproducer code (or URL to code)
reproduce.swift.
SwiftNIO version/commit hash
b8d883da2c2090d02ec4890b5ab5c7c9bfa30935
Swift & OS version (output of
swift --version && uname -a
)The text was updated successfully, but these errors were encountered: