Changes between Version 14 and Version 15 of MinorReleaseTest
- Timestamp:
- Aug 11, 2021, 8:54:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MinorReleaseTest
v14 v15 12 12 * `initdb/updatedb` = run the installation/upgrade script 13 13 * `TestAll` = run the `TestAll` test program 14 * `test roles` = run the roles test program as described in [/chrome/site/latest/test/roles/index.html latest/test/roles/index.html]. This test program can also use batch importers instead of the hard-coded item creation. Use this mode with either MySQL or PostgreSQL and the normal mode with the other. Run in batch-import mode with `./test.sh roles -b all`14 * `test roles` = run the roles test program as described in [/chrome/site/latest/test/roles/index.html latest/test/roles/index.html]. This test program can also use batch importers instead of the hard-coded item creation. Run in batch-import mode with `./test.sh roles -b all` (step 1d). 15 15 16 16 == Automated tests == … … 21 21 || b) `TestAll` || || 22 22 || c) `test roles` || || 23 || d) `test roles -b` || || 23 24 || '''2. Upgrade a fresh 3.P installation''' || ----- || 24 25 || a) `initdb` (on 3.P) || ||