jhkimnew
9a1cc4ba1c
clean up test framework utility functions ( #273 )
2017-12-19 18:40:11 -08:00
Justin Kotalik
8949f49637
merged
2017-12-07 18:55:29 -08:00
Ryan Brandenburg
34e3f3debc
Update build configuration ( #237 )
2017-11-16 16:00:12 -08:00
Justin Kotalik
a629725c7a
Revert "Disable failing tests ( #473 )" ( #478 )
2017-11-16 11:07:16 -08:00
Pranav K
3e277c8dd9
Update samples and tests to target netcoreapp2.1
2017-11-14 10:47:03 -08:00
Pavel Krymets
adec0c6fbc
Disable failing tests ( #473 )
2017-11-13 10:56:22 -08:00
Justin Kotalik
552163ab77
Adds windows Auth support ( #471 )
2017-11-10 17:02:31 -08:00
jhkimnew
bd18430428
Added StartupWithIStartupFilter ( #236 )
...
Added StartupWithIStartupFilter
2017-11-07 16:43:23 -08:00
Justin Kotalik
89f6f16ba5
Disable tests for continuous integration. ( #234 )
2017-11-07 14:25:06 -08:00
Justin Kotalik
9c065bf107
Remove header serialization in favor of setting IIS response directly. ( #465 )
2017-11-06 20:28:40 -08:00
jhkimnew
13312109ff
Test: Added a new MiddleWare to test the Gracefulshutdown message ( #233 )
...
Added TestMiddleWare to handle the Gracefulshutdown message instead of IISMiddleware
2017-11-06 13:47:59 -08:00
David Fowler
08186bb198
Use ipv4 when binding to ANCM port ( #470 )
...
- Today we use localhost which binds to both the ipv4 and ipv6 addresses.
ANCM never communicates over ipv6 so it's pointless. This should also properly crash
the process if the ipv4 address fails to bind (which we've seen reports in real applications for).
2017-11-03 10:24:41 -07:00
jhkimnew
483e0e9491
Upgrade xunit ( #231 )
2017-11-02 17:30:18 -07:00
jhkimnew
192a403b9a
Jhkim/fix testcodeissues ( #229 )
...
Fix test issue of incorrect usage of string comparison for testFlags
2017-11-01 17:31:38 -07:00
Nate McMaster
bcc10d3012
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 14:59:02 -07:00
jhkimnew
02cffd16ec
Jhkim/refactoring test ( #176 )
...
Cleans up IIS initialization testing framework
2017-10-19 12:15:24 -07:00
Justin Kotalik
f91a941f8d
Moves in-process to UseIISIntegration, removes Server.IIS namespace ( #443 )
2017-10-06 09:52:42 -07:00
Justin Kotalik
9dc69fe361
Adds support for ANCM in process ( #425 )
2017-10-02 16:01:46 -07:00
jhkimnew
df673f631c
Disable tests ( #175 )
2017-09-29 16:35:16 -07:00
jhkimnew
890e49e539
ANCM Test Refactoring: Initial check-in to fix the build issue on AspNetCI ( #172 )
...
* Initial check-in to fix the build issue on AspNetCI
* Updated with Jimmy's feedbacks
2017-09-29 14:49:12 -07:00
Justin Kotalik
f130330db8
Updating Xunit and dotnet versions ( #143 )
2017-09-25 15:10:31 -07:00
jhkimnew
0120dae36b
Jhkim/updatetest ( #155 )
...
* Added new test scenarios for websocket
* Fixed test issues
* Fixed test issues
2017-09-13 14:32:53 -07:00
jhkimnew
c5f59e06c3
Added new test scenarios for websocket ( #153 )
2017-09-12 11:39:55 -07:00
Nate McMaster
1297798546
Use PackageLineup to manage PackageReference versions
2017-08-29 11:38:56 -07:00
Nate McMaster
5cf936d3cd
Use Directory.Build.props/targets
2017-08-29 11:36:17 -07:00
Nate McMaster
d15129110e
Ensure .NET Core 1.0.5 is installed
2017-08-24 13:07:05 -07:00
Nate McMaster
7908015a3d
Upgrade to xunit 2.3.0-beta4
2017-08-22 16:49:36 -07:00
Nate McMaster
24f09551d9
Remove usage of PackagePublisher
2017-07-28 17:17:26 -07:00
Nate McMaster
a8802b2d2c
Fix versions in the test project so restore works
2017-07-28 09:52:21 -07:00
Nate McMaster
42853bcca1
Update bootstrapper to use the compiled version of KoreBuild
2017-07-27 15:03:42 -07:00
jhkimnew
afba2d05ae
Jhkim/add test gracefulshutdown ( #120 )
...
Add new test for Graceful shutdown and Filtering MS request headers
2017-07-12 16:48:47 -07:00
jhkimnew
078a03ac70
Fixed build issue ( #119 )
2017-07-10 15:02:53 -07:00
Hao Kung
4c3e0b6721
Specify scheme
2017-07-07 12:14:34 -07:00
John Luo
5155456653
Handle graceful shutdown from ANCM
2017-06-27 13:20:21 -07:00
Pranav K
a224b1a833
Re-enable desktop tests
...
* Remove FrameworkSkipCondition to enable desktop tests.
* Remove ConditionalTheory \ ConditionalFact since it's no longer required.
* Replace InlineData with meaningful test names
* Cleanup commented out lines of code
2017-06-09 16:44:48 -07:00
Chris R
448e6787e2
Fix auth enabled check
2017-06-07 15:43:24 -07:00
Chris R
c261b37fda
#371 Conditionally register auth scheme base on ANCM variable
2017-06-05 14:54:15 -07:00
Chris R
c3ffde286b
Clear MaxRequestBodySize
2017-06-05 11:23:08 -07:00
Hao Kung
273b25fb3a
React to forbid changes
2017-05-25 18:37:27 -07:00
John Luo
d6a653145d
Target NETStandard 2.0
2017-05-22 15:05:12 -07:00
jhkimnew
88cc1c14d0
Added a new environment variable value UsePrivateAspNetCoreFile for ANCMTestFlags and fixing test issues ( #101 )
2017-05-17 16:40:29 -07:00
Hao Kung
f12fc69cbf
Fix test reference
2017-05-17 14:03:56 -07:00
Hao Kung
8ed21d56c8
IIS => Auth 2.0
2017-05-17 13:37:30 -07:00
jhkimnew
ec90853147
Disable using privateAspNetCoreFile to test release candiate build ( #100 )
2017-05-17 12:57:39 -07:00
jhkimnew
c7e17d13f3
ANCM test update to fix test issues ( #99 )
2017-05-16 17:08:14 -07:00
jhkimnew
289ecd475d
Added ANCMtestFlags environment variable ( #98 )
2017-05-16 10:38:17 -07:00
Nate McMaster
5761ddd284
Upgrade test framework versions
2017-05-15 14:18:02 -07:00
Pavel Krymets
7e9397aa8a
Remove unnecessary package references ( #367 )
2017-05-10 11:32:30 -07:00
Chris Ross (ASP.NET)
539a13717e
Migrate to netcoreapp2.0
2017-05-05 11:37:10 -07:00
BrennanConroy
73a91b19a9
React to Logging API changes
2017-04-26 15:12:31 -07:00