Commit Graph

11 Commits

Author SHA1 Message Date
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
Chris Ross (ASP.NET) bb34616a88 Test: fix status code order 2017-11-08 22:55:01 -08: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
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
N. Taylor Mullen e3e4176124 Try renaming functional tests as a potential mitigation for long path issues. 2017-03-23 11:12:20 -07:00