Chris Ross (ASP.NET)
|
3b5b40884f
|
Refactor integration testing for test matrix generation.
|
2018-05-16 09:51:50 -07:00 |
Ryan Brandenburg
|
38f691c09e
|
Upgrade to netcoreapp22 (#1410)
|
2018-05-08 11:02:12 -07:00 |
Chris Ross (ASP.NET)
|
9d82942a1a
|
Run self-host tests with no-build. #1399
|
2018-04-25 14:10:00 -07:00 |
Nate McMaster
|
122b07bb1c
|
Attempt to fix tests when building in ProdCon
|
2018-04-21 08:14:28 -07:00 |
Nate McMaster
|
0f131ac245
|
Disambiguate /p from -p on dotnet-run
|
2018-04-21 08:13:29 -07:00 |
Nate McMaster
|
ed7e6db79e
|
Attempt to fix more failing tests in prodcon builds
|
2018-04-21 08:01:30 -07:00 |
Mike Harder
|
55feeeab15
|
Add DeploymentParameters.Scheme property (#1388)
- Allows tests to use HTTPS with dynamic port "0"
|
2018-04-18 15:18:59 -07:00 |
Mike Harder
|
970bc8a30d
|
Add TestUrlHelper class and GetAddress() extension method (#1387)
|
2018-04-18 14:04:16 -07:00 |
Mike Harder
|
0cc416f1f9
|
Change SelfHostDeployer to use dynamic ports by default (#1383)
* Should significantly reduce flaky test failures due to AddressInUse exceptions
* Addresses https://github.com/aspnet/Hosting/issues/1296
|
2018-04-17 14:01:33 -07:00 |
Pranav K
|
311a92ddee
|
React to change in sdk that causes dotnet run to print restore output
|
2017-11-10 14:57:53 -08:00 |
John Luo
|
a63932a492
|
Add option to suppress writing startup messages
|
2017-10-02 14:08:54 -07:00 |
Kiran Challa
|
0b90376bbf
|
Revert "Add "--no-restore" parameter to "dotnet run" (#1104)"
This reverts commit 78877b6ba2.
|
2017-06-14 20:06:03 -07:00 |
Kiran Challa
|
9f49d34c17
|
Revert "Workaround: On xplat machines, provided executable permission to published standalone application executable"
This reverts commit 51f77ea7f3.
|
2017-06-14 19:52:54 -07:00 |
Mike Harder
|
78877b6ba2
|
Add "--no-restore" parameter to "dotnet run" (#1104)
- Workaround for "Publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843)
|
2017-06-13 10:39:58 -07:00 |
Chris R
|
0177ab8424
|
Change SelfHostDepoyer to use net461
|
2017-05-30 09:56:23 -07:00 |
Kiran Challa
|
51f77ea7f3
|
Workaround: On xplat machines, provided executable permission to published standalone application executable
|
2017-04-20 23:56:29 -07:00 |
Andrew Stanton-Nurse
|
1ae1ff01a3
|
Add test logging helpers to Hosting (#1005)
|
2017-04-06 15:19:26 -07:00 |
Andrew Stanton-Nurse
|
ad79cdd123
|
fix hangs due to uncleared TCS in IntegrationTesting (#1008)
|
2017-04-06 11:15:45 -07:00 |
Andrew Stanton-Nurse
|
f15c99c980
|
more logging and more resiliant port selection (#996)
|
2017-03-30 09:46:50 -07:00 |
Nate McMaster
|
1c1681c26f
|
Revert "Log status of port before starting server with SelfHostDeployer (#993)"
This reverts commit f79904404e.
|
2017-03-29 09:22:11 -07:00 |
Nate McMaster
|
f79904404e
|
Log status of port before starting server with SelfHostDeployer (#993)
|
2017-03-28 10:48:46 -07:00 |
Pranav K
|
31a2bdffce
|
Remove net451 as a cross-compile target
|
2017-03-24 11:45:47 -07:00 |
Kiran Challa
|
95de690acd
|
Log error when selfhostdeployer is unable to start the process
|
2017-03-17 15:03:11 -07:00 |
Pranav K
|
c4ea355ddf
|
Allow for an alternate application name to be used as part of deployment. (#945)
This lets us test applications that are compiled with a different assembly name
|
2017-02-15 17:20:16 -08:00 |
Pranav K
|
ac8a86ff3f
|
Skip specifying the project argument when running dotnet commands
Workaround for https://github.com/dotnet/cli/issues/5168 and https://github.com/dotnet/cli/issues/5211
|
2017-01-06 10:52:03 -08:00 |
Chris R
|
2f26170dbf
|
React to WebListener rename.
|
2017-01-03 15:51:54 -08:00 |
Pavel Krymets
|
1ee27971a5
|
Add test for SIGTERM functionality (#878)
|
2016-11-08 09:58:45 -08:00 |
Pranav K
|
d0e8c4dd4c
|
Updating to netcoreapp1.1
|
2016-10-13 11:17:42 -07:00 |
Pranav K
|
d2f109ef6c
|
Add environment variables to dotnet publish
|
2016-08-18 10:34:13 -07:00 |
Pranav K
|
f8189a2296
|
Rename to Microsoft.AspNetCore.Server.IntegrationTesting
Fixes #824
|
2016-08-12 12:03:01 -07:00 |