summaryrefslogtreecommitdiff
path: root/test/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Parallelise merge_fetch.py.Linus Nordberg2016-11-253-7/+10
| | | | | | | NOTE: Not supporting permdb yet! We're still not passing the tests because merge_backup.py exits when the secondary merge disappears.
* WIPLinus Nordberg2016-11-235-1/+100
| | | | | | | | | | | Merge can run as four separate processes, plus a fifth controlling proces 'merge'. Tests are limited to testcase1.py and they're failing because of the test with the dead merge secondary. Tests are also time consuming because they're waiting for 60s each time a merge needs to be verified. This could be improved by peeking at the control files, for example.
* Test failing merge backupMagnus Ahltorp2016-10-1410-46/+92
| | | | Refactor tests
* Make tests run independently from cwdMagnus Ahltorp2016-10-1310-132/+139
|
* Specify where to source test.shvars from ('./').Linus Nordberg2016-10-0610-10/+10
| | | | For people without '.' in PATH.
* Move test preparation to separate shell scriptMagnus Ahltorp2016-10-052-47/+89
|
* Move tests to shell scriptsMagnus Ahltorp2016-10-059-0/+249