Changes between Version 5 and Version 6 of MinorReleaseTest


Ignore:
Timestamp:
Oct 27, 2011, 9:20:18 AM (13 years ago)
Author:
Nicklas Nordborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinorReleaseTest

    v5 v6  
    77In the table below the following notation is used:
    88
    9   * 2.N = the BASE version that is to be released
    10   * 2.P = the last patch release of the previous version
    11   * initdb/updatedb = run the installation/upgrade script
    12   * TestAll = run the TestAll test program
    13   * test roles = run the roles test program as described in [http://base.thep.lu.se/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`
     9  * 3.N = the BASE version that is to be released
     10  * 3.P = the last patch release of the previous version
     11  * `initdb/updatedb` = run the installation/upgrade script
     12  * `TestAll` = run the `TestAll` test program
     13  * `test roles` = run the roles test program as described in [http://base.thep.lu.se/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`
    1414
    1515== Automated tests ==
     
    1717||                                             || ''' MySQL ''' || ''' PostgresSQL ''' ||
    1818|| '''1. Basic installation of 2.N'''          ||               ||                     ||
    19 || a) initdb                                   ||               ||                     ||
    20 || b) TestAll                                  ||               ||                     ||
    21 || c) test roles                               ||               ||                     ||
     19|| a) `initdb`                                 ||               ||                     ||
     20|| b) `TestAll`                                ||               ||                     ||
     21|| c) `test roles`                             ||               ||                     ||
    2222|| '''2. Upgrade a fresh installation'''       ||               ||                     ||
    23 || a) initdb (on 2.P)                          ||               ||                     ||
    24 || b) updatedb (on 2.N)                        ||               ||                     ||
    25 || c) TestAll (on 2.N)                         ||               ||                     ||
     23|| a) `initdb` (on 3.P)                        ||               ||                     ||
     24|| b) `updatedb` (on 3.N)                      ||               ||                     ||
     25|| c) `TestAll` (on 3.N)                       ||               ||                     ||
    2626|| '''3. Upgrade an installation with data'''  ||               ||                     ||
    27 || a) initdb (on 2.P)                          ||               ||                     ||
    28 || b) test roles (on 2.P)                      ||               ||                     ||
    29 || c) updatedb (on 2.N)                        ||               ||                     ||
     27|| a) `initdb` (on 3.P)                        ||               ||                     ||
     28|| b) `test roles` (on 3.P)                    ||               ||                     ||
     29|| c) `updatedb` (on 3.N)                      ||               ||                     ||
    3030
    3131