Skip to content

Commit 8dcd8b0

Browse files
committed
add debian 10
1 parent 305e9a1 commit 8dcd8b0

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,17 @@ Install docker using the following commands and then logout and login for the ch
10581058

10591059
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
10601060

1061+
================================================
1062+
Debian 10 (PHP 7.3)
1063+
================================================
1064+
[1/4] Starting MariaDB 10.3 ..... done
1065+
[2/4] Starting PostgreSQL 11.4 .. done
1066+
[3/4] Starting SQLServer 2017 ... skipped
1067+
[4/4] Cloning PHP-CRUD-API v2 ... skipped
1068+
------------------------------------------------
1069+
mysql: 100 tests ran in 3623 ms, 0 failed
1070+
pgsql: 100 tests ran in 1310 ms, 0 failed
1071+
sqlsrv: skipped, driver not loaded
10611072
================================================
10621073
Debian 9 (PHP 7.0)
10631074
================================================
@@ -1066,8 +1077,8 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
10661077
[3/4] Starting SQLServer 2017 ... skipped
10671078
[4/4] Cloning PHP-CRUD-API v2 ... skipped
10681079
------------------------------------------------
1069-
mysql: 95 tests ran in 2651 ms, 0 failed
1070-
pgsql: 95 tests ran in 573 ms, 0 failed
1080+
mysql: 100 tests ran in 4844 ms, 0 failed
1081+
pgsql: 100 tests ran in 1394 ms, 0 failed
10711082
sqlsrv: skipped, driver not loaded
10721083
================================================
10731084
Ubuntu 16.04 (PHP 7.0)
@@ -1077,9 +1088,9 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
10771088
[3/4] Starting SQLServer 2017 ... done
10781089
[4/4] Cloning PHP-CRUD-API v2 ... skipped
10791090
------------------------------------------------
1080-
mysql: 95 tests ran in 2670 ms, 0 failed
1081-
pgsql: 95 tests ran in 550 ms, 0 failed
1082-
sqlsrv: 95 tests ran in 6624 ms, 0 failed
1091+
mysql: 100 tests ran in 4932 ms, 0 failed
1092+
pgsql: 100 tests ran in 1394 ms, 0 failed
1093+
sqlsrv: 100 tests ran in 50977 ms, 0 failed
10831094
================================================
10841095
Ubuntu 18.04 (PHP 7.2)
10851096
================================================
@@ -1088,11 +1099,11 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
10881099
[3/4] Starting SQLServer 2017 ... skipped
10891100
[4/4] Cloning PHP-CRUD-API v2 ... skipped
10901101
------------------------------------------------
1091-
mysql: 95 tests ran in 3186 ms, 0 failed
1092-
pgsql: 95 tests ran in 556 ms, 0 failed
1102+
mysql: 100 tests ran in 4327 ms, 0 failed
1103+
pgsql: 100 tests ran in 1396 ms, 0 failed
10931104
sqlsrv: skipped, driver not loaded
10941105

1095-
The above test run (including starting up the databases) takes less than one minute on my machine.
1106+
The above test run (including starting up the databases) takes less than 5 minutes on my slow laptop.
10961107

10971108
$ ./run.sh
10981109
1) debian9

0 commit comments

Comments
 (0)