Skip to content

Conversation

kmahar
Copy link
Contributor

@kmahar kmahar commented Sep 28, 2021

Bumping the dependency versions in our Package.resolved file for NIO and the BSON library, and also the versions of the various tools we use on Evergreen.

let client = try MongoClient(using: elg)
try client.syncClose()
expect(try client.listDatabases().wait()).to(throwError(errorType: ChannelError.self))
expect(try client.listDatabases().wait()).to(throwError(errorType: NIOThreadPoolError.ThreadPoolInactive.self))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIO changed the error type thrown here in a recent release.

// ).map { $0.1 }
// let testRunner = try UnifiedTestRunner()
// try testRunner.runFiles(tests)
// let tests = try retrieveSpecTestFiles(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SwiftFormat update starting formatting this a little differently.

coincidentally, we can unskip this pretty soon, when Isabel picks up SWIFT-560.

@kmahar kmahar marked this pull request as ready for review September 28, 2021 18:38
@kmahar kmahar merged commit 2cc025b into main Sep 29, 2021
@kmahar kmahar deleted the bump-deps branch September 29, 2021 17:40
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

Successfully merging this pull request may close these issues.

2 participants