Commit Graph

37 Commits

Author SHA1 Message Date
Praburaj 9faa6f8230 Copying the AspNet.Loader.dll only on non-kpm bundle scenario 2015-03-18 11:38:03 -07:00
Praburaj 36a3262661 Moving some IIS express related helpers to a different class. 2015-03-17 14:26:19 -07:00
Praburaj 6dc2417f9e Adding some coverage for the --no-source switch 2015-03-17 12:46:02 -07:00
Praburaj 39fc5ebdc4 Making the tests robust
And some general cleanup
2015-03-11 14:48:34 -07:00
Praburaj b0c989ce90 Modifying the logic to identify the runtime to use
Also quoting the application path being passed to iisexpress/k web so that application path can contain spaces.
2015-03-11 14:48:23 -07:00
N. Taylor Mullen 2438fa20e3 Update klr => dnx naming. 2015-03-09 02:30:20 -07:00
N. Taylor Mullen 2d7500c3bb Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:51:40 -07:00
N. Taylor Mullen 58c8e44786 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:38 -07:00
Brennan c230aa23e1 Logging API changes 2015-03-04 21:17:32 -08:00
Praburaj 0e72888105 Making tests runnable on coreclr 2015-02-22 18:27:03 -08:00
Praburaj 2c881cf6a6 Adding verification for openIdconnect logout flow
As well removed the logic to wait for the creation of the db file in userprofile folder
as we now have retry logic.
2015-02-06 12:09:11 -08:00
Praburaj c635116278 Changing some more logger usage to use structured logging. 2015-02-05 10:38:49 -08:00
Suhas Joshi 1165ba363e Increasing time out for mono 2015-02-04 12:00:15 -08:00
Praburaj 5df0d884aa Removing a fixed waittime of 25 seconds on mono
Setting an increased retry wait time. Now test will wait for 42 seconds before giving up.
2015-02-03 15:09:26 -08:00
Praburaj b48c46ee7d Reenabling the open idconnect test
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Wei Wang 3bf675f343 React to runtime renaming revert 2015-01-29 00:01:52 -08:00
Wei Wang 117c910f3b React to kpm subcommand renaming 2015-01-23 10:22:55 -08:00
Suhas Joshi eabe6b1aa7 Fixing start mono processstartinfo 2015-01-22 22:43:25 -08:00
Praburaj c8bbfb15e8 Pointing to wwwroot for NtlmAuth test 2015-01-20 16:42:10 -08:00
Praburaj c3a6095bf1 Pointing IIS Express to the wwwroot folder instead of app base. 2015-01-20 15:23:04 -08:00
Praburaj ce72c2fc7e Renaming klr.exe => dotnet.exe 2015-01-20 06:57:29 -08:00
Praburaj 5e3eb96b12 Fixing a regression in dotnet path. 2015-01-20 06:48:36 -08:00
Praburaj 71c171c052 Renaming KRE -> Dotnet 2015-01-20 06:38:06 -08:00
Praburaj 7847fb8257 Increasing the retry count
To fix flakiness
2015-01-18 20:48:23 -08:00
Suhas Joshi b46bec1a7e Increase wait time for server to start 2015-01-14 16:09:07 -08:00
Praburaj 8864111f5b Increasing wait time out on mono tests
Right now since console logger is enabled there seems more delay in app start.
2015-01-13 16:28:54 -08:00
Praburaj cc38726ec8 LoggerExtensions can take in param objects[] instead of param string[] 2015-01-13 14:06:09 -08:00
Praburaj 2df24fd02a Creating a helper to retry a piece of code. 2015-01-13 11:32:34 -08:00
Praburaj fdfe88f8e0 Using Console logger to print logs instead of using Console.WriteLine 2015-01-09 16:44:08 -08:00
Praburaj a4d2d185e1 Fixing tests on mono
kestrel command is now lowercased. Passing the right case from tests.
2014-12-30 13:30:36 -08:00
Praburaj e609602f2f Clean up and refactoring
1. Removed some console logging statements from code
2. Used database error page like templates.
3. Renamed the command `WebListener` to `web` with all lower case to be consistent with templates.
4. Lowercased `Kestrel` => `kestrel` to be consistent with remaining samples.
2014-12-30 13:16:08 -08:00
Praburaj d9148bd6f7 Fixing KRE_ENV to ASPNET_ENV 2014-12-22 19:04:55 -08:00
Praburaj 9e62865dd9 Fixing code to pass KRE folder path not including bin 2014-12-22 13:14:02 -08:00
Praburaj a9ea8a87c8 Fixing the KRE name issue on mono
On mono with a recent change --runtime <value> for kpm pack is null as the value is not populated.
2014-12-19 13:45:51 -08:00
Praburaj 2dae44a607 Disabling IIS variation test as CI machine does not have IIS installed. 2014-12-19 10:53:33 -08:00
Praburaj 68102b8786 Enabling IIS variation of the test
Also organizing some test code.
2014-12-18 20:01:47 -08:00
Praburaj 9c442e97ff Using the latest xunit skip condition attributes to skip tests
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00