Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-21 | skip soledad db test for now (closes #8899) | elijah | |
2017-11-27 | fix tests - webapp test should only depend on soledad if soledad service is ↵ | elijah | |
present | |||
2017-11-16 | CI: Change the soledad test to run before webapp | Micah Anderson | |
It is more useful to check to see if Soledad is running before running the webapp tests that require soledad to be running. | |||
2017-09-05 | Bug: fix vpn network problem caused by vagrant fact | elijah | |
Boolean facts must be escaped with str2bool. This commit includes new tests to catch VPN problems like this in the future. | |||
2017-03-15 | [8144] Remove Haproxy tests | varac | |
2017-02-09 | tests: check process by either process scan or service name. closes #8753 | elijah | |
2017-01-10 | New unbound runs with debug flag by default | varac | |
2016-12-23 | bugfix: remove deprecated parameter from soledad test script | drebs | |
2016-12-23 | Change regex for soledad process check | varac | |
2016-11-24 | Merge branch 'bug/avoid-hanging-soledad-sync-test-scripts' into 'master' | Varac | |
Bug/avoid hanging soledad sync test scripts See merge request !53 | |||
2016-11-22 | use lock to avoid running multiple soledad tests (#8590) | drebs | |
If a soledad sync test script is already running, there's no need to run another one. This avoids having multiple test script hanging and eating up resources. We have seen this situation under development circumstances, when the soledad server has been modified in a way that the client hangs and never finishes. | |||
2016-11-22 | add a timeout for the soledad sync test script (#8590) | drebs | |
If for any reason a sync takes too long, the script will timeout and log an errro. | |||
2016-11-09 | Don't do strict checking for nickserver | varac | |
Sometimes nickserver is listed with `ruby /usr/bin/nickserver start` in the process table, sometimes with `/usr/bin/ruby /usr/bin/nickserver start`. We should do proper checking with `systemctl status nickserver` to make sure the service is up though (https://leap.se/code/issues/8579). Meanwhile it's ok to not do strict checking. | |||
2016-11-08 | New nickserver is using fully qualified ruby path now | varac | |
2016-10-18 | Fix Are_daemons_running test for nickserver | varac | |
2016-09-01 | moved infrastructure tests run by `leap run` to tests/server-tests | elijah | |