Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit ad830d8

Browse files
authored
Fix flaky test (#33)
1 parent 89b9d4f commit ad830d8

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

Package.resolved

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/swift-server/async-http-client.git",
77
"state": {
88
"branch": null,
9-
"revision": "51dc885a30ca704b02fa803099b0a9b5b38067b6",
10-
"version": "1.0.0"
9+
"revision": "037b70291941fe43de668066eb6fb802c5e181d2",
10+
"version": "1.1.1"
1111
}
1212
},
1313
{
@@ -24,35 +24,35 @@
2424
"repositoryURL": "https://github.com/apple/swift-log.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "e8aabbe95db22e064ad42f1a4a9f8982664c70ed",
28-
"version": "1.1.1"
27+
"revision": "74d7b91ceebc85daf387ebb206003f78813f71aa",
28+
"version": "1.2.0"
2929
}
3030
},
3131
{
3232
"package": "swift-nio",
3333
"repositoryURL": "https://github.com/apple/swift-nio.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "8066b0f581604e3711979307a4377457e2b0f007",
37-
"version": "2.9.0"
36+
"revision": "e876fb37410e0036b98b5361bb18e6854739572b",
37+
"version": "2.16.0"
3838
}
3939
},
4040
{
4141
"package": "swift-nio-extras",
4242
"repositoryURL": "https://github.com/apple/swift-nio-extras.git",
4343
"state": {
4444
"branch": null,
45-
"revision": "ed97628fa310c314c4a5cd8038445054b2991f07",
46-
"version": "1.3.1"
45+
"revision": "b4dbfacff47fb8d0f9e0a422d8d37935a9f10570",
46+
"version": "1.4.0"
4747
}
4848
},
4949
{
5050
"package": "swift-nio-ssl",
5151
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "e5c1af45ac934ac0a6117b2927a51d845cf4f705",
55-
"version": "2.4.3"
54+
"revision": "ae213938e151964aa691f0e902462fbe06baeeb6",
55+
"version": "2.7.1"
5656
}
5757
}
5858
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.9.0")),
23+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.13.0")),
2424
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.1.1")),
2525
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.0.0")),
2626
.package(url: "https://github.com/fabianfett/swift-base64-kit.git", .upToNextMajor(from: "0.2.0")),

examples/TodoAPIGateway/Package.resolved

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"repositoryURL": "https://github.com/swift-server/async-http-client.git",
77
"state": {
88
"branch": null,
9-
"revision": "48e284d1ea6d0e8baac1af1c4ad8bd298670caf6",
10-
"version": "1.0.1"
9+
"revision": "037b70291941fe43de668066eb6fb802c5e181d2",
10+
"version": "1.1.1"
1111
}
1212
},
1313
{
1414
"package": "AWSSDKSwift",
1515
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "baddfc4e750a961d7bb00fc6258541807b460ec1",
19-
"version": "4.4.0"
18+
"revision": "dc2daf1744e1f0b580b4a59c0dd34ced06ecbb6a",
19+
"version": "4.5.0"
2020
}
2121
},
2222
{
2323
"package": "AWSSDKSwiftCore",
2424
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift-core.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "76502e37e04c94fd4da99ecb407cc7edbd371ed0",
28-
"version": "4.3.1"
27+
"revision": "fc92ffde6111ebaecc4a23b0596c5efea950c192",
28+
"version": "4.4.0"
2929
}
3030
},
3131
{
@@ -78,26 +78,26 @@
7878
"repositoryURL": "https://github.com/apple/swift-nio-extras.git",
7979
"state": {
8080
"branch": null,
81-
"revision": "53808818c2015c45247cad74dc05c7a032c96a2f",
82-
"version": "1.3.2"
81+
"revision": "b4dbfacff47fb8d0f9e0a422d8d37935a9f10570",
82+
"version": "1.4.0"
8383
}
8484
},
8585
{
8686
"package": "swift-nio-ssl",
8787
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
8888
"state": {
8989
"branch": null,
90-
"revision": "b75ffaba05b2cffdb1420d558f1a90b4e6c46dcc",
91-
"version": "2.5.0"
90+
"revision": "ae213938e151964aa691f0e902462fbe06baeeb6",
91+
"version": "2.7.1"
9292
}
9393
},
9494
{
9595
"package": "swift-nio-transport-services",
9696
"repositoryURL": "https://github.com/apple/swift-nio-transport-services.git",
9797
"state": {
9898
"branch": null,
99-
"revision": "c7f06384dc5ce7e8506de5ed9b59e35b4d88c64b",
100-
"version": "1.3.0"
99+
"revision": "85a67aea7caf5396ed599543dd23cffeb6dbbf96",
100+
"version": "1.5.1"
101101
}
102102
}
103103
]

examples/TodoAPIGateway/Package.swift

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ let package = Package(
1010
.library(name: "TodoService", targets: ["TodoService"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.9.0")),
13+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.16.0")),
1414
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.1.1")),
1515
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", .upToNextMajor(from: "4.4.0")),
1616
.package(path: "../../"),
1717
],
1818
targets: [
1919
.target(
2020
name: "TodoAPIGateway",
21-
dependencies: ["LambdaRuntime", "Logging", "TodoService", "NIO", "NIOHTTP1", "DynamoDB"]),
21+
dependencies: [
22+
"LambdaRuntime", "Logging", "TodoService", "NIO", "NIOHTTP1", "DynamoDB"
23+
]
24+
),
2225
.testTarget(
2326
name: "TodoAPIGatewayTests",
2427
dependencies: ["TodoAPIGateway"]),

0 commit comments

Comments
 (0)