Arthur Vickers
2eef8fdff2
Add retries to help with test flakiness
...
Issue #2844
2018-02-02 09:37:50 -08:00
Ryan Brandenburg
d44b78e842
Skip flaky test
2018-02-02 09:27:40 -08:00
Andrew Peters
0ec3dedc88
Fixes null ref in DatabaseErrorPageMiddleware.
...
Fix aspnet/Home#2820 - UseDatabaseErrorPage throws NullReferenceException when ef exception occur in background task
Fix aspnet/EntityFrameworkCore#9599 - Insert entity in non existing table throws NullException
Added null checks to async local access in event callback.
Related to aspnet/Home#2825
2018-01-26 10:28:28 -08:00
Pranav K
3b4aaa523b
Target netcoreapp2.1 in tests and samples
2017-11-10 19:43:28 -08:00
Chris Ross (ASP.NET)
bb34616a88
Test: fix status code order
2017-11-08 22:55:01 -08:00
Nate McMaster
7ac0e06abf
Pin tool and package versions to make builds more repeatable
2017-10-31 19:37:33 -07:00
Nate McMaster
479eb49ca9
Use PackageLineup to manage PackageReference versions
2017-08-29 09:41:54 -07:00
Nate McMaster
9634f7fd9c
Use Directory.Build.props/targets
2017-08-29 09:30:22 -07:00
Nate McMaster
adf3cb70aa
Upgrade to xunit 2.3.0-beta4
2017-08-22 15:18:08 -07:00
Andrew Peters
fc1dbbbcfd
Adds a missing ToList() in assert code.
2017-06-01 14:54:41 -07:00
Pranav K
ec2faf5594
Target netstandard2.0
2017-05-23 15:27:47 -07:00
Smit Patel
09468daaef
Revert "Disable SqlServer specific tests on netcoreapp2.0 on win7/2008"
...
This reverts commit 775847a1fa .
2017-05-17 18:08:46 -07:00
Nate McMaster
7199e8d358
Upgrade test framework versions and fix test issues
2017-05-15 14:19:24 -07:00
Pranav K
30306fc4f4
Change TFM to netcoreapp2.0
2017-05-04 22:15:24 -07:00
BrennanConroy
1018f41f15
Missed some obsolete logging calls
2017-05-02 15:23:21 -07:00
AndriySvyryd
979107493e
Treat all SQL exceptions the same in DatabaseErrorPageMiddlewareTest
...
Fixes #366
2017-04-26 21:38:56 -07:00
AndriySvyryd
c73bd7e63e
Increase timeout in EF tests
2017-04-25 13:18:05 -07:00
Brice Lambson
e3180baea5
Re-enable Entity Framework tests
...
Resolves #350
2017-04-20 12:11:22 -07:00
Smit Patel
775847a1fa
Disable SqlServer specific tests on netcoreapp2.0 on win7/2008
2017-04-16 11:58:33 -07:00
Kiran Challa
6ac219c710
updated
2017-03-23 16:25:51 -07:00
Kiran Challa
6f2a0702e3
Converted samples and test projects to run on netcoreapp2.0
2017-03-23 16:25:51 -07:00
N. Taylor Mullen
e3e4176124
Try renaming functional tests as a potential mitigation for long path issues.
2017-03-23 11:12:20 -07:00