swift-nio/Tests
George Barnett ec6b8ed8c3
Lower the max segment count in tests (#2382)
Motivation:

On older kernel versions testWriteBufferAtGSOSegmentCountLimit fails
because the write fails with EINVAL. This appears to be a kernel bug as
it passes on more recent versions.

Modifications:

- Try again with a lower segment limit if the write fails with EINVAL.

Result:

Less flaky test.
2023-03-01 06:00:24 -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 Lower the max segment count in tests (#2382) 2023-03-01 06:00:24 -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