Commit Graph

182 Commits

Author SHA1 Message Date
John Luo 752f934a23 Fix flaky test
Use dynamic port assignment to reduce address binding failures due to port collisions
2018-08-23 15:45:14 -07:00
BrennanConroy 768d2a023e
Add Origin validation to WebSockets middleware (#252) 2018-08-02 14:43:11 -07:00
Chris Ross (ASP.NET) 8513fc8329 React to IntegrationTesting changes 2018-05-14 06:08:51 -07:00
Ryan Brandenburg bb70e7077f Handle ifdefs 2018-05-08 12:06:26 -07:00
Ryan Brandenburg 3095b86da1 Upgrade to netcoreapp22 2018-05-08 12:06:26 -07:00
Mike Harder ac0ee35362
Change AutobahnTester to use dynamic ports with Kestrel (#238)
- Depends on https://github.com/aspnet/Hosting/pull/1388
- Addresses https://github.com/aspnet/Home/issues/3062
2018-04-18 15:19:24 -07:00
Chris Ross (ASP.NET) 612db42772 Re-enable SSL tests cross plat Home/#2477 2018-04-03 10:03:36 -07:00
Chris Ross (ASP.NET) 76f78136d6 Merge branch 'release/2.1' into dev 2018-04-03 09:52:03 -07:00
Chris Ross (ASP.NET) c222a398db Fix TLS versions for Mac 2018-04-03 09:17:52 -07:00
Chris Ross (ASP.NET) 821c707955 Merge branch 'release/2.1' into dev 2018-04-02 15:06:25 -07:00
Chris Ross (ASP.NET) 9930499ee1 Work around HttpClient TLS regression 2018-04-02 14:56:41 -07:00
Chris Ross (ASP.NET) 852a5b31be Fix bad rebase 2018-04-02 10:37:02 -07:00
Chris Ross (ASP.NET) 0ed396db0b Enable tests on 2.1 for Win7 2018-04-02 09:50:23 -07:00
Chris Ross (ASP.NET) ba87a293f9 Remove obsolete workaround 2018-04-02 09:46:21 -07:00
Andrew Stanton-Nurse 4a49d6dd75
Restore "Force conformance tests to run on the CI (#228)" (#229)
This reverts commit 57622cab6b.
2018-02-26 11:39:18 -08:00
Andrew Stanton-Nurse 57622cab6b Revert "Force conformance tests to run on the CI (#228)"
This reverts commit 3ca7c0365a.
2018-02-20 16:51:22 -08:00
Andrew Stanton-Nurse 3ca7c0365a
Force conformance tests to run on the CI (#228) 2018-02-20 08:58:01 -08:00
Andrew Stanton-Nurse a6fc4776da
fix Kestrel version to fix build (#227) 2018-01-26 12:27:41 -08:00
Andrew Stanton-Nurse 6bc49ad6ca
update to use corefx package (#222) 2018-01-23 19:57:28 -08:00
Andrew Stanton-Nurse ec442c3d80
set HasRuntimeOutput for test projects (#221) 2018-01-22 16:08:39 -08:00
Andrew Stanton-Nurse d3687bbc3f
Unbreak Travis and unskip some tests (#219) 2018-01-05 12:39:11 -08:00
Justin Kotalik de3355454c
Make M.A.AspNetCoreModule a conditional dependency (#218) 2018-01-04 16:58:30 -08:00
Steffen Forkmann ad729f0eb1 fix typo (#215) 2017-12-30 08:16:25 -08:00
Pranav K 80b794342d Update samples and tests to target netcoreapp2.1 2017-11-16 13:54:23 -08:00
Nate McMaster 5bbab01ba5 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:52:00 -07:00
Nate McMaster 82ba6b51ef Use PackageLineup to manage PackageReference versions 2017-08-29 12:08:10 -07:00
Nate McMaster 59290efa6a Use Directory.Build.props/targets 2017-08-29 12:06:04 -07:00
Andrew Stanton-Nurse f34e87042c extend timeout and more logging (#183) 2017-06-09 11:26:06 -07:00
Mike Harder 43eb9574a1 Fix invalid format string (#181)
- Introduced in 79036ea166
2017-06-03 09:35:37 -07:00
Pavel Krymets 79036ea166 React to logging in DI (#180) 2017-06-02 08:34:43 -07:00
Andrew Stanton-Nurse 06028e81c7 fix build by adding OutputType exe to test project (#179) 2017-05-24 18:20:46 -07:00
John Luo d25dbd572c Target NETStandard2.0 2017-05-24 11:10:13 -07:00
Nate McMaster 6006ebe96f Update test framework versions 2017-05-12 10:39:52 -07:00
Pavel Krymets 67322fe8ab Remove unnecessary package references (#177) 2017-05-10 11:48:33 -07:00
Andrew Stanton-Nurse 31eba3812f clean-up after netcoreapp2.0 (#174) 2017-05-05 10:24:36 -07:00
Andrew Stanton-Nurse 319f95db5e netcoreapp20 (#173) 2017-05-04 19:26:46 -07:00
Andrew Stanton-Nurse 5ed8116b0b remove integration test logging (#172)
now that logging.testing has it
2017-04-25 15:18:55 -07:00
Andrew Stanton-Nurse 14b99f74fa react to removal of PlatformAbstractions (#168) 2017-04-20 09:31:10 -07:00
Andrew Stanton-Nurse d8b1724454 improve logging of Autobahn tests (#166) 2017-04-18 11:53:45 -07:00
Andrew Stanton-Nurse a9a8f45158 change autobahn tests to use dynamic port (#167) 2017-04-14 10:48:44 -07:00
Andrew Stanton-Nurse bad5d7c8f7 fix build 2017-04-13 14:25:23 -07:00
Andrew Stanton-Nurse e25a2eced8 port dotnet/corefx#17444 to WebSockets (#162) 2017-04-13 09:55:45 -07:00
Andrew Stanton-Nurse 9254856007 IIS tests are just too flaky, disable them (#158) 2017-03-27 12:31:39 -07:00
Andrew Stanton-Nurse eb0ab115d8 capture wstest log output (#156) 2017-03-22 15:24:36 -07:00
Pranav K 52911cd3f1 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-21 16:41:15 -07:00
Andrew Stanton-Nurse a61220d907 suppress some Autobahn test failures (#153)
* suppress some Autobahn test failures
* disable autobahn in AppVeyor because they are flaky (port of aspnet/SignalR#302)
2017-03-17 15:09:18 -07:00
Nate McMaster 4abe714f2b Consolidate dependency versions into one file and remove workarounds 2017-03-15 19:29:21 -07:00
Andrew Stanton-Nurse 92b37f85c2 disable AutobahnTestAppHttpListener from build 2017-03-13 15:41:08 -07:00
Andrew Stanton-Nurse 9b553ca1c0 make all tests allow 'non-strict' conformance (#149) 2017-03-13 15:40:55 -07:00
Andrew Stanton-Nurse 37b0df7406 port change from AutobahnTester in SignalR (#148)
We increased the retry count (by just removing ours and using the default) because the app seems to be slow to start on macOS
2017-03-09 10:14:42 -08:00