Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-01 | moved infrastructure tests run by `leap run` to tests/server-tests | elijah | |