swift-nio/Tests
George Barnett e2f161ba00
Rebuild the channel when retrying testWriteBufferAtGSOSegmentCountLimit (#2383)
Motivation:

I (foolishly) didn't validate the test fix in #2382, instead I validated
that the original test passed with 61 segments (rather than 64). The
channel needs to be recreated first.

Modifications:

- Rebuild the channel before trying again if 64 segments is too many.

Result:

Test passes.
2023-03-02 02:18:54 -08:00
..
NIOConcurrencyHelpersTests Improve performance of tests (#2336) 2022-12-19 10:14:27 -08:00
NIOCoreTests Building swift-nio with Swift 5.7 for iOS using Xcode 14.0 at 2.48.0. (#2369) 2023-02-17 10:05:43 -08:00
NIODataStructuresTests Extract PriorityQueue to its own module. (#1932) 2021-08-09 11:00:03 +01:00
NIOEmbeddedTests Not Holding OnToRunClosure() test updates (#2375) 2023-02-23 11:03:03 +00:00
NIOFoundationCompatTests Add utilties for reading and writing UUIDs (#2045) 2022-10-31 06:25:28 -07:00
NIOHTTP1Tests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
NIOPosixTests Rebuild the channel when retrying testWriteBufferAtGSOSegmentCountLimit (#2383) 2023-03-02 02:18:54 -08:00
NIOTLSTests Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
NIOTestUtilsTests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
NIOTests Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
NIOWebSocketTests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
LinuxMain.swift OnLoopSendable: Sendable containers if on EventLoop (#2370) 2023-02-27 07:11:37 -08:00