File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1505,12 +1505,12 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
1505
1505
================================================
1506
1506
[1/4] Starting MySQL 8.0 ........ done
1507
1507
[2/4] Starting PostgreSQL 12.2 .. done
1508
- [3/4] Starting SQLServer 2017 ... skipped
1508
+ [3/4] Starting SQLServer 2019 ... done
1509
1509
[4/4] Cloning PHP-CRUD-API v2 ... skipped
1510
1510
------------------------------------------------
1511
1511
mysql: 110 tests ran in 1505 ms, 1 skipped, 0 failed
1512
1512
pgsql: 110 tests ran in 851 ms, 1 skipped, 0 failed
1513
- sqlsrv: skipped, driver not loaded
1513
+ sqlsrv: 110 tests ran in 5640 ms, 1 skipped, 0 failed
1514
1514
sqlite: 110 tests ran in 675 ms, 12 skipped, 0 failed
1515
1515
1516
1516
The above test run (including starting up the databases) takes less than 5 minutes on my slow laptop.
You can’t perform that action at this time.
0 commit comments