summaryrefslogtreecommitdiff
path: root/test/scripts/testutils.sh
Commit message (Collapse)AuthorAgeFilesLines
* merge_sth: Don't try to go back in time.Linus Nordberg2016-12-031-0/+4
| | | | | | | | | | | Due to a recent change in get_nfetched(), merge_sth lacking the 'sth' file could go back to a tree size of zero. It's rejected by frontend nodes with a newer tree, but it's still a severe error to produce that piece of data. We add tools/initlog.py which creates an 'sth' file with tree size 0 and have tests invoke it after starting the erlang nodes, before starting the continous merge processes.
* Sleep less in tests.Linus Nordberg2016-11-251-0/+10
|
* Manual rebase onto master with map/robust-distribution.Linus Nordberg2016-11-251-1/+1
|
* Added performance testsMagnus Ahltorp2016-11-021-1/+1
|
* Test failing merge backupMagnus Ahltorp2016-10-141-0/+22
Refactor tests