Commit Graph

777 Commits

Author SHA1 Message Date
William Godbe ced13c28cc
Quarantine a flaky test (#20003) 2020-03-19 12:27:03 -07:00
James Newton-King 8531e2e83f
Fix flaky FlowControl_ParallelStreams_FirstInFirstOutOrder (#19977) 2020-03-19 13:03:52 +13:00
Tom Deseyn cef755fd82
Add SocketTransportOption to enable/disable WaitForData (#19396) 2020-03-18 14:57:01 -07:00
Brennan 3138b1913d
More quarantining (#19959) 2020-03-18 10:07:30 -07:00
James Newton-King 84269f3894
Use resettable awaitable in flow control (#19783) 2020-03-18 15:27:49 +13:00
Brennan 9112030a3c
Quarantine some tests (#19932) 2020-03-17 16:31:24 -07:00
Andrew Stanton-Nurse 35b3cb75af
Update H2SpecTests.cs (#19751) 2020-03-17 21:56:24 +00:00
Brennan 25b4f8069d
Add environment variables for Launcher path and args in ANCM (#19797) 2020-03-13 16:07:16 -07:00
Brennan fdaa334567
[ANCM] Add switch to prefer env over web.config (#19746) 2020-03-11 15:53:41 -07:00
James Newton-King 88b134f877
Reuse Http2MessageBody (#19629) 2020-03-12 09:38:29 +13:00
Pranav K 7e0e50f052
Merge pull request #19726 from dotnet/prkrishn/merge-5.0-preview2
Merge 5.0-preview2
2020-03-10 07:37:11 -07:00
James Newton-King 92e98b7ede
Read server response in Http2ConnectionBenchmark (#19694) 2020-03-10 15:50:16 +13:00
James Newton-King cd6e6ae0bc
Reuse Http2OutputProducer.ProcessDataWrites task (#19695) 2020-03-10 15:45:24 +13:00
Pranav K 54d6d7292d
Merge remote-tracking branch 'origin/release/5.0-preview2' 2020-03-09 15:51:52 -07:00
Pranav K 8cd77358ea
Merge branch 'master' into merge/release/5.0-preview2-to-master 2020-03-09 10:30:10 -07:00
Justin Kotalik 3a971ef253
Change quic package name to experimental (#19657) 2020-03-09 09:03:48 -07:00
David Fowler ddedfc64c9
Use a property instead of a method (#19690)
- Rename GetTrasnsport to TransportConnection
2020-03-08 12:44:30 -07:00
John Luo 07f5ddb6ac Merge branch 'darc-master-0953e74e-e47a-4645-b853-e2b467f3762c' into johluo/migrate-logging-testing 2020-03-07 13:24:03 -08:00
Doug Bunting 5c6c1e9bdc
Merge branch 'master' into merge/release/5.0-preview2-to-master 2020-03-07 12:31:07 -08:00
John Luo d2b67cad82 Feedback 2020-03-06 12:42:42 -08:00
John Luo 82c87d678b Use QuarantinedTest 2020-03-06 11:22:54 -08:00
Andrew Stanton-Nurse 850240804c
Skip Interop.FunctionalTests on arm (#19648)
there's no h2spec build for it
2020-03-06 11:19:22 -08:00
John Luo 765ccfdbc1 Merge branch 'release/5.0-preview1' 2020-03-06 11:11:33 -08:00
James Newton-King 7cb9029a0f
Fix StreamPool_StreamIsInvalidState_DontReturnedToPool (#19622) 2020-03-06 18:31:35 +00:00
msftbot[bot] 46aa8365cc
Update Http2ConnectionTests.cs (#19616) 2020-03-05 23:04:27 +00:00
Andrew Stanton-Nurse 9458ebb543
try re-enabling http2 interop tests on helix (#19573) 2020-03-05 11:30:24 -08:00
James Newton-King 0db0640e6b
Reuse HTTP2 stream pipes to reduce allocations (#19356) 2020-03-06 08:15:31 +13:00
James Newton-King f37a750912
Add functional test for header string reuse in HTTP/1.1 (#19588) 2020-03-06 07:42:26 +13:00
James Newton-King 487a0f6a5d
Add HeaderEnumerator tests (#19585) 2020-03-06 07:41:12 +13:00
John Luo f05e019271
Merge branch 'master' into johluo/migrate-logging-testing 2020-03-04 22:17:06 -08:00
John Luo c181547864 Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
James Newton-King 5aa86873c3
Add HTTP/2 HPack static compression (#19521) 2020-03-05 17:08:53 +13:00
James Newton-King 3925546732
Reset Http2Stream when it starts (#19589) 2020-03-05 14:28:02 +13:00
Andrew Stanton-Nurse 3b4be4f51a
Quarantining some tests (#19568) 2020-03-04 11:27:55 -08:00
Brennan 56fb4b4d2f
Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
Justin Kotalik cda762685a
Allow cert file and private key file to be passed in (#19477) 2020-03-03 20:42:46 -08:00
James Newton-King 065f0d001c
Only reset Http2Stream on stream completion (#19431) 2020-03-04 08:37:31 +13:00
Justin Kotalik 2c4d604ceb
Fix warning about dotnet_exe_path_tests.cpp (#19515) 2020-03-02 22:06:13 -08:00
James Newton-King b1a45eb809
Update BenchmarkDotNet and add Http2Connection benchmark (#19482) 2020-03-03 17:17:06 +13:00
James Newton-King f34e8128c7
Eliminate HTTP2 HPack enumerator allocations (#19393) 2020-03-03 12:37:34 +13:00
James Newton-King 41a3c63bc5
Add HTTP/2 pseudo headers as known headers (#19457) 2020-02-29 16:00:34 +13:00
James Newton-King f8f7472161
Fix flaky stream pool test (#19425) 2020-02-29 09:31:55 +13:00
Andrew Stanton-Nurse e65408a36c
unquarantine a pile of long-passing tests (#19440) 2020-02-28 19:02:58 +00:00
Justin Kotalik 6e9a786dfc
Mark Http/3 test as flaky (#19411)
* Mark Http/3 test as flaky

Not sure why this test is failing, will debug in https://github.com/dotnet/aspnetcore/pull/19385

* Update Http3StreamTests.cs
2020-02-27 19:50:14 +00:00
James Newton-King 5b7672c2ad
Handle Http2Streams that error during stream start (#19386) 2020-02-27 17:45:39 +13:00
Ben Adams 4e18bca0a6
Remove unsafe use ASCII.GetBytes for WriteAscii (#18404)
* Use ParallelBitExtract for EncodeAsciiCharsToBytes

* Use ASCII.GetBytes

* Use span overloads

* Betterize

* Remove old comment
2020-02-26 00:23:18 +00:00
James Newton-King ff59c45505
Eliminate TraceIdentifer allocation when there is a request bo… (#19325) 2020-02-26 09:53:34 +13:00
James Newton-King f5eb3dc339
HTTP2: Fix HttpRequestHeaders no longer being pooled (#19329) 2020-02-26 09:48:45 +13:00
James Newton-King 08a8b38718
Eliminate allocation during HTTP2 path validation (#19273) 2020-02-25 15:37:04 +13:00
Justin Kotalik d8b6823111
Introduce multiplexed bedrock types (#17213) 2020-02-24 17:56:31 -08:00