Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | big reorg: prepare for generalization | Pavel Raiskup | 2014-10-22 | 1 | -4/+0 |
| | | | | | | | | | | | | Try to split into three separate components -> controller, tester, and 'tasks' (postgresql-tasks in our case). The controller component is the main part which is able to run the task remotely. Tester is more-like library for 'tasks' component (should be reusable on the raw git level). * controller: Almost separated component. * postgresql-tasks: Likewise. * tester: Likewise. | ||||
* | Initial commit | Pavel Raiskup | 2014-10-03 | 1 | -0/+4 |
Initializet the lib/run structure and created two basic tests for PostgreSQL. * README: New file. * lib.sh: Likewise. * lib_pgsql.sh: Likewise. * run: Likewise. * tasks/initdb/config.sh: Likewise. * tasks/initdb/runtest.sh: Likewise. * tasks/initdb_old/config.sh: Likewise. * tasks/initdb_old/runtest.sh: Likewise. |