Commit a18d094
committed
Issue #22: Solved slow SQL Server tests
* Turned OFF connection pooling on SQL Server connection string for tests
- Found several discussions on this, e.g. dotnet/SqlClient#601
- Tried turning off pooling, and it solved the problem...
* Upgraded SQL server docker image used in test from 2017-latest to
latest (2019 at the time) - didn't make any difference, just to stay
current.1 parent d4f68b2 commit a18d094
File tree
1 file changed
+5
-5
lines changed- grate.unittests/TestInfrastructure
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments