Commit Graph

18956 Commits

Author SHA1 Message Date
Brennan 49f2364991
StopAsync resets state on inactive connection (#20083) 2020-03-23 16:59:03 -07:00
John Luo 6912dda560
Add gRPC interop tests (again) (#20069)
* Revert "Revert "Add gRPC interop tests (#17040)" (#20047)"

This reverts commit 236dcd9fbe.

* Fix daily and quarantine Helix runs

* Cleanup
2020-03-23 13:29:50 -07:00
Andrew Stanton-Nurse 0d80ffa6cd
Fix #10756 by removing some previously-obsoleted SignalR methods (#20015)
* fixes #10756 by removing previously-obsoleted APIs in SignalR

* update reference assemblies

* missed a ref

* think I fixed the test
2020-03-23 20:26:39 +00:00
Ryan Rowse ec10429430
Remove PortablePdbReader except trace cleanup (#19957)
* Remove PortablePdbReader except trace cleanup

Co-authored-by: Rowse <ryan.rowse@jbtc.com>
2020-03-23 11:46:50 -07:00
Steve 56d50e677b
Fix SSR issues for SignalR: require is not defined (#19832) 2020-03-23 09:32:58 -07:00
Kevin Pilch 236dcd9fbe
Revert "Add gRPC interop tests (#17040)" (#20047)
This reverts commit 8afb78fb95.
2020-03-21 06:04:28 +00:00
James Newton-King 8afb78fb95
Add gRPC interop tests (#17040)
* WIP add interop tests

* Clean up

* Move test project into build infrastructure

* Clean up

* Remove hardcoded paths

* Clean up

* Fix build

* Add copyright notices

* Update azure template

* Fix build

* Fix build?

* Fix build?

* Add gRPC interop tests to CI

- Convert to using references managed by build infrastructure
- Use produced AspNetCore.App shared framework
- Save server logs
- Dynamically bind to ports
- Ensure InteropWebsite is built in the same configuration as the test project

* Cleanup

* Rebase fix

* Include tests assets in build directory for Helix

* Incorporate changes in ProcessEx

* Include Grpc test in regular build

* Fixup

* Test

* exe doesn't always exist

* Capture logs on helix

* Maybe this will work

* There are two application started messages

* Derp

* Cleanup

* Update directory

* Add interop tests to more pipelines

* mkdir

Co-authored-by: John Luo <johluo@microsoft.com>
2020-03-20 19:32:45 -07:00
William Godbe 28dfd0b7c2
Quarantine 2 flaky tests (#20032) 2020-03-20 15:26:49 -07:00
TeBeCo d3e10b7def
Adding reference to MessagePackAnalyzer to check for MsgPack001 / MsgPack002 (Banned API) (#19989) 2020-03-19 16:05:45 -07:00
William Godbe aff01ebd7f
Correct permalink to publishing.props (#20011) 2020-03-19 14:45:32 -07:00
Brennan f4d81e3af2
Quarantine template test (#19976) 2020-03-19 12:47:02 -07:00
William Godbe 6301eefbc3
Add comments cautioning against changing DeveloperCertificates.XPlat (#19923)
* Add comments cautioning against changing DeveloperCertificates.XPlat

* Fix bad comment ending
2020-03-19 12:27:28 -07:00
William Godbe ced13c28cc
Quarantine a flaky test (#20003) 2020-03-19 12:27:03 -07:00
Brennan 44812e1637
Skip flaky TS client test (#20004) 2020-03-19 11:33:37 -07:00
Artak 8709405efd
Skipping tests which were running too long (#19978)
* Update RevalidatingServerAuthenticationStateProvider.cs

* Update HealthCheckPublisherHostedServiceTest.cs

* Skipped long-running tests
2020-03-18 18:01:21 -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
Andrew Stanton-Nurse 98ce12714a
Update XML docs for OnStarting (#19534) 2020-03-18 13:58:46 -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
Patrick Goode ae192af856
Make change for #18729 (#19756) 2020-03-17 22:22:28 +00:00
Andrew Stanton-Nurse 35b3cb75af
Update H2SpecTests.cs (#19751) 2020-03-17 21:56:24 +00:00
Brennan f5a2245957
Use xunit.runner.json in Helix runs (#19922) 2020-03-17 12:26:40 -07:00
github-actions[bot] 99c9b8ace1
Sync shared code from runtime (#19918)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-17 16:48:02 +00:00
Pranav K 715ed24382
Don't ship Wasm.Performance.Driver (#19906) 2020-03-17 09:16:53 -07:00
Vyacheslav Napadovsky 01cc669960
Bugfix for Microsoft.AspNetCore.Identity.Base32.ToBase32 function (#19621)
* Bugfix for Microsoft.AspNetCore.Identity.Base32.ToBase32 function

* Add Base32 class tests
2020-03-16 21:15:03 -07:00
Brennan 2a1cc04a32
Ignore bad restore sources (dotnet-watch tests) (#19893) 2020-03-16 12:59:50 -07:00
Brennan 37c2a882c4
Use Node-Fetch instead of Request for TS client (#19708) 2020-03-13 17:39:25 -07: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 56a64a6ff0
Avoid string allocation when converting zero (#19732) 2020-03-12 09:52:12 +13:00
James Newton-King 88b134f877
Reuse Http2MessageBody (#19629) 2020-03-12 09:38:29 +13:00
Julio Avellaneda 8ad0f1fbe6
Update gitter url (#19755)
Update gitter url.
2020-03-11 09:31:59 -07:00
Brennan e00a7c4d52
Increase logging in TS functional tests (#19582) 2020-03-10 07:51:27 -07: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
Hao Kung bc6bc2d22c
Reenable Components analyzers on helix (#19721) 2020-03-09 22:14:20 -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
Andrew Stanton-Nurse 8ec31594ea
Fix #2442 by adding webmanifest extension to content-type map (#19661) 2020-03-09 17:30:54 -07:00
Guillaume Nury 58c13c312e
Support nullable enum in InputSelect (#19506)
As BindConverter supports Nullable enums (here), call it if the underlying type has type of enum.

Addresses #13624
2020-03-09 16:00:35 -07:00
Pranav K 54d6d7292d
Merge remote-tracking branch 'origin/release/5.0-preview2' 2020-03-09 15:51:52 -07:00
Doug Bunting c4305ff51e
Merge pull request #19655 from dotnet-maestro-bot/merge/release/5.0-preview2-to-master
[automated] Merge branch 'release/5.0-preview2' => 'master'
2020-03-09 15:00:23 -07:00
Pranav K 72bb72f11c
Quarantine Blazor-Ignitor based tests (#19667) 2020-03-09 14:28:51 -07:00
Pranav K 19d49670a6
Update MvcTemplateTest.cs 2020-03-09 13:39:59 -07:00
Pranav K fb0abb968f
Quarantine template tests thaat require artifacts 2020-03-09 13:28:12 -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
John Luo aebb921320
Re-enable AssemblyTestLogTests (#19686) 2020-03-08 22:19:55 -07:00
Hao Kung 124a0b6b38
[Helix] Reenable some template tests again (#19520) 2020-03-08 14:05:06 -07:00