1486 references to DefaultTimeout
InMemory.FunctionalTests (255)
ChunkedResponseTests.cs (1)
497await flushWh.Task.DefaultTimeout();
ConnectionLimitTests.cs (1)
51await releasedTcs.Task.DefaultTimeout();
Http2\Http2ConnectionTests.cs (36)
476await WaitForAllStreamsAsync().DefaultTimeout(); 570await serverTcs.Task.DefaultTimeout(); 582await WaitForStreamAsync(stream.StreamId).DefaultTimeout(); 1173await stream1ReadFinished.Task.DefaultTimeout(); 1179await stream3ReadFinished.Task.DefaultTimeout(); 1188await stream1Read.Task.DefaultTimeout(); 1191await stream3Read.Task.DefaultTimeout(); 1634await firstRequestBlock.Task.DefaultTimeout(); 1641await firstRequestReceived.Task.DefaultTimeout(); 1781await tcs.Task.DefaultTimeout(); 1999}).DefaultTimeout(); 2001await StartStreamAsync(1, _browserRequestHeaders, endStream: true).DefaultTimeout(); 2033await requestAbortedTcs.Task.DefaultTimeout(); 2291await finishFirstRequest.Task.DefaultTimeout(); 2297await finishSecondRequest.Task.DefaultTimeout(); 2303await firstRequestReceived.Task.DefaultTimeout(); 2307await secondRequestReceived.Task.DefaultTimeout(); 3271await _runningStreams[1].Task.DefaultTimeout(); 3292await _runningStreams[3].Task.DefaultTimeout(); 3368await writeTasks[1].DefaultTimeout(); 3373await writeTasks[3].DefaultTimeout(); 3377await writeTasks[5].DefaultTimeout(); 4169await _closingStateReached.Task.DefaultTimeout(); 4200await _closedStateReached.Task.DefaultTimeout(); 4634await backpressureObservedTcs.Task.DefaultTimeout(); 4638await backpressureReleasedTcs.Task.DefaultTimeout(); 5111await _closedStateReached.Task.DefaultTimeout(); 5126await _closedStateReached.Task.DefaultTimeout(); 5140await _closedStateReached.Task.DefaultTimeout(); 5170await _closedStateReached.Task.DefaultTimeout(); 5201await _closingStateReached.Task.DefaultTimeout(); 5220await _closedStateReached.Task.DefaultTimeout(); 5236await _closingStateReached.Task.DefaultTimeout(); 5285await _closedStateReached.Task.DefaultTimeout(); 5304await _connection.ProcessRequestsAsync(new DummyApplication(_noopApplication)).DefaultTimeout(); 5324await _connection.ProcessRequestsAsync(new DummyApplication(_noopApplication)).DefaultTimeout();
Http2\Http2KeepAliveTests.cs (40)
16await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 20await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 30await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 50await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 59await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 72await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 81await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 86await SendPingAsync(Http2PingFrameFlags.NONE).DefaultTimeout(); 95await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 104await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 112await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 121await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 135await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 144await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 154await SendPingAsync(Http2PingFrameFlags.ACK).DefaultTimeout(); 163await SendPingAsync(Http2PingFrameFlags.ACK).DefaultTimeout(); 173await StopConnectionAsync(expectedLastStreamId: 0, ignoreNonGoAwayFrames: false).DefaultTimeout(); 183await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 215await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 229await StartStreamAsync(1, _browserRequestHeaders, endStream: true).DefaultTimeout(); 237await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 246await InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 251await StartStreamAsync(1, _browserRequestHeaders, endStream: true).DefaultTimeout(); 261await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 280}, expectedWindowUpdate: false).DefaultTimeout(); 285await StartStreamAsync(1, _browserRequestHeaders, endStream: false).DefaultTimeout(); 288await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 289await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 290await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 291await SendDataAsync(1, new byte[16383], false).DefaultTimeout(); 297await SendPingAsync(Http2PingFrameFlags.NONE).DefaultTimeout(); 315await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: true).DefaultTimeout(); 334}, expectedWindowUpdate: false).DefaultTimeout(); 339await StartStreamAsync(1, _browserRequestHeaders, endStream: false).DefaultTimeout(); 342await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 343await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 344await SendDataAsync(1, new byte[16384], false).DefaultTimeout(); 345await SendDataAsync(1, new byte[16383], false).DefaultTimeout(); 359await SendPingAsync(Http2PingFrameFlags.ACK).DefaultTimeout(); 373await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: true).DefaultTimeout();
Http2\Http2StreamTests.cs (44)
2622await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 2722await StopConnectionAsync(expectedLastStreamId: 3, ignoreNonGoAwayFrames: false).DefaultTimeout(); 2781await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 2836await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 2966await StopConnectionAsync(expectedLastStreamId: 3, ignoreNonGoAwayFrames: false).DefaultTimeout(); 2991}).DefaultTimeout(); 2993await StartStreamAsync(1, headers, endStream: true).DefaultTimeout(); 3023await StopConnectionAsync(expectedLastStreamId: 1, ignoreNonGoAwayFrames: false).DefaultTimeout(); 3191await sem.WaitAsync().DefaultTimeout(); 3224await sem.WaitAsync().DefaultTimeout(); 3275await sem.WaitAsync().DefaultTimeout(); 3319await sem.WaitAsync().DefaultTimeout(); 4744await context.Response.CompleteAsync().DefaultTimeout(); 4751await clientTcs.Task.DefaultTimeout(); 4799await context.Response.CompleteAsync().DefaultTimeout(); 4800await context.Response.CompleteAsync().DefaultTimeout(); // Can be called twice, no-ops 4807await clientTcs.Task.DefaultTimeout(); 4867var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.CompleteAsync().DefaultTimeout()); 4923await context.Response.CompleteAsync().DefaultTimeout(); 4924await context.Response.CompleteAsync().DefaultTimeout(); // Can be called twice, no-ops 4929await clientTcs.Task.DefaultTimeout(); 4984await context.Response.CompleteAsync().DefaultTimeout(); 4990var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.WriteAsync("2 Hello World").DefaultTimeout()); 4994await clientTcs.Task.DefaultTimeout(); 5041await context.Response.WriteAsync("Hello World").DefaultTimeout(); 5045await context.Response.CompleteAsync().DefaultTimeout(); 5049var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.WriteAsync("2 Hello World").DefaultTimeout()); 5053await clientTcs.Task.DefaultTimeout(); 5134await tcs.Task.DefaultTimeout(); 5164await context.Response.CompleteAsync().DefaultTimeout(); 5171await clientTcs.Task.DefaultTimeout(); 5240await context.Response.CompleteAsync().DefaultTimeout(); 5245await clientTcs.Task.DefaultTimeout(); 5315var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.CompleteAsync().DefaultTimeout()); 5321await clientTcs.Task.DefaultTimeout(); 5392await clientTcs.Task.DefaultTimeout(); 5455await context.Response.CompleteAsync().DefaultTimeout(); 5464await clientTcs.Task.DefaultTimeout(); 5537await context.Response.CompleteAsync().DefaultTimeout(); 5549await clientTcs.Task.DefaultTimeout(); 5619await context.Response.CompleteAsync().DefaultTimeout(); 5630await clientTcs.Task.DefaultTimeout(); 5703await context.Response.CompleteAsync().DefaultTimeout(); 5717await clientTcs.Task.DefaultTimeout();
Http2\Http2TestBase.cs (5)
277await sem.WaitAsync().DefaultTimeout(); 305await sem.WaitAsync().DefaultTimeout(); 325await sem.WaitAsync().DefaultTimeout(); 778return Task.WhenAll(_runningStreams.Values.Select(tcs => tcs.Task)).DefaultTimeout(); 1330await _connectionTask.DefaultTimeout();
Http2\Http2TimeoutTests.cs (4)
91await setTimeoutTcs.Task.DefaultTimeout(); 320await sendTask.DefaultTimeout(); 369await app.WriteStartedTask.DefaultTimeout(); 422await app.WriteStartedTask.DefaultTimeout();
Http2\Http2WebSocketTests.cs (2)
238await tcs.Task.DefaultTimeout(); 675await tcs.Task.DefaultTimeout();
Http3\Http3ConnectionTests.cs (10)
159await requestStream.OnDisposedTask.DefaultTimeout(); 182await request.OnStreamCompletedTask.DefaultTimeout(); 301await controlStream.EndStreamAsync().DefaultTimeout(); 304await controlStream.OnStreamCompletedTask.DefaultTimeout(); 332await completionSource.Task.DefaultTimeout(); 590await requestStream.OnDisposedTask.DefaultTimeout(); 729await requestStream.OnDisposedTask.DefaultTimeout(); 734await abortTcs.Task.DefaultTimeout(); 766await _requestTcs.Task.DefaultTimeout(); 810await requestStream.OnDisposedTask.DefaultTimeout();
Http3\Http3StreamTests.cs (39)
780await appTcs.Task.DefaultTimeout(); 1140await context.Response.CompleteAsync().DefaultTimeout(); 1147await clientTcs.Task.DefaultTimeout(); 1188await context.Response.CompleteAsync().DefaultTimeout(); 1189await context.Response.CompleteAsync().DefaultTimeout(); // Can be called twice, no-ops 1196await clientTcs.Task.DefaultTimeout(); 1242var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.CompleteAsync().DefaultTimeout()); 1291await context.Response.CompleteAsync().DefaultTimeout(); 1292await context.Response.CompleteAsync().DefaultTimeout(); // Can be called twice, no-ops 1297await clientTcs.Task.DefaultTimeout(); 1339await context.Response.CompleteAsync().DefaultTimeout(); 1345var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.WriteAsync("2 Hello World").DefaultTimeout()); 1349await clientTcs.Task.DefaultTimeout(); 1389await context.Response.WriteAsync("Hello World").DefaultTimeout(); 1393await context.Response.CompleteAsync().DefaultTimeout(); 1397var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.WriteAsync("2 Hello World").DefaultTimeout()); 1401await clientTcs.Task.DefaultTimeout(); 1459await tcs.Task.DefaultTimeout(); 1491await context.Response.CompleteAsync().DefaultTimeout(); 1498await clientTcs.Task.DefaultTimeout(); 1548await context.Response.CompleteAsync().DefaultTimeout(); 1553await clientTcs.Task.DefaultTimeout(); 1604var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => context.Response.CompleteAsync().DefaultTimeout()); 1610await clientTcs.Task.DefaultTimeout(); 1668await clientTcs.Task.DefaultTimeout(); 1718await context.Response.CompleteAsync().DefaultTimeout(); 1727await clientTcs.Task.DefaultTimeout(); 1779await context.Response.CompleteAsync().DefaultTimeout(); 1791await clientTcs.Task.DefaultTimeout(); 1841await context.Response.CompleteAsync().DefaultTimeout(); 1852await clientTcs.Task.DefaultTimeout(); 1906await context.Response.CompleteAsync().DefaultTimeout(); 1920await clientTcs.Task.DefaultTimeout(); 2074await syncPoint.WaitForSyncPoint().DefaultTimeout(); 2555await requestStream.OnStreamCompletedTask.DefaultTimeout(); 2629await requestStream.OnStreamCompletedTask.DefaultTimeout(); 2684await requestStream.OnStreamCompletedTask.DefaultTimeout(); 2769CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(typeId)).DefaultTimeout(); 2838await clientTcs.Task.DefaultTimeout();
Http3\Http3TimeoutTests.cs (22)
23await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 39await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 63await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 72await requestStream.OnDisposedTask.DefaultTimeout(); 98}).DefaultTimeout(); 118await requestStream.OnDisposedTask.DefaultTimeout(); 138await requestStream.SendHeadersPartialAsync().DefaultTimeout(); 183await requestStream.OnUnidentifiedStreamCreatedTask.DefaultTimeout(); 189await requestStream.OnStreamCreatedTask.DefaultTimeout(); 199await requestStream.SendHeadersAsync(headers).DefaultTimeout(); 201await requestStream.OnHeaderReceivedTask.DefaultTimeout(); 221await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 228await outboundControlStream.OnUnidentifiedStreamCreatedTask.DefaultTimeout(); 256await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 263await outboundControlStream.OnStreamCreatedTask.DefaultTimeout(); 285await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 295await outboundControlStream.OnStreamCreatedTask.DefaultTimeout(); 311await Http3Api.InitializeConnectionAsync(_noopApplication).DefaultTimeout(); 321await outboundControlStream.OnUnidentifiedStreamCreatedTask.DefaultTimeout(); 326await outboundControlStream.OnStreamCreatedTask.DefaultTimeout(); 464await app.WriteStartedTask.DefaultTimeout(); 506await app.WriteStartedTask.DefaultTimeout();
HttpsConnectionMiddlewareTests.cs (1)
1103await stream.WriteAsync(request, 0, request.Length).DefaultTimeout();
HttpsTests.cs (6)
187await loggerProvider.FilterLogger.LogTcs.Task.DefaultTimeout(); 216await loggerProvider.FilterLogger.LogTcs.Task.DefaultTimeout(); 311await tcs.Task.DefaultTimeout(); 387await loggerProvider.FilterLogger.LogTcs.Task.DefaultTimeout(); 421await loggerProvider.FilterLogger.LogTcs.Task.DefaultTimeout(); 705await loggerProvider.FilterLogger.LogTcs.Task.DefaultTimeout();
KeepAliveTimeoutTests.cs (2)
110await _firstRequestReceived.Task.DefaultTimeout(); 155await _firstRequestReceived.Task.DefaultTimeout();
KestrelMetricsTests.cs (12)
73await connection.Send(sendString).DefaultTimeout(); 76await sync.WaitForSyncPoint().DefaultTimeout(); 89"Hello World?").DefaultTimeout(); 91await connection.WaitForConnectionClose().DefaultTimeout(); 244await waitForConnectionCloseRequest.Task.DefaultTimeout(); 302await requestReceivedTcs.Task.DefaultTimeout(); 416await connection.Send(sendString).DefaultTimeout(); 420await connection.ReceiveEnd().DefaultTimeout(); 422await connection.WaitForConnectionClose().DefaultTimeout(); 590await waitForConnectionCloseRequest.Task.DefaultTimeout(); 829await connectionDuration.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 835await shutdownTask.DefaultTimeout();
RequestBodyTimeoutTests.cs (4)
72await appRunningEvent.Task.DefaultTimeout(); 131await appRunningEvent.Task.DefaultTimeout(); 198await appRunningTcs.Task.DefaultTimeout(); 207await exceptionSwallowedTcs.Task.DefaultTimeout();
RequestTests.cs (5)
266await Task.WhenAll(pathTcs.Task, rawTargetTcs.Task, queryTcs.Task).DefaultTimeout(); 1213await tcs.Task.DefaultTimeout(); 1216await tcs2.Task.DefaultTimeout(); 1644await delayEvent.Task.DefaultTimeout(); 1664await appEvent.Task.DefaultTimeout();
ResponseDrainingTests.cs (1)
56await outputBufferedTcs.Task.DefaultTimeout();
ResponseTests.cs (14)
68await onCompletedTcs.Task.DefaultTimeout(); 156await context.Response.WriteAsync("hello", cts.Token).DefaultTimeout(); 202await writeBlockedTcs.Task.DefaultTimeout(); 471await onCompletedTcs.Task.DefaultTimeout(); 935await logTcs.Task.DefaultTimeout(); 1141await logTcs.Task.DefaultTimeout(); 1198await logTcs.Task.DefaultTimeout(); 1229await requestAborted.Task.DefaultTimeout(); 1253await requestAborted.Task.DefaultTimeout(); 1561await responseWritten.Task.DefaultTimeout(); 2567await tcs.Task.DefaultTimeout(); 2613await tcs.Task.DefaultTimeout(); 3354await onStartingTcs.Task.DefaultTimeout(); 3405await onCompletedTcs.Task.DefaultTimeout();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
153await _connectionTask.DefaultTimeout();
UpgradeTests.cs (5)
57await upgrade.Task.DefaultTimeout(); 112await upgrade.Task.DefaultTimeout(); 154var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await upgradeTcs.Task.DefaultTimeout()); 384await appCompletedTcs.Task.DefaultTimeout(); 430await appCompletedTcs.Task.DefaultTimeout();
Interop.FunctionalTests (160)
Http2\Http2RequestTests.cs (5)
138await connectionDuration.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 207await host.StartAsync().DefaultTimeout(); 267await host.StartAsync().DefaultTimeout(); 272await syncPoint.WaitForSyncPoint().DefaultTimeout(); 280await stopTask.DefaultTimeout();
Http3\Http3RequestTests.cs (53)
99await connectionDuration.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 146await host.StartAsync().DefaultTimeout(); 304await requestStream.FlushAsync().DefaultTimeout(); 413await host.StartAsync().DefaultTimeout(); 428await requestStream.FlushAsync().DefaultTimeout(); 442await host.StopAsync().DefaultTimeout(); 483await host.StartAsync().DefaultTimeout(); 499await requestStream.FlushAsync().DefaultTimeout(); 503await requestStream.FlushAsync().DefaultTimeout(); 506await syncPoint.WaitForSyncPoint().DefaultTimeout(); 517await cancelledTcs.Task.DefaultTimeout(); 524await host.StopAsync().DefaultTimeout(); 555await host.StartAsync().DefaultTimeout(); 569await requestStream.FlushAsync().DefaultTimeout(); 580await cancelledTcs.Task.DefaultTimeout(); 583await syncPoint.WaitForSyncPoint().DefaultTimeout(); 590await host.StopAsync().DefaultTimeout(); 613await host.StartAsync().DefaultTimeout(); 642await host.StopAsync().DefaultTimeout(); 673await host.StartAsync().DefaultTimeout(); 689await cancelledTcs.Task.DefaultTimeout(); 692await syncPoint.WaitForSyncPoint().DefaultTimeout(); 696await serverWriteTask.DefaultTimeout(); 698await host.StopAsync().DefaultTimeout(); 720await host.StartAsync().DefaultTimeout(); 743await host.StopAsync().DefaultTimeout(); 993await clientHasCancelledSyncPoint.WaitForSyncPoint().DefaultTimeout(); 1008await host.StartAsync().DefaultTimeout(); 1024await requestStream.FlushAsync().DefaultTimeout(); 1027await requestStream.FlushAsync().DefaultTimeout(); 1039await clientHasCancelledSyncPoint.WaitToContinue().DefaultTimeout(); 1042await cancelledTcs.Task.DefaultTimeout(); 1049await host.StopAsync().DefaultTimeout(); 1105await host.StartAsync().DefaultTimeout(); 1121await requestStream.FlushAsync().DefaultTimeout(); 1129await requestStream.FlushAsync().DefaultTimeout(); 1147await host.StopAsync().DefaultTimeout(); 1253await host.StartAsync().DefaultTimeout(); 1272await host.StopAsync().DefaultTimeout(); 1314await host.StartAsync().DefaultTimeout(); 1331await cancelledTcs.Task.DefaultTimeout(); 1333await host.StopAsync().DefaultTimeout(); 1726await connectionStartedTcs.Task.DefaultTimeout(); 1735await connectionClosedTcs.Task.DefaultTimeout(); 1880await host.StartAsync().DefaultTimeout(); 1895await syncPoint.WaitForSyncPoint().DefaultTimeout(); 1910await host.StopAsync().DefaultTimeout(); 2034await host.StartAsync().DefaultTimeout(); 2085await requestAbortedTcs.Task.DefaultTimeout(); 2087await stopTask.DefaultTimeout(); 2134await host.StartAsync().DefaultTimeout(); 2169await stopTask.DefaultTimeout(); 2197await host.StopAsync().DefaultTimeout();
Http3\Http3TlsTests.cs (15)
54await host.StartAsync().DefaultTimeout(); 69await host.StopAsync().DefaultTimeout(); 101await host.StartAsync().DefaultTimeout(); 113await host.StopAsync().DefaultTimeout(); 143await host.StartAsync().DefaultTimeout(); 155await host.StopAsync().DefaultTimeout(); 192await host.StartAsync().DefaultTimeout(); 214await host.StopAsync().DefaultTimeout(); 242await host.StartAsync().DefaultTimeout(); 252await host.StopAsync().DefaultTimeout(); 282host.StartAsync().DefaultTimeout()); 320await host.StartAsync().DefaultTimeout(); 335await host.StopAsync().DefaultTimeout(); 468await host.StartAsync().DefaultTimeout(); 500await host.StopAsync().DefaultTimeout();
HttpClientHttp2InteropTests.cs (87)
67await host.StopAsync().DefaultTimeout(); 81await context.Request.BodyReader.CopyToAsync(context.Response.BodyWriter).DefaultTimeout(); 96await host.StopAsync().DefaultTimeout(); 120await content.CopyToAsync(context.Response.Body).DefaultTimeout(); 140await BulkContent.VerifyContent(await response.Content.ReadAsStreamAsync()).DefaultTimeout(); 144await host.StopAsync().DefaultTimeout(); 167await context.Request.BodyReader.CopyToAsync(context.Response.BodyWriter).DefaultTimeout(); 193await host.StopAsync().DefaultTimeout(); 216await stream.WriteAsync(Content, 0, Content.Length, timer.Token).DefaultTimeout(); 301await streamingContent.SendAsync("Hello World").DefaultTimeout(); 308await streamingContent.SendAsync("Hello World").DefaultTimeout(); 313await host.StopAsync().DefaultTimeout(); 341await context.Response.CompleteAsync().DefaultTimeout(); 378await streamingContent.SendAsync("Hello World").DefaultTimeout(); 389await streamingContent.SendAsync("Hello World").DefaultTimeout(); 395await host.StopAsync().DefaultTimeout(); 412await context.Response.CompleteAsync().DefaultTimeout(); 444await streamingContent.SendAsync("Hello World").DefaultTimeout(); 448await host.StopAsync().DefaultTimeout(); 541await host.StopAsync().DefaultTimeout(); 558await headersReceived.Task.DefaultTimeout(); 577await host.StopAsync().DefaultTimeout(); 601await host.StopAsync().DefaultTimeout(); 617await receivedHeaders.Task.DefaultTimeout(); 630await host.StopAsync().DefaultTimeout(); 657await host.StopAsync().DefaultTimeout(); 689await host.StopAsync().DefaultTimeout(); 709await headersReceived.Task.DefaultTimeout(); 740await serverReset.Task.DefaultTimeout(); 743await Assert.ThrowsAsync<HttpProtocolException>(() => streamingContent.SendAsync("Hello World").DefaultTimeout()); 746await host.StopAsync().DefaultTimeout(); 768await responseHeadersReceived.Task.DefaultTimeout(); 793await streamingContent.SendAsync("Hello World").DefaultTimeout(); 799await serverReset.Task.DefaultTimeout(); 802await Assert.ThrowsAsync<HttpProtocolException>(() => streamingContent.SendAsync("Hello World").DefaultTimeout()); 805await host.StopAsync().DefaultTimeout(); 845await requestReceived.Task.DefaultTimeout(); 846await streamingContent.SendStarted.DefaultTimeout(); 848await serverResult.Task.DefaultTimeout(); 851await host.StopAsync().DefaultTimeout(); 890await streamingContent.SendAsync("Hello World").DefaultTimeout(); 891await requestReceived.Task.DefaultTimeout(); 893await serverResult.Task.DefaultTimeout(); 896await host.StopAsync().DefaultTimeout(); 916await serverResult.Task.DefaultTimeout(); 917await context.Response.WriteAsync("Hello World").DefaultTimeout(); 933await requestReceived.Task.DefaultTimeout(); 935await serverResult.Task.DefaultTimeout(); 938await host.StopAsync().DefaultTimeout(); 956await context.Response.WriteAsync("Hello World").DefaultTimeout(); 957await serverResult.Task.DefaultTimeout(); 958await context.Response.WriteAsync("Hello World").DefaultTimeout(); 976await serverResult.Task.DefaultTimeout(); 978await host.StopAsync().DefaultTimeout(); 996await context.Response.WriteAsync("Hello World").DefaultTimeout(); 997await serverResult.Task.DefaultTimeout(); 1017await serverResult.Task.DefaultTimeout(); 1019await host.StopAsync().DefaultTimeout(); 1065await serverResult.Task.DefaultTimeout(); 1071await host.StopAsync().DefaultTimeout(); 1109await serverResult.Task.DefaultTimeout(); 1120await host.StopAsync().DefaultTimeout(); 1174await serverResult.Task.DefaultTimeout(); 1180await host.StopAsync().DefaultTimeout(); 1214await requestBlock.Task.DefaultTimeout(); 1244await host.StopAsync().DefaultTimeout(); 1275await requestBlock.Task.DefaultTimeout(); 1305await host.StopAsync().DefaultTimeout(); 1338await host.StopAsync().DefaultTimeout(); 1373await host.StopAsync().DefaultTimeout(); 1404await host.StopAsync().DefaultTimeout(); 1422await requestFinished.Task.DefaultTimeout(); 1440await streamingContent.SendAsync(oneKbString).DefaultTimeout(); 1449await host.StopAsync().DefaultTimeout(); 1469await context.Response.WriteAsync(oneKbString).DefaultTimeout(); 1471await context.Response.WriteAsync(new string('a', 1023)).DefaultTimeout(); 1472await context.Response.CompleteAsync().DefaultTimeout(); 1482await responseFinished.Task.DefaultTimeout(); 1485await host.StopAsync().DefaultTimeout(); 1500await requestFinished.Task.DefaultTimeout(); 1526await streamingContent0.SendAsync(oneKbString).DefaultTimeout(); 1527await streamingContent1.SendAsync(oneKbString).DefaultTimeout(); 1540await host.StopAsync().DefaultTimeout(); 1571await host.StopAsync().DefaultTimeout(); 1593await host.StopAsync().DefaultTimeout(); 1638await host.StopAsync().DefaultTimeout(); 1683await host.StopAsync().DefaultTimeout();
Microsoft.AspNetCore.Components.WebAssembly.Tests (4)
PullFromJSDataStreamTest.cs (4)
59await pullFromJSDataStream.CopyToAsync(mem).DefaultTimeout(); 72var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await pullFromJSDataStream.CopyToAsync(mem).DefaultTimeout()); 86var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await pullFromJSDataStream.CopyToAsync(mem).DefaultTimeout()); 100var ex = await Assert.ThrowsAsync<EndOfStreamException>(async () => await pullFromJSDataStream.CopyToAsync(mem).DefaultTimeout());
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (2)
MiddlewareTests.cs (2)
43await middleware.Invoke(context).DefaultTimeout(); 59await middleware.Invoke(new DefaultHttpContext()).DefaultTimeout();
Microsoft.AspNetCore.Diagnostics.Tests (6)
DeveloperExceptionPageMiddlewareTest.cs (1)
609await requestDurationCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout();
ExceptionHandlerMiddlewareTest.cs (2)
341await requestDurationCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 408await requestDurationCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout();
ExceptionHandlerTest.cs (3)
1031await instrumentCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 1101await instrumentCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 1163await instrumentCollector.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout();
Microsoft.AspNetCore.FunctionalTests (1)
WebApplicationFunctionalTests.cs (1)
154await configChangedTcs.Task.DefaultTimeout();
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
ServerStreamingServerCallHandlerTests.cs (2)
70await syncPoint.WaitForSyncPoint().DefaultTimeout(); 251await syncPoint.WaitForSyncPoint().DefaultTimeout();
Microsoft.AspNetCore.Hosting.Tests (2)
HostingMetricsTests.cs (2)
138await syncPoint.WaitForSyncPoint().DefaultTimeout(); 145await processRequestTask.DefaultTimeout();
Microsoft.AspNetCore.Http.Connections.Tests (98)
HttpConnectionDispatcherTests.cs (89)
242await executeTask.DefaultTimeout(); 499await task.DefaultTimeout(); 555await task.DefaultTimeout(); 729await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 735await pollTask.DefaultTimeout(); 1199await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1293await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1298await sync.WaitForSyncPoint().DefaultTimeout(); 1309await dispatcherTask.DefaultTimeout(); 1337await sync.WaitForSyncPoint().DefaultTimeout(); 1348await dispatcherTask.DefaultTimeout(); 1381await sync.WaitForSyncPoint().DefaultTimeout(); 1392await dispatcherTask.DefaultTimeout(); 1423await task.DefaultTimeout(); 1453await dispatcher.ExecuteAsync(context2, options, app).DefaultTimeout(); 1470await request1.DefaultTimeout(); 1513await request1.DefaultTimeout(); 1596await request1.DefaultTimeout(); 1597await request2.DefaultTimeout(); 1772await task1.DefaultTimeout(); 1777await task2.DefaultTimeout(); 1857await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1864await connectionHandlerTask.DefaultTimeout(); 1909await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1916await connectionHandlerTask.DefaultTimeout(); 1960await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1963await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 1997await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2030_ = dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2040await dispatcher.ExecuteAsync(deleteContext, options, app).DefaultTimeout(); 2083await dispatcher.ExecuteAsync(deleteContext, options, app).DefaultTimeout(); 2085await pollTask.DefaultTimeout(); 2123await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2131await dispatcher.ExecuteAsync(deleteContext, options, app).DefaultTimeout(); 2188await dispatcher.ExecuteAsync(deleteContext, options, app).DefaultTimeout(); 2190await pollTask.DefaultTimeout(); 2222await waitForMessageTcs1.Task.DefaultTimeout(); 2225await waitForMessageTcs2.Task.DefaultTimeout(); 2232await dispatcher.ExecuteAsync(context, options, connectionDelegate).DefaultTimeout(); 2236await messageTcs1.Task.DefaultTimeout(); 2241await dispatcher.ExecuteAsync(context, options, connectionDelegate).DefaultTimeout(); 2245await messageTcs2.Task.DefaultTimeout(); 2251await dispatcher.ExecuteAsync(context, options, connectionDelegate).DefaultTimeout(); 2403await websocketFeature.Accepted.DefaultTimeout(); 2425await initialWebSocketTask.DefaultTimeout(); 2427await calledOnReconnectedTcs.Task.DefaultTimeout(); 2435await websocketFeature.Accepted.DefaultTimeout(); 2441await newWebSocketTask.DefaultTimeout(); 2477await websocketFeature.Accepted.DefaultTimeout(); 2501await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2516await initialWebSocketTask.DefaultTimeout(); 2591await sendTask.DefaultTimeout(); 2592await disposeTask.DefaultTimeout(); 2640await connection.ApplicationStream.WriteAsync(buffer, 0, buffer.Length).DefaultTimeout(); 2650await sendTask.DefaultTimeout(); 2697await connection.ApplicationStream.WriteAsync(buffer, 0, buffer.Length).DefaultTimeout(); 2700var sendTask = dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2706await dispatcher.ExecuteAsync(pollContext, options, app).DefaultTimeout(); 2708await sendTask.DefaultTimeout(); 2742await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2748await pollTask.DefaultTimeout(); 2794await dispatcher.ExecuteAsync(deleteContext, options, app).DefaultTimeout(); 2796await pollTask.DefaultTimeout(); 2806await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2835await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2862await websocket.Accepted.DefaultTimeout(); 2863await websocket.Client.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, "", cancellationToken: default).DefaultTimeout(); 2865await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2894await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2896await executeTask.DefaultTimeout(); 2942await tcs.Task.DefaultTimeout(); 2946await tcs.Task.DefaultTimeout(); 2972await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 2977await connection.Application.Output.WriteAsync(new byte[] { 1 }).DefaultTimeout(); 2978await pollTask.DefaultTimeout(); 2990await connection.Application.Output.WriteAsync(new byte[] { 1 }).DefaultTimeout(); 2991await pollTask.DefaultTimeout(); 3029await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 3034await connection.Application.Output.WriteAsync(new byte[] { 1 }).DefaultTimeout(); 3035await pollTask.DefaultTimeout(); 3045await connection.Application.Output.WriteAsync(new byte[] { 1 }).DefaultTimeout(); 3046await pollTask.DefaultTimeout(); 3084await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 3133await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 3159await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout(); 3166await connection.Application.Output.WriteAsync(new byte[] { 1 }).DefaultTimeout(); 3167await pollTask.DefaultTimeout(); 3182await tcs.Task.DefaultTimeout(); 3583await dispatcher.ExecuteAsync(context, options, app).DefaultTimeout();
MapConnectionHandlerTests.cs (1)
404await client.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout();
WebSocketsTests.cs (8)
162await transport.DefaultTimeout(); 195await transport.DefaultTimeout(); 261await transport.DefaultTimeout(); 298await feature.Client.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout(); 300await transport.DefaultTimeout(); 332await feature.Client.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout(); 339await transport.DefaultTimeout(); 386await feature.Client.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None).DefaultTimeout();
Microsoft.AspNetCore.HttpLogging.Tests (28)
FileLoggerProcessorTests.cs (20)
49await WaitForFile(filePath, _messageOne.Length).DefaultTimeout(); 88await WaitForFile(filePathToday, _messageOne.Length).DefaultTimeout(); 95await WaitForFile(filePathTomorrow, _messageTwo.Length).DefaultTimeout(); 135await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout(); 178await WaitForFile(lastFilePath, _messageOne.Length).DefaultTimeout(); 181await WaitForRoll(GetLogFilePath(path, options.FileName, _today, i)).DefaultTimeout(); 233await WaitForFile(lastFilePath, _messageOne.Length).DefaultTimeout(); 239await WaitForCondition(() => testSink.Writes.FirstOrDefault()?.EventId.Name == "MaxFilesReached").DefaultTimeout(); 255await WaitForCondition(() => testSink2.Writes.FirstOrDefault()?.EventId.Name == "MaxFilesReached").DefaultTimeout(); 292await WaitForFile(filePath, _messageOne.Length).DefaultTimeout(); 305await WaitForFile(filePath, _messageOne.Length).DefaultTimeout(); 327await WaitForFile(GetLogFilePath(path, options.FileName, _today, 6), _messageOne.Length).DefaultTimeout(); 328await WaitForRoll(GetLogFilePath(path, options.FileName, _today, 0)).DefaultTimeout(); 329await WaitForRoll(GetLogFilePath(path, options.FileName, _today, 1)).DefaultTimeout(); 378await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout(); 389await WaitForFile(filePath3, _messageThree.Length).DefaultTimeout(); 444await WaitForFile(filePath3, _messageThree.Length).DefaultTimeout(); 455await WaitForFile(filePath4, _messageFour.Length).DefaultTimeout(); 510await WaitForFile(filePath1, _messageOne.Length).DefaultTimeout(); 525await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout();
W3CLoggerTests.cs (2)
33await logger.Processor.WaitForWrites(4).DefaultTimeout(); 77await logger.Processor.WaitForWrites(4).DefaultTimeout();
W3CLoggingMiddlewareTests.cs (6)
88await logger.Processor.WaitForWrites(4).DefaultTimeout(); 133await logger.Processor.WaitForWrites(4).DefaultTimeout(); 174await logger.Processor.WaitForWrites(4).DefaultTimeout(); 206await logger.Processor.WaitForWrites(4).DefaultTimeout(); 253await logger.Processor.WaitForWrites(4).DefaultTimeout(); 291await logger.Processor.WaitForWrites(4).DefaultTimeout();
Microsoft.AspNetCore.InternalTesting.Tests (2)
TaskExtensionsTest.cs (2)
45await Assert.ThrowsAsync<TimeoutException>(async () => await Task.Delay(30000, cts.Token).DefaultTimeout(50)); 53await Assert.ThrowsAsync<TimeoutException>(async () => await Task.Delay(30000, cts.Token).DefaultTimeout(50));
Microsoft.AspNetCore.RateLimiting.Tests (29)
RateLimitingMetricsTests.cs (11)
45await middleware.Invoke(context).DefaultTimeout(); 94await syncPoint.WaitForSyncPoint().DefaultTimeout(); 102await middlewareTask.DefaultTimeout(); 147await syncPoint.WaitForSyncPoint().DefaultTimeout(); 157await middlewareTask.DefaultTimeout(); 213await syncPoint.WaitForSyncPoint().DefaultTimeout(); 228await middlewareTask1.DefaultTimeout(); 229await middlewareTask2.DefaultTimeout(); 282await syncPoint.WaitForSyncPoint().DefaultTimeout(); 303await middlewareTask1.DefaultTimeout(); 304await middlewareTask2.DefaultTimeout();
RateLimitingMiddlewareTests.cs (18)
102await middleware.Invoke(context).DefaultTimeout(); 127await middleware.Invoke(context).DefaultTimeout(); 209await middleware.Invoke(context).DefaultTimeout(); 245await middleware.Invoke(context).DefaultTimeout(); 247await middleware.Invoke(context).DefaultTimeout(); 276await middleware.Invoke(context).DefaultTimeout(); 308await middleware.Invoke(context).DefaultTimeout(); 340await middleware.Invoke(context).DefaultTimeout(); 372await middleware.Invoke(context).DefaultTimeout(); 415await middleware.Invoke(context).DefaultTimeout(); 451await middleware.Invoke(context).DefaultTimeout(); 457await middleware.Invoke(context).DefaultTimeout(); 502await middleware.Invoke(context).DefaultTimeout(); 510await middleware.Invoke(context).DefaultTimeout(); 538await middleware.Invoke(context).DefaultTimeout(); 547await middleware.Invoke(context).DefaultTimeout(); 575await middleware.Invoke(context).DefaultTimeout(); 615await middleware.Invoke(context).DefaultTimeout();
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (38)
Http3Tests.cs (2)
192await headersReceived.Task.DefaultTimeout(); 222await headersReceived.Task.DefaultTimeout();
Listener\ResponseBodyTests.cs (8)
249await disconnectCts.Task.DefaultTimeout(); 285await disconnectCts.Task.DefaultTimeout(); 320await disconnectCts.Task.DefaultTimeout(); 347await disconnectCts.Task.DefaultTimeout(); 382await disconnectCts.Task.DefaultTimeout(); 421await disconnectCts.Task.DefaultTimeout(); 460await disconnectCts.Task.DefaultTimeout(); 494await disconnectCts.Task.DefaultTimeout();
RequestTests.cs (4)
525await result.Task.DefaultTimeout(); 547await registered.Task.DefaultTimeout(); 551await result.Task.DefaultTimeout(); 561await requestAborted.Task.DefaultTimeout();
ResponseBodyTests.cs (4)
28await startingTcs.Task.DefaultTimeout(); 57await startingTcs.Task.DefaultTimeout(); 58await responseReceived.Task.DefaultTimeout(); 79await responseReceived.Task.DefaultTimeout();
ResponseSendFileTests.cs (16)
392await testComplete.Task.DefaultTimeout(); 420await testComplete.Task.DefaultTimeout(); 447await testComplete.Task.DefaultTimeout(); 474await testComplete.Task.DefaultTimeout(); 520await requestReceived.Task.DefaultTimeout(); 526await testComplete.Task.DefaultTimeout(); 527await cancellationReceived.Task.DefaultTimeout(); 563await requestReceived.Task.DefaultTimeout(); 569await testComplete.Task.DefaultTimeout(); 570await cancellationReceived.Task.DefaultTimeout(); 619await firstSendComplete.Task.DefaultTimeout(); 625await testComplete.Task.DefaultTimeout(); 626await cancellationReceived.Task.DefaultTimeout(); 668await firstSendComplete.Task.DefaultTimeout(); 674await testComplete.Task.DefaultTimeout(); 675await cancellationReceived.Task.DefaultTimeout();
ResponseTests.cs (2)
270await readStarted.Task.DefaultTimeout(); 276await readCompleted.Task.DefaultTimeout();
ResponseTrailersTests.cs (2)
232await trailersReceived.Task.DefaultTimeout(); 254await trailersReceived.Task.DefaultTimeout();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (23)
CertificatePathWatcherTests.cs (4)
157await signalTcs.Task.DefaultTimeout(); 203await signalTcs.Task.DefaultTimeout(); 385await logNoLastModifiedTcs.Task.DefaultTimeout(); 397await changeTcs.Task.DefaultTimeout();
ConcurrentPipeWriterTests.cs (2)
128await mockPipeWriter.FlushTcs.Task.DefaultTimeout(); 148await mockPipeWriter.FlushTcs.Task.DefaultTimeout();
HeartbeatTests.cs (5)
70await tcs.Task.DefaultTimeout(); 124await handlerStartedTcs.Task.DefaultTimeout(); 132await blockedHeartbeatTask.DefaultTimeout(); 167await handlerStartedTcs.Task.DefaultTimeout(); 175await blockedHeartbeatTask.DefaultTimeout();
HttpConnectionTests.cs (1)
48await aborted.Task.DefaultTimeout();
KestrelServerTests.cs (10)
588await Task.WhenAll(new[] { stopTask1, stopTask2, stopTask3 }).DefaultTimeout(); 705await stopTask1.DefaultTimeout(); 706await stopTask2.DefaultTimeout(); 707await continuationTask.DefaultTimeout(); 824await server.StartAsync(new DummyApplication(), CancellationToken.None).DefaultTimeout(); 845await changeCallback().DefaultTimeout(); 874await changeCallback().DefaultTimeout(); 903await server.StopAsync(CancellationToken.None).DefaultTimeout(); 962await server.StartAsync(new DummyApplication(), CancellationToken.None).DefaultTimeout(); 969await server.StopAsync(CancellationToken.None).DefaultTimeout();
MessageBodyTests.cs (1)
878await logEvent.Task.DefaultTimeout();
Microsoft.AspNetCore.Server.Kestrel.Tests (1)
KestrelConfigurationLoaderTests.cs (1)
999await fileTcs.Task.DefaultTimeout();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (22)
QuicConnectionContextTests.cs (5)
143await connectionClosedTcs.Task.DefaultTimeout(); 185await closedTcs.Task.DefaultTimeout(); 235await closedTcs.Task.DefaultTimeout(); 589await allConnectionsOnServerTcs.Task.DefaultTimeout(); 593await Task.WhenAll(streamTasks).DefaultTimeout();
QuicConnectionListenerTests.cs (5)
59await serverConnection.DisposeAsync().AsTask().DefaultTimeout(); 79await serverConnection1.DisposeAsync().AsTask().DefaultTimeout(); 104await serverConnection2.DisposeAsync().AsTask().DefaultTimeout(); 358await syncPoint.WaitForSyncPoint().DefaultTimeout(); 399await syncPoint.WaitForSyncPoint().DefaultTimeout();
QuicStreamContextTests.cs (2)
290await closedTcs.Task.DefaultTimeout(); 363await closedTcs.Task.DefaultTimeout();
WebHostTests.cs (10)
131await host.StartAsync().DefaultTimeout(); 135await host.StopAsync().DefaultTimeout(); 166await host.StartAsync().DefaultTimeout(); 170await host.StopAsync().DefaultTimeout(); 203await host.StartAsync().DefaultTimeout(); 207await host.StopAsync().DefaultTimeout(); 241await host.StartAsync().DefaultTimeout(); 274await host.StopAsync().DefaultTimeout(); 312await host.StartAsync().DefaultTimeout(); 343await host.StopAsync().DefaultTimeout();
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (96)
HubConnectionTests.cs (86)
104await connection.StartAsync().DefaultTimeout(); 173await connection.StartAsync().DefaultTimeout(); 198await connection.StartAsync().DefaultTimeout(); 226await connection.StartAsync().DefaultTimeout(); 256await connection.StartAsync().DefaultTimeout(); 259await connection.StopAsync().DefaultTimeout(); 260await connection.StartAsync().DefaultTimeout(); 288await connection.StartAsync().DefaultTimeout(); 292await connection.StopAsync().DefaultTimeout(); 294await connection.StartAsync().DefaultTimeout(); 332await connection.StartAsync().DefaultTimeout(); 347await connection.StartAsync().DefaultTimeout(); 352await connection.StopAsync().DefaultTimeout(); 355await restartTcs.Task.DefaultTimeout(); 385await connection.StartAsync().DefaultTimeout(); 416await connection.StartAsync().DefaultTimeout(); 426await connection.InvokeAsync("CallEcho", originalMessage).DefaultTimeout(); 454await connection.StartAsync().DefaultTimeout(); 501await connection.StartAsync().DefaultTimeout(); 535await connection.StartAsync().DefaultTimeout(); 570await connection.StartAsync().DefaultTimeout(); 607await connection.StartAsync().DefaultTimeout(); 655await connection.StartAsync().DefaultTimeout(); 693await connection.StartAsync().DefaultTimeout(); 698await connection.InvokeAsync("CallEcho", originalMessage).DefaultTimeout(); 739await connection.StartAsync().DefaultTimeout(); 740await connection.InvokeAsync("CallHandlerThatDoesntExist").DefaultTimeout(); 742await closeTcs.Task.DefaultTimeout(); 767await connection.StartAsync().DefaultTimeout(); 797await connection.StartAsync().DefaultTimeout(); 802await channelWriter.Writer.WriteAsync("1").AsTask().DefaultTimeout(); 804await channelWriter.Writer.WriteAsync("2").AsTask().DefaultTimeout(); 844await connection.StartAsync().DefaultTimeout(); 890await connection.StartAsync().DefaultTimeout(); 934await connection.StartAsync().DefaultTimeout(); 975await connection.StartAsync().DefaultTimeout(); 1016await connection.StartAsync().DefaultTimeout(); 1051await connection.StartAsync().DefaultTimeout(); 1079await connection.StartAsync().DefaultTimeout(); 1106await connection.StartAsync().DefaultTimeout(); 1133await connection.StartAsync().DefaultTimeout(); 1160await connection.StartAsync().DefaultTimeout(); 1187await connection.StartAsync().DefaultTimeout(); 1215await connection.StartAsync().DefaultTimeout(); 1243await connection.StartAsync().DefaultTimeout(); 1271await connection.StartAsync().DefaultTimeout(); 1298await connection.StartAsync().DefaultTimeout(); 1325await connection.StartAsync().DefaultTimeout(); 1367await connection.StartAsync().DefaultTimeout(); 1421await connection.StartAsync().DefaultTimeout(); 1460await connection.StartAsync().DefaultTimeout(); 1492await hubConnection.StartAsync().DefaultTimeout(); 1525var ex = await Assert.ThrowsAnyAsync<HttpRequestException>(() => hubConnection.StartAsync().DefaultTimeout()); 1547await hubConnection.StartAsync().DefaultTimeout(); 1579await hubConnection.StartAsync().DefaultTimeout(); 1610await hubConnection.StartAsync().DefaultTimeout(); 1651await hubConnection.StartAsync().DefaultTimeout(); 1686await hubConnection.StartAsync().DefaultTimeout(); 1726await hubConnection.StartAsync().DefaultTimeout(); 1777await hubConnection.StartAsync().DefaultTimeout(); 1836await hubConnection.StartAsync().DefaultTimeout(); 1896var ex = await Assert.ThrowsAsync<AggregateException>(() => hubConnection.StartAsync().DefaultTimeout()); 1943await hubConnection.StartAsync().DefaultTimeout(); 1979await hubConnection.StartAsync().DefaultTimeout(); 2006await hubConnection.StartAsync().DefaultTimeout(); 2045await hubConnection.StartAsync().DefaultTimeout(); 2075await hubConnection.StartAsync().DefaultTimeout(); 2170await connection.StartAsync().DefaultTimeout(); 2175await reconnectingTcs.Task.DefaultTimeout(); 2230await connection.StartAsync().DefaultTimeout(); 2235await reconnectingTcs.Task.DefaultTimeout(); 2296await connection.StartAsync().DefaultTimeout(); 2301await reconnectingTcs.Task.DefaultTimeout(); 2387await hubConnection.StartAsync().DefaultTimeout(); 2440await hubConnection.StartAsync().DefaultTimeout(); 2483await hubConnection.StartAsync().DefaultTimeout(); 2533await hubConnection.StartAsync().DefaultTimeout(); 2579await connection.StartAsync().DefaultTimeout(); 2644await connection.StartAsync().DefaultTimeout(); 2659await tcs.Task.DefaultTimeout(); 2719await connection.StartAsync().DefaultTimeout(); 2731await tcs.Task.DefaultTimeout(); 2783await connection.StartAsync().DefaultTimeout(); 2785await connection.SendAsync(nameof(TestHub.Abort)).DefaultTimeout(); 2820await connection.StartAsync().DefaultTimeout(); 2890await connection.StartAsync().DefaultTimeout();
HubConnectionTests.Tracing.cs (6)
72await connection.StartAsync().DefaultTimeout(); 258await connection.StartAsync().DefaultTimeout(); 400await connection.StartAsync().DefaultTimeout(); 503await connection.StartAsync().DefaultTimeout(); 606await connection.StartAsync().DefaultTimeout(); 696await connection.StartAsync().DefaultTimeout();
HubProtocolVersionTests.cs (4)
49await connection.StartAsync().DefaultTimeout(); 82await connection.StartAsync().DefaultTimeout(); 131await connection.StartAsync().DefaultTimeout(); 146await tcs.Task.DefaultTimeout();
Microsoft.AspNetCore.SignalR.Client.Tests (311)
HttpConnectionTests.ConnectionLifecycle.cs (21)
31await connection.StartAsync().DefaultTimeout(); 32await connection.StartAsync().DefaultTimeout(); 47await syncPoint.WaitForSyncPoint().DefaultTimeout(); 51await firstStart.DefaultTimeout(); 52await secondStart.DefaultTimeout(); 66await connection.StartAsync().DefaultTimeout(); 124await connection.StartAsync().DefaultTimeout(); 202await transportStart.WaitForSyncPoint().DefaultTimeout(); 209await startTask.DefaultTimeout(); 212await transportStop.WaitForSyncPoint().DefaultTimeout(); 233await connection.StartAsync().DefaultTimeout(); 239await transportStop.WaitForSyncPoint().DefaultTimeout(); 251await AssertDisposedAsync(connection).DefaultTimeout(); 269await connection.StartAsync().DefaultTimeout(); 275await testTransport.Receiving.DefaultTimeout(); 314await connection.StartAsync().DefaultTimeout(); 347() => connection.StartAsync().DefaultTimeout()); 376await startTask.DefaultTimeout(); 393await negotiateSyncPoint.WaitToContinue().DefaultTimeout(); 411await negotiateSyncPoint.WaitForSyncPoint().DefaultTimeout(); 530var ex = await Assert.ThrowsAsync<AggregateException>(async () => await connection.StartAsync(cts.Token).DefaultTimeout());
HttpConnectionTests.cs (3)
105await connection.StartAsync().DefaultTimeout(); 151await connection.StartAsync().DefaultTimeout(); 193await connection.StartAsync().DefaultTimeout();
HttpConnectionTests.Negotiate.cs (13)
86await connection.StartAsync().DefaultTimeout(); 121await connection.StartAsync().DefaultTimeout(); 158await connection.StartAsync().DefaultTimeout(); 197await connection.StartAsync().DefaultTimeout(); 237await connection.StartAsync().DefaultTimeout(); 296await connection.StartAsync().DefaultTimeout(); 326var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => connection.StartAsync().DefaultTimeout()); 402await connection.StartAsync().DefaultTimeout(); 466await connection.StartAsync().DefaultTimeout(); 523await connection.StartAsync().DefaultTimeout(); 570await connection.StartAsync().DefaultTimeout(); 599var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => connection.StartAsync().DefaultTimeout()); 616() => connection.StartAsync().DefaultTimeout());
HttpConnectionTests.Transport.cs (15)
69await connection.StartAsync().DefaultTimeout(); 95await connection.StartAsync().DefaultTimeout(); 145await connection.StartAsync().DefaultTimeout(); 185await connection.StartAsync().DefaultTimeout(); 217await connection.StartAsync().DefaultTimeout(); 244await connection.StartAsync().DefaultTimeout(); 274await connection.StartAsync().DefaultTimeout(); 291await connection.StartAsync().DefaultTimeout(); 296await transport.Receiving.DefaultTimeout(); 309await connection.StartAsync(TransferFormat.Text).DefaultTimeout(); 338await Assert.ThrowsAsync<HttpRequestException>(async () => await connection.StartAsync().DefaultTimeout()); 408await connection.StartAsync().DefaultTimeout(); 446await connection.StartAsync().DefaultTimeout(); 506await connection.StartAsync().DefaultTimeout(); 549await connection.StartAsync().DefaultTimeout();
HubConnectionTests.ConnectionLifecycle.cs (46)
45await connection.StartAsync().DefaultTimeout(); 62await syncPoint.WaitForSyncPoint().DefaultTimeout(); 72await firstStart.DefaultTimeout(); 95await connection.StartAsync().DefaultTimeout(); 99await connection.StopAsync().DefaultTimeout(); 102await connection.StartAsync().DefaultTimeout(); 126await connection.StartAsync().DefaultTimeout(); 132await syncPoint.WaitForSyncPoint().DefaultTimeout(); 141await stopTask.DefaultTimeout(); 144await startTask.DefaultTimeout(); 177await connection.StartAsync().DefaultTimeout(); 182await connection.StopAsync().DefaultTimeout(); 217await syncPoint.WaitForSyncPoint().DefaultTimeout(); 226await startTask.DefaultTimeout(); 231await ForceLastInvocationToComplete(testConnection).DefaultTimeout(); 235await targetTask.DefaultTimeout(); 249await syncPoint.WaitForSyncPoint().DefaultTimeout(); 257await startTask.DefaultTimeout(); 279await connection.StartAsync().DefaultTimeout(); 283await connection.StopAsync().DefaultTimeout(); 284await testConnection.Disposed.DefaultTimeout(); 287await closed.Task.DefaultTimeout(); 297await connection.StartAsync().DefaultTimeout(); 300await connection.StopAsync().DefaultTimeout(); 301await testConnection.Disposed.DefaultTimeout(); 311await connection.StopAsync().DefaultTimeout(); 324await connection.StartAsync().DefaultTimeout(); 328await connection.StopAsync().DefaultTimeout(); 329await testConnection.Disposed.DefaultTimeout(); 332await connection.StopAsync().DefaultTimeout(); 347await connection.StopAsync().DefaultTimeout(); 351await connection.StartAsync().DefaultTimeout(); 369await connection.StartAsync().DefaultTimeout(); 374await closed.Task.DefaultTimeout(); 395await connection.StartAsync().DefaultTimeout(); 406await stopTask.DefaultTimeout(); 409await connectionClosed.Task.DefaultTimeout(); 415await testConnection.Disposed.DefaultTimeout(); 434await connection.StartAsync().DefaultTimeout(); 443await testConnection.Disposed.DefaultTimeout(); 446await stopTask.DefaultTimeout(); 447await connectionClosed.Task.DefaultTimeout(); 465await connection.StartAsync().DefaultTimeout(); 472await syncPoint.WaitForSyncPoint().DefaultTimeout(); 483await disposeTask.DefaultTimeout(); 624await hubConnection.StartAsync().DefaultTimeout();
HubConnectionTests.cs (65)
37await hubConnection.StartAsync().DefaultTimeout(); 52await hubConnection.StartAsync().DefaultTimeout(); 55await Assert.ThrowsAsync<InvalidOperationException>(async () => await hubConnection.SendAsync("test").DefaultTimeout()); 77await hubConnection.StartAsync().DefaultTimeout(); 78await hubConnection.StopAsync().DefaultTimeout(); 91await hubConnection.StopAsync().DefaultTimeout(); 95await hubConnection.StartAsync().DefaultTimeout(); 97await connection.ReceiveJsonMessage(new { type = HubProtocolConstants.InvocationMessageType, target = "method", arguments = new object[] { } }).DefaultTimeout(); 99await tcs.Task.DefaultTimeout(); 116await hubConnection.StartAsync().DefaultTimeout(); 118await connection.ReceiveJsonMessage(new { type = HubProtocolConstants.InvocationMessageType, target = "method", arguments = new object[] { } }).DefaultTimeout(); 120await methodCalledTcs.Task.DefaultTimeout(); 121await hubConnection.StopAsync().DefaultTimeout(); 133await hubConnection.StartAsync().DefaultTimeout(); 135await hubConnection.StopAsync().DefaultTimeout(); 155await hubConnection.StartAsync().DefaultTimeout(); 173await hubConnection.StartAsync().DefaultTimeout(); 190await hubConnection.StartAsync().DefaultTimeout(); 194await hubConnection.StopAsync().DefaultTimeout(); 209await hubConnection.StartAsync().DefaultTimeout(); 211hubConnection.SendAsync("testMethod", cancellationToken: new CancellationToken(canceled: true)).DefaultTimeout()); 213await hubConnection.StopAsync().DefaultTimeout(); 229await hubConnection.StartAsync().DefaultTimeout(); 237await Assert.ThrowsAsync<OperationCanceledException>(() => sendTask.DefaultTimeout()); 239await hubConnection.StopAsync().DefaultTimeout(); 251await hubConnection.StartAsync().DefaultTimeout(); 255await hubConnection.StopAsync().DefaultTimeout(); 270await hubConnection.StartAsync().DefaultTimeout(); 274await hubConnection.StopAsync().DefaultTimeout(); 289await hubConnection.StartAsync().DefaultTimeout(); 299).DefaultTimeout(); 319await hubConnection.StartAsync().DefaultTimeout(); 331).DefaultTimeout(); 365await hubConnection.StartAsync().DefaultTimeout(); 384await hubConnection.StartAsync().DefaultTimeout(); 393await hubConnection.RunTimerActions().DefaultTimeout(); 416await hubConnection.StartAsync().DefaultTimeout(); 419var invokeTask = hubConnection.InvokeAsync("Method").DefaultTimeout(); 436await hubConnection.StartAsync().DefaultTimeout(); 448await channel.Writer.WriteAsync(number).AsTask().DefaultTimeout(); 462).DefaultTimeout(); 476await hubConnection.StartAsync().DefaultTimeout(); 507await hubConnection.StartAsync().DefaultTimeout(); 535).DefaultTimeout(); 551await hubConnection.StartAsync().DefaultTimeout(); 583await hubConnection.StartAsync().DefaultTimeout(); 609await hubConnection.StartAsync().DefaultTimeout(); 631await tcs.Task.DefaultTimeout(); 643await hubConnection.StartAsync().DefaultTimeout(); 675await hubConnection.StartAsync().DefaultTimeout(); 708await hubConnection.StartAsync().DefaultTimeout(); 735await connection.ReceiveJsonMessage(new { type = HubProtocolConstants.InvocationMessageType, target = "Echo", arguments = new object[] { "42" } }).DefaultTimeout(); 739await connection.ReceiveJsonMessage(new { type = HubProtocolConstants.CloseMessageType }).DefaultTimeout(); 741await closedTcs.Task.DefaultTimeout(); 743await Assert.ThrowsAsync<TaskCanceledException>(() => tcs.Task.DefaultTimeout()); 754await hubConnection.StartAsync().DefaultTimeout(); 786await Assert.ThrowsAsync<InvalidOperationException>(() => connection.StartAsync().DefaultTimeout()); 813await hubConnection.StartAsync().DefaultTimeout(); 822await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 837await tcs.Task.DefaultTimeout(); 904await hubConnection.StartAsync().DefaultTimeout(); 911await reconnectFeature.DisableReconnectCalled.DefaultTimeout(); 936await hubConnection.StartAsync().DefaultTimeout(); 938await hubConnection.StopAsync().DefaultTimeout(); 943await reconnectFeature.DisableReconnectCalled.DefaultTimeout();
HubConnectionTests.Extensions.cs (14)
231}).DefaultTimeout(); 251await hubConnection.StartAsync().DefaultTimeout(); 260}).DefaultTimeout(); 269}).DefaultTimeout(); 293await hubConnection.StartAsync().DefaultTimeout(); 302}).DefaultTimeout(); 311}).DefaultTimeout(); 331await hubConnection.StartAsync().DefaultTimeout(); 340}).DefaultTimeout(); 349}).DefaultTimeout(); 373await hubConnection.StartAsync().DefaultTimeout(); 382}).DefaultTimeout(); 391}).DefaultTimeout(); 691}).DefaultTimeout();
HubConnectionTests.Protocol.cs (78)
24await hubConnection.StartAsync().DefaultTimeout(); 26var invokeTask = hubConnection.SendAsync("Foo").DefaultTimeout(); 33await invokeTask.DefaultTimeout(); 57await startTask.DefaultTimeout(); 81await connection.ReceiveJsonMessage(new { type = "foo" }).DefaultTimeout(); 108await startTask.DefaultTimeout(); 124await hubConnection.StartAsync().DefaultTimeout(); 157await hubConnection.StartAsync().DefaultTimeout(); 159await connection.ReceiveJsonMessage(new { type = 7 }).DefaultTimeout(); 186await hubConnection.StartAsync().DefaultTimeout(); 188await connection.ReceiveJsonMessage(new { type = 7, error = "Error!" }).DefaultTimeout(); 207await hubConnection.StartAsync().DefaultTimeout(); 217await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 218await channel.Completion.DefaultTimeout(); 234await hubConnection.StartAsync().DefaultTimeout(); 238await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 240await invokeTask.DefaultTimeout(); 256await hubConnection.StartAsync().DefaultTimeout(); 260await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 278await hubConnection.StartAsync().DefaultTimeout(); 282await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3, result = 42 }).DefaultTimeout(); 300await hubConnection.StartAsync().DefaultTimeout(); 304await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3, error = "An error occurred" }).DefaultTimeout(); 323await hubConnection.StartAsync().DefaultTimeout(); 327await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3, result = "Oops" }).DefaultTimeout(); 346await hubConnection.StartAsync().DefaultTimeout(); 350await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3, error = "An error occurred" }).DefaultTimeout(); 369await hubConnection.StartAsync().DefaultTimeout(); 373await connection.ReceiveJsonMessage(new { invocationId = "1", type = 2, item = 42 }).DefaultTimeout(); 392await hubConnection.StartAsync().DefaultTimeout(); 396await connection.ReceiveJsonMessage(new { invocationId = "1", type = 2, item = "1" }).DefaultTimeout(); 397await connection.ReceiveJsonMessage(new { invocationId = "1", type = 2, item = "2" }).DefaultTimeout(); 398await connection.ReceiveJsonMessage(new { invocationId = "1", type = 2, item = "3" }).DefaultTimeout(); 399await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 420await hubConnection.StartAsync().DefaultTimeout(); 425await connection.ReceiveJsonMessage(new { invocationId = "1", type = 1, target = "Foo", arguments = args }).DefaultTimeout(); 444await hubConnection.StartAsync().DefaultTimeout(); 452await connection.ReceiveJsonMessage(new { invocationId = "1", type = 1, target = "Foo", arguments = 1 }).DefaultTimeout(); 476await hubConnection.StartAsync().DefaultTimeout(); 484await connection.ReceiveJsonMessage(new { invocationId = "1", type = 1, target = "Foo", arguments = 1 }).DefaultTimeout(); 510await hubConnection.StartAsync().DefaultTimeout(); 516await connection.ReceiveJsonMessage(new { type = 6 }).DefaultTimeout(); 519await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 522await invokeTask.DefaultTimeout(); 540await connection.ReceiveTextAsync("{").DefaultTimeout(); 544await connection.ReceiveTextAsync("}").DefaultTimeout(); 548await connection.ReceiveTextAsync("\u001e").DefaultTimeout(); 550await task.DefaultTimeout(); 573await connection.ReceiveTextAsync(payload).DefaultTimeout(); 575await hubConnection.StartAsync().DefaultTimeout(); 600await hubConnection.StartAsync().DefaultTimeout(); 602await connection.ReceiveTextAsync("{\"type\":1, ").DefaultTimeout(); 606await connection.ReceiveTextAsync("\"target\": \"Echo\", \"arguments\"").DefaultTimeout(); 610await connection.ReceiveTextAsync(":[\"hello\"]}\u001e").DefaultTimeout(); 634await hubConnection.StartAsync().DefaultTimeout(); 660await hubConnection.StartAsync().DefaultTimeout(); 685await hubConnection.StartAsync().DefaultTimeout(); 689await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 709await hubConnection.StartAsync().DefaultTimeout(); 730await hubConnection.StartAsync().DefaultTimeout(); 736await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 741await tcs.Task.DefaultTimeout(); 757await hubConnection.StartAsync().DefaultTimeout(); 764await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 784await hubConnection.StartAsync().DefaultTimeout(); 793await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 813await hubConnection.StartAsync().DefaultTimeout(); 815await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 835await hubConnection.StartAsync().DefaultTimeout(); 840await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 860await hubConnection.StartAsync().DefaultTimeout(); 865await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[15]}\u001e").DefaultTimeout(); 885await hubConnection.StartAsync().DefaultTimeout(); 890await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 910await hubConnection.StartAsync().DefaultTimeout(); 915await tcs.Task.DefaultTimeout(); 920await connection.ReceiveTextAsync("{\"type\":1,\"invocationId\":\"1\",\"target\":\"Result\",\"arguments\":[]}\u001e").DefaultTimeout(); 921await connection.ReceiveTextAsync("{\"type\":1,\"target\":\"Other\",\"arguments\":[]}\u001e").DefaultTimeout();
HubConnectionTests.Reconnect.cs (22)
60await hubConnection.StartAsync().DefaultTimeout(); 151await hubConnection.StartAsync().DefaultTimeout(); 174await hubConnection.StopAsync().DefaultTimeout(); 250await hubConnection.StartAsync().DefaultTimeout(); 345await hubConnection.StartAsync().DefaultTimeout(); 427await hubConnection.StartAsync().DefaultTimeout(); 462await hubConnection.StopAsync().DefaultTimeout(); 525await hubConnection.StartAsync().DefaultTimeout(); 546await hubConnection.StopAsync().DefaultTimeout(); 600await hubConnection.StartAsync().DefaultTimeout(); 659await hubConnection.StartAsync().DefaultTimeout(); 714var startTask = hubConnection.StartAsync().DefaultTimeout(); 794await startTask.DefaultTimeout(); 808await secondRetryDelayTcs.Task.DefaultTimeout(); 824await hubConnection.StopAsync().DefaultTimeout(); 901await startTask.DefaultTimeout(); 927await secondRetryDelayTcs.Task.DefaultTimeout(); 944await hubConnection.StopAsync().DefaultTimeout(); 1021await hubConnection.StartAsync().DefaultTimeout(); 1040await stopTask.DefaultTimeout(); 1098await hubConnection.StartAsync().DefaultTimeout(); 1109await hubConnection.StopAsync().DefaultTimeout();
HubConnectionTests.Tracing.cs (7)
39await hubConnection.StartAsync().DefaultTimeout(); 76await hubConnection.StartAsync().DefaultTimeout(); 86await connection.ReceiveJsonMessage(new { invocationId = "1", type = 3 }).DefaultTimeout(); 87await channel.Completion.DefaultTimeout(); 114await hubConnection.StartAsync().DefaultTimeout(); 153await hubConnection.StartAsync().DefaultTimeout(); 204await startTask.DefaultTimeout();
LongPollingTransportTests.cs (7)
61await transportActiveTask.DefaultTimeout(); 214await ReadAsync().DefaultTimeout(); 261await longPollingTransport.StartAsync(TestUri, TransferFormat.Binary).DefaultTimeout(); 267await stopTask.DefaultTimeout(); 574await deleteTcs.Task.DefaultTimeout(); 576await task.DefaultTimeout(); 743await secondRequestReceived.Task.DefaultTimeout();
SendUtilsTests.cs (1)
44await SendUtils.SendMessages(new Uri("http://fakeuri.org"), application, httpClient, logger: Logger).DefaultTimeout();
ServerSentEventsTransportTests.cs (16)
54new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 56await eventStreamTcs.Task.DefaultTimeout(); 57await sseTransport.StopAsync().DefaultTimeout(); 103new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 112await sseTransport.StopAsync().DefaultTimeout(); 115await transportActiveTask.DefaultTimeout(); 153new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 209new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 259new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 260await eventStreamTcs.Task.DefaultTimeout(); 286new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 340new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 374var ex = await Assert.ThrowsAsync<ArgumentException>(() => sseTransport.StartAsync(new Uri("http://fakeuri.org"), TransferFormat.Binary).DefaultTimeout()); 433await sseTransport.StartAsync(new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 434await sseTransport.StopAsync().DefaultTimeout(); 487new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout();
TimerAwaitableTests.cs (1)
25await tcs.Task.DefaultTimeout();
WebSocketsTransportTests.cs (2)
33new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 35await webSocketsTransport.StopAsync().DefaultTimeout();
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
157await _waitTcs.Task.DefaultTimeout();
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (27)
RedisEndToEnd.cs (22)
48await connection.StartAsync().DefaultTimeout(); 76await secondConnection.StartAsync().DefaultTimeout(); 77await connection.StartAsync().DefaultTimeout(); 78await connection.InvokeAsync("AddSelfToGroup", groupName).DefaultTimeout(); 79await secondConnection.InvokeAsync("AddSelfToGroup", groupName).DefaultTimeout(); 80await connection.InvokeAsync("EchoGroup", groupName, "Hello, World!").DefaultTimeout(); 106await secondConnection.StartAsync().DefaultTimeout(); 107await connection.StartAsync().DefaultTimeout(); 108await connection.InvokeAsync("EchoUser", "userA", "Hello, World!").DefaultTimeout(); 136await secondConnection.StartAsync().DefaultTimeout(); 137await firstConnection.StartAsync().DefaultTimeout(); 139await firstConnection.InvokeAsync("EchoUser", "userA", "Hello, World!").DefaultTimeout(); 166await secondConnection.StartAsync().DefaultTimeout(); 167await connection.StartAsync().DefaultTimeout(); 168await connection.InvokeAsync("AddSelfToGroup", "*").DefaultTimeout(); 169await secondConnection.InvokeAsync("AddSelfToGroup", groupName).DefaultTimeout(); 170await connection.InvokeAsync("EchoGroup", groupName, "Hello, World!").DefaultTimeout(); 175await connection.InvokeAsync("EchoGroup", "*", "Hello, World!").DefaultTimeout(); 200await secondConnection.StartAsync().DefaultTimeout(); 201await connection.StartAsync().DefaultTimeout(); 202await connection.InvokeAsync("EchoUser", "userA", "Hello, World!").DefaultTimeout(); 207await connection.InvokeAsync("EchoUser", "*", "Hello, World!").DefaultTimeout();
RedisHubLifetimeManagerTests.cs (5)
67await manager1.OnConnectedAsync(connection1).DefaultTimeout(); 68await manager2.OnConnectedAsync(connection2).DefaultTimeout(); 119await manager.OnDisconnectedAsync(connection).DefaultTimeout(); 140await manager.OnConnectedAsync(connection).DefaultTimeout(); 144await manager.AddToGroupAsync(connection.ConnectionId, groupName).DefaultTimeout();
Microsoft.AspNetCore.SignalR.Tests (291)
DefaultHubLifetimeManagerTests.cs (45)
32await manager.OnConnectedAsync(connection1).DefaultTimeout(); 33await manager.OnConnectedAsync(connection2).DefaultTimeout(); 35var sendTask = manager.SendAllAsync("Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 38await sendTask.DefaultTimeout(); 48await tcs.Task.DefaultTimeout(); 62await manager.OnConnectedAsync(connection1).DefaultTimeout(); 63await manager.OnConnectedAsync(connection2).DefaultTimeout(); 65var sendTask = manager.SendAllExceptAsync("Hello", new object[] { "World" }, new List<string> { connection1.ConnectionId }, cts.Token).DefaultTimeout(); 68await sendTask.DefaultTimeout(); 74await tcs.Task.DefaultTimeout(); 87await manager.OnConnectedAsync(connection1).DefaultTimeout(); 89var sendTask = manager.SendConnectionAsync(connection1.ConnectionId, "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 92await sendTask.DefaultTimeout(); 98await tcs.Task.DefaultTimeout(); 109await manager.OnConnectedAsync(connection1).DefaultTimeout(); 111var sendTask = manager.SendConnectionsAsync(new List<string> { connection1.ConnectionId }, "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 114await sendTask.DefaultTimeout(); 120await tcs.Task.DefaultTimeout(); 131await manager.OnConnectedAsync(connection1).DefaultTimeout(); 132await manager.AddToGroupAsync(connection1.ConnectionId, "group").DefaultTimeout(); 134var sendTask = manager.SendGroupAsync("group", "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 137await sendTask.DefaultTimeout(); 143await tcs.Task.DefaultTimeout(); 156await manager.OnConnectedAsync(connection1).DefaultTimeout(); 157await manager.OnConnectedAsync(connection2).DefaultTimeout(); 158await manager.AddToGroupAsync(connection1.ConnectionId, "group").DefaultTimeout(); 159await manager.AddToGroupAsync(connection2.ConnectionId, "group").DefaultTimeout(); 161var sendTask = manager.SendGroupExceptAsync("group", "Hello", new object[] { "World" }, new List<string> { connection1.ConnectionId }, cts.Token).DefaultTimeout(); 164await sendTask.DefaultTimeout(); 170await tcs.Task.DefaultTimeout(); 183await manager.OnConnectedAsync(connection1).DefaultTimeout(); 184await manager.AddToGroupAsync(connection1.ConnectionId, "group").DefaultTimeout(); 186var sendTask = manager.SendGroupsAsync(new List<string> { "group" }, "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 189await sendTask.DefaultTimeout(); 195await tcs.Task.DefaultTimeout(); 208await manager.OnConnectedAsync(connection1).DefaultTimeout(); 209await manager.OnConnectedAsync(connection2).DefaultTimeout(); 211var sendTask = manager.SendUserAsync("user", "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 214await sendTask.DefaultTimeout(); 224await tcs.Task.DefaultTimeout(); 238await manager.OnConnectedAsync(connection1).DefaultTimeout(); 239await manager.OnConnectedAsync(connection2).DefaultTimeout(); 241var sendTask = manager.SendUsersAsync(new List<string> { "user1", "user2" }, "Hello", new object[] { "World" }, cts.Token).DefaultTimeout(); 244await sendTask.DefaultTimeout(); 254await tcs.Task.DefaultTimeout();
EndToEndTests.cs (21)
45await connection.StartAsync().DefaultTimeout(); 67await connection.StartAsync().DefaultTimeout(); 81await connection.StartAsync().DefaultTimeout(); 100await ws.ConnectAsync(new Uri(socketUrl), CancellationToken.None).DefaultTimeout(); 104await ws.SendAsync(new ArraySegment<byte>(bytes), WebSocketMessageType.Binary, endOfMessage: true, CancellationToken.None).DefaultTimeout(); 114await ws.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout(); 138await ws.ConnectAsync(new Uri(socketUrl), CancellationToken.None).DefaultTimeout(); 143await ws.SendAsync(new ArraySegment<byte>(bytes), WebSocketMessageType.Binary, endOfMessage: false, CancellationToken.None).DefaultTimeout(); 153await ws.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, "", CancellationToken.None).DefaultTimeout(); 191await connection.StartAsync().DefaultTimeout(); 240var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => connection.StartAsync().DefaultTimeout()); 271await connection.StartAsync().DefaultTimeout(); 328await connection.StartAsync().DefaultTimeout(); 389var exception = await Assert.ThrowsAsync<HttpRequestException>(() => connection.StartAsync().DefaultTimeout()); 420await Assert.ThrowsAsync<WebSocketException>(() => connection.StartAsync().DefaultTimeout()); 446await connection.StartAsync().DefaultTimeout(); 499await connection.StartAsync().DefaultTimeout(); 571await connection.StartAsync().DefaultTimeout(); 581await closeTcs.Task.DefaultTimeout(); 620await connection.StartAsync().DefaultTimeout(); 671await connection.StartAsync().DefaultTimeout();
HubConnectionHandlerTests.ClientResult.cs (4)
143await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 176await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 368await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 413await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout();
HubConnectionHandlerTests.cs (160)
108await connectionHandlerTask.DefaultTimeout(); 132await connectionHandlerTask.DefaultTimeout(); 160await connectionHandlerTask.DefaultTimeout(); 210await connectionHandlerTask.DefaultTimeout(); 268await connectionHandlerTask.DefaultTimeout(); 294await connectionHandlerTask.DefaultTimeout(); 326await connectionHandlerTask.DefaultTimeout(); 371await connectionHandlerTask.DefaultTimeout(); 412await connectionHandlerTask.DefaultTimeout(); 450await connectionHandlerTask.DefaultTimeout(); 471await connectionHandlerTask.DefaultTimeout(); 495await connectionHandlerTask.DefaultTimeout(); 525await connectionHandlerTask.DefaultTimeout(); 576await connectionHandlerTask.DefaultTimeout(); 628await connectionHandlerTask.DefaultTimeout(); 653await connectionHandlerTask.DefaultTimeout(); 679await connectionHandlerTask.DefaultTimeout(); 713await connectionHandlerTask.DefaultTimeout(); 752await connectionHandlerTask.DefaultTimeout(); 814await connectionHandlerTask.DefaultTimeout(); 840await connectionHandlerTask.DefaultTimeout(); 865await connectionHandlerTask.DefaultTimeout(); 889await connectionHandlerTask.DefaultTimeout(); 942await connectionHandlerTask.DefaultTimeout(); 968await connectionHandlerTask.DefaultTimeout(); 1004await connectionHandlerTask.DefaultTimeout(); 1033await connectionHandlerTask.DefaultTimeout(); 1058await connectionHandlerTask.DefaultTimeout(); 1084await connectionHandlerTask.DefaultTimeout(); 1110await connectionHandlerTask.DefaultTimeout(); 1147await connectionHandlerTask.DefaultTimeout(); 1172await connectionHandlerTask.DefaultTimeout(); 1197await connectionHandlerTask.DefaultTimeout(); 1222await connectionHandlerTask.DefaultTimeout(); 1247await connectionHandlerTask.DefaultTimeout(); 1291await connectionHandlerTask.DefaultTimeout(); 1324await connectionHandlerTask.DefaultTimeout(); 1349await connectionHandlerTask.DefaultTimeout(); 1381await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1399await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1419await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1438await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1457await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1479await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1498await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1517await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1563await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout(); 1588await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout(); 1609await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout(); 1636await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout(); 1657await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout(); 1681await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout(); 1700await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1725await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1744await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1778await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1797await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1829await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1848await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1872await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1895await connectionHandlerTask.DefaultTimeout(); 1914await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1929await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1948await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1963await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 1981await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout(); 1996await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout(); 2021await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 2034await connectionHandlerTask.DefaultTimeout(); 2051await client.Connected.DefaultTimeout(); 2065await connectionHandlerTask.DefaultTimeout(); 2100await client.Connected.DefaultTimeout(); 2118await connectionHandlerTask.DefaultTimeout(); 2137await client1.Connected.DefaultTimeout(); 2138await client2.Connected.DefaultTimeout(); 2157await firstConnectionHandlerTask.DefaultTimeout(); 2158await secondConnectionHandlerTask.DefaultTimeout(); 2211await client.Connected.DefaultTimeout(); 2219await connectionHandlerTask.DefaultTimeout(); 2248await client.Connected.DefaultTimeout(); 2256await connectionHandlerTask.DefaultTimeout(); 2288await client.Connected.DefaultTimeout(); 2298await connectionHandlerTask.DefaultTimeout(); 2356await client.Connected.DefaultTimeout(); 2364await connectionHandlerTask.DefaultTimeout(); 2393await client.Connected.DefaultTimeout(); 2406await connectionHandlerTask.DefaultTimeout(); 2423await client.Connected.DefaultTimeout(); 2436await connectionHandlerTask.DefaultTimeout(); 2463await client.Connected.DefaultTimeout(); 2475await connectionHandlerTask.DefaultTimeout(); 2558await client1.Connected.DefaultTimeout(); 2559await client2.Connected.DefaultTimeout(); 2571await connectionHandlerTask1.DefaultTimeout(); 2572await connectionHandlerTask2.DefaultTimeout(); 2626await client.Connected.DefaultTimeout(); 2633await connectionHandlerTask.DefaultTimeout(); 2651await client.Connected.DefaultTimeout(); 2658await connectionHandlerTask.DefaultTimeout(); 2674await client.Connected.DefaultTimeout(); 2685await connectionHandlerTask.DefaultTimeout(); 2704await client.Connected.DefaultTimeout(); 2717await connectionHandlerTask.DefaultTimeout(); 2750await client.Connected.DefaultTimeout(); 2763await connectionHandlerTask.DefaultTimeout(); 2812await client.Connected.DefaultTimeout(); 2848await client.Connected.DefaultTimeout(); 2854await connectionHandlerTask.DefaultTimeout(); 2887await connectionHandlerTask.DefaultTimeout(); 2911await client.Connected.DefaultTimeout(); 3035await customDuplex.WrappedPipeReader.WaitForReadStart().DefaultTimeout(); 3052await customDuplex.WrappedPipeReader.WaitForReadStart().DefaultTimeout(); 3058await connectionHandlerTask.DefaultTimeout(); 3094await connectionHandlerTask.DefaultTimeout(); 3111await client.Connected.DefaultTimeout(); 3116await connectionHandlerTask.DefaultTimeout(); 3166await connectionHandlerTask.DefaultTimeout(); 3198await connectionHandlerTask.DefaultTimeout(); 3224await client.Connected.DefaultTimeout(); 3239await connectionHandlerTask.DefaultTimeout(); 3259await client.Connected.DefaultTimeout(); 3274await connectionHandlerTask.DefaultTimeout(); 3294await client.Connected.DefaultTimeout(); 3310await connectionHandlerTask.DefaultTimeout(); 3365await connectionHandlerTask.DefaultTimeout(); 3421await connectionHandlerTask.DefaultTimeout(); 3491await connectionHandlerTask.DefaultTimeout(); 3543await connectionHandlerTask.DefaultTimeout(); 3581await connectionHandlerTask.DefaultTimeout(); 3809await connectionHandlerTask.DefaultTimeout(); 3830await connectionHandlerTask.DefaultTimeout(); 3853await connectionHandlerTask.DefaultTimeout(); 3908await connectionHandlerTask.DefaultTimeout(); 4080await connectionHandlerTask.DefaultTimeout(); 4108await createTask.DefaultTimeout(); 4112await tcs.Task.DefaultTimeout(); 4120await connectionHandlerTask.DefaultTimeout(); 4154await connectionHandlerTask.DefaultTimeout(); 4191await connectionHandlerTask.DefaultTimeout(); 4238await connectionHandlerTask.DefaultTimeout(); 4285await connectionHandlerTask.DefaultTimeout(); 4316await connectionHandlerTask.DefaultTimeout(); 4398await connectionHandlerTask.DefaultTimeout(); 4418await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4441await connectionHandlerTask.DefaultTimeout(); 4488await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4498await connectionHandlerTask.DefaultTimeout(); 4520await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4522await callerService.Caller.SendAsync("Echo", "message").DefaultTimeout(); 4545await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4572await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4580await connectionHandlerTask.DefaultTimeout(); 4614await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 4618await connectionHandlerTask.DefaultTimeout(); 4635await client.Connected.OrThrowIfOtherFails(connectionHandlerTask).DefaultTimeout(); 5128await connectionHandlerTask.DefaultTimeout(); 5154await connectionHandlerTask.DefaultTimeout(); 5265await connectionHandlerTask.DefaultTimeout(); 5321await reconnectFeature.ReconnectDisabled.DefaultTimeout(); 5326await connectionHandlerTask.DefaultTimeout();
HubFilterTests.cs (47)
121await client.Connected.DefaultTimeout(); 133await connectionHandlerTask.DefaultTimeout(); 159await client.Connected.DefaultTimeout(); 167await connectionHandlerTask.DefaultTimeout(); 196await client.Connected.DefaultTimeout(); 212await connectionHandlerTask.DefaultTimeout(); 246await client.Connected.DefaultTimeout(); 262await connectionHandlerTask.DefaultTimeout(); 297await client.Connected.DefaultTimeout(); 313await connectionHandlerTask.DefaultTimeout(); 343await syncPoints1[0].WaitForSyncPoint().DefaultTimeout(); 348await syncPoints2[0].WaitForSyncPoint().DefaultTimeout(); 350await client.Connected.DefaultTimeout(); 354await syncPoints1[1].WaitForSyncPoint().DefaultTimeout(); 359await syncPoints2[1].WaitForSyncPoint().DefaultTimeout(); 367await syncPoints1[2].WaitForSyncPoint().DefaultTimeout(); 372await syncPoints2[2].WaitForSyncPoint().DefaultTimeout(); 375await connectionHandlerTask.DefaultTimeout(); 403await syncPoints1[0].WaitForSyncPoint().DefaultTimeout(); 408await syncPoints2[0].WaitForSyncPoint().DefaultTimeout(); 410await client.Connected.DefaultTimeout(); 414await syncPoints1[1].WaitForSyncPoint().DefaultTimeout(); 419await syncPoints2[1].WaitForSyncPoint().DefaultTimeout(); 427await syncPoints1[2].WaitForSyncPoint().DefaultTimeout(); 432await syncPoints2[2].WaitForSyncPoint().DefaultTimeout(); 435await connectionHandlerTask.DefaultTimeout(); 465await syncPoints1[0].WaitForSyncPoint().DefaultTimeout(); 470await syncPoints2[0].WaitForSyncPoint().DefaultTimeout(); 472await client.Connected.DefaultTimeout(); 476await syncPoints1[1].WaitForSyncPoint().DefaultTimeout(); 481await syncPoints2[1].WaitForSyncPoint().DefaultTimeout(); 489await syncPoints1[2].WaitForSyncPoint().DefaultTimeout(); 494await syncPoints2[2].WaitForSyncPoint().DefaultTimeout(); 497await connectionHandlerTask.DefaultTimeout(); 545await client.Connected.DefaultTimeout(); 561await connectionHandlerTask.DefaultTimeout(); 594await client.Connected.DefaultTimeout(); 608await connectionHandlerTask.DefaultTimeout(); 643await connectionHandlerTask.DefaultTimeout(); 674await connectionHandlerTask.DefaultTimeout(); 698await client.Connected.DefaultTimeout(); 707await connectionHandlerTask.DefaultTimeout(); 748await connectionHandlerTask.DefaultTimeout(); 781await connectionHandlerTask.DefaultTimeout(); 824await connectionHandlerTask.DefaultTimeout(); 857await connectionHandlerTask.DefaultTimeout(); 895await connectionHandlerTask.DefaultTimeout();
NativeAotTests.cs (4)
36await connection.StartAsync().DefaultTimeout(); 38await connection.InvokeAsync(nameof(AsyncMethodHub.TaskMethod)).DefaultTimeout(); 41await connection.InvokeAsync(nameof(AsyncMethodHub.ValueTaskMethod)).DefaultTimeout(); 44await connection.InvokeAsync(nameof(AsyncMethodHub.CustomTaskMethod)).DefaultTimeout();
WebSocketsTransportTests.cs (10)
48TransferFormat.Binary).DefaultTimeout(); 49await webSocketsTransport.StopAsync().DefaultTimeout(); 81await webSocketsTransport.StartAsync(new Uri("http://FakeEndpot.com/echo"), TransferFormat.Binary).DefaultTimeout(); 82await webSocketsTransport.StopAsync().DefaultTimeout(); 96TransferFormat.Binary).DefaultTimeout(); 97await webSocketsTransport.StopAsync().DefaultTimeout(); 110TransferFormat.Binary).DefaultTimeout(); 141TransferFormat.Binary).DefaultTimeout(); 203transferFormat).DefaultTimeout(); 205await webSocketsTransport.StopAsync().DefaultTimeout();
Microsoft.AspNetCore.TestHost.Tests (25)
HttpContextBuilderTests.cs (1)
345await requestAborted.Task.DefaultTimeout();
RequestLifetimeTests.cs (7)
24await requestAborted.Task.DefaultTimeout(); 30await requestAborted.Task.DefaultTimeout(); 40await abortReceived.Task.DefaultTimeout(); 57await responseReceived.Task.DefaultTimeout(); 59await abortReceived.Task.DefaultTimeout(); 80await responseReceived.Task.DefaultTimeout(); 82await abortReceived.Task.DefaultTimeout();
ResponseResetTests.cs (7)
76await requestAborted.Task.DefaultTimeout(); 84await requestAborted.Task.DefaultTimeout(); 95await resetReceived.Task.DefaultTimeout(); 114await responseReceived.Task.DefaultTimeout(); 117await resetReceived.Task.DefaultTimeout(); 140await responseReceived.Task.DefaultTimeout(); 143await resetReceived.Task.DefaultTimeout();
TestClientTests.cs (10)
207await responseStartedSyncPoint.WaitForSyncPoint().DefaultTimeout(); 222await requestStream.WriteAsync(Encoding.UTF8.GetBytes("Hello world")).AsTask().DefaultTimeout(); 223await requestStream.FlushAsync().DefaultTimeout(); 231await requestEndingSyncPoint.WaitForSyncPoint().DefaultTimeout(); 315await responseStartedSyncPoint.WaitForSyncPoint().DefaultTimeout(); 326await requestStream.WriteAsync(Encoding.UTF8.GetBytes("SENT")).AsTask().DefaultTimeout(); 327await requestStream.FlushAsync().DefaultTimeout(); 328await responseReadSyncPoint.WaitForSyncPoint().DefaultTimeout(); 334await responseEndingSyncPoint.WaitForSyncPoint().DefaultTimeout(); 386await requestStream.WriteAsync(Encoding.UTF8.GetBytes(new string('!', 1024 * 1024 * 50))).AsTask().DefaultTimeout();
Sockets.FunctionalTests (62)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (10)
97await readFin.Task.DefaultTimeout(); 98await writeFin.Task.DefaultTimeout(); 99await connectionClosed.Task.DefaultTimeout(); 129await requestUnblocked.Task.DefaultTimeout(); 145await requestStarted.Task.DefaultTimeout(); 149await requestStopping.Task.DefaultTimeout(); 155await stopTask.DefaultTimeout(); 180await requestUnblocked.Task.DefaultTimeout(); 196await requestStarted.Task.DefaultTimeout(); 203var stopServerTask = server.StopAsync(cts.Token).DefaultTimeout();
src\Servers\Kestrel\test\FunctionalTests\RequestTests.cs (13)
204await ensureConcurrentRequestTcs.Task.DefaultTimeout(); 605await requestAborted.WaitAsync().DefaultTimeout(); 621await requestAborted.WaitAsync().DefaultTimeout(); 666await appDoneTcs.Task.DefaultTimeout(); 756await appStartedTcs.Task.DefaultTimeout(); 760await connectionClosedTcs.Task.DefaultTimeout(); 789await connectionClosedTcs.Task.DefaultTimeout(); 826await connectionClosedTcs.Task.DefaultTimeout(); 995await serverFinConnection.Task.DefaultTimeout(); 999await serverRstConnection.Task.DefaultTimeout(); 1030await readCallbackUnwired.Task.DefaultTimeout(); 1035await appFuncCompleted.Task.DefaultTimeout(); 1080await appStartedTcs.Task.DefaultTimeout();
src\Servers\Kestrel\test\FunctionalTests\ResponseTests.cs (32)
159await connectionClosed.Task.DefaultTimeout(); 178await requestStarted.Task.DefaultTimeout(); 185await appCompleted.Task.DefaultTimeout(); 217await requestAbortedWh.Task.DefaultTimeout(); 230await requestAbortedWh.Task.DefaultTimeout(); 245await requestStartWh.Task.DefaultTimeout(); 253await requestAbortedWh.Task.DefaultTimeout(); 320await requestAborted.Task.DefaultTimeout(); 338await readCallbackUnwired.Task.DefaultTimeout(); 376await requestAborted.Task.DefaultTimeout(); 395await requestAborted.Task.DefaultTimeout(); 408await appCompletedTcs.Task.DefaultTimeout(); 460await connectionDuration.WaitForMeasurementsAsync(minCount: 1).DefaultTimeout(); 553await requestAborted.Task.DefaultTimeout(); 582await responseRateTimeoutMessageLogged.Task.DefaultTimeout(); 583await connectionStopMessageLogged.Task.DefaultTimeout(); 586await connectionWriteFinMessageLogged.Task.DefaultTimeout(); 590await connectionWriteRstMessageLogged.Task.DefaultTimeout(); 592await appFuncCompleted.Task.DefaultTimeout(); 683await aborted.Task.DefaultTimeout(); 705await responseRateTimeoutMessageLogged.Task.DefaultTimeout(); 706await connectionStopMessageLogged.Task.DefaultTimeout(); 709await connectionWriteFinMessageLogged.Task.DefaultTimeout(); 713await connectionWriteRstMessageLogged.Task.DefaultTimeout(); 715await appFuncCompleted.Task.DefaultTimeout(); 795await requestAborted.Task.DefaultTimeout(); 831await responseRateTimeoutMessageLogged.Task.DefaultTimeout(); 832await connectionStopMessageLogged.Task.DefaultTimeout(); 835await connectionWriteFinMessageLogged.Task.DefaultTimeout(); 839await connectionWriteRstMessageLogged.Task.DefaultTimeout(); 915await appFuncCompleted.Task.DefaultTimeout(); 1081await appFuncCompleted.Task.DefaultTimeout();
src\Servers\Kestrel\test\FunctionalTests\UnixDomainSocketsTests.cs (7)
95await host.StartAsync().DefaultTimeout(); 99await socket.ConnectAsync(new UnixDomainSocketEndPoint(path)).DefaultTimeout(); 120await serverConnectionCompletedTcs.Task.DefaultTimeout(); 122await host.StopAsync().DefaultTimeout(); 161await host.StartAsync().DefaultTimeout(); 167await socket.ConnectAsync(new UnixDomainSocketEndPoint(path)).DefaultTimeout(); 194await host.StopAsync().DefaultTimeout();