<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/tests/server-tests, branch clean_vcsrepo</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>tests: check process by either process scan or service name. closes #8753</title>
<updated>2017-02-10T00:34:56+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-02-10T00:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9e68982b4ef8af087e8792e502d37632d1a9a0e8'/>
<id>9e68982b4ef8af087e8792e502d37632d1a9a0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New unbound runs with debug flag by default</title>
<updated>2017-01-10T18:43:30+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-01-10T18:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9b8314f3d2707a80e6238bb173280de291ecd2f4'/>
<id>9b8314f3d2707a80e6238bb173280de291ecd2f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: remove deprecated parameter from soledad test script</title>
<updated>2016-12-23T14:07:37+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-12-22T22:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=889e206ac2dfab93adbc3ad70ab0ba4f883de2e2'/>
<id>889e206ac2dfab93adbc3ad70ab0ba4f883de2e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change regex for soledad process check</title>
<updated>2016-12-23T12:03:48+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-12-23T12:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6814e226d90944b4adde33ad4946ff7a400b413e'/>
<id>6814e226d90944b4adde33ad4946ff7a400b413e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/avoid-hanging-soledad-sync-test-scripts' into 'master'</title>
<updated>2016-11-24T17:54:36+00:00</updated>
<author>
<name>Varac</name>
<email>varac@leap.se</email>
</author>
<published>2016-11-24T17:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=48517a1c654800db47239f4a8599d91f2c909833'/>
<id>48517a1c654800db47239f4a8599d91f2c909833</id>
<content type='text'>

Bug/avoid hanging soledad sync test scripts

See merge request !53</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Bug/avoid hanging soledad sync test scripts

See merge request !53</pre>
</div>
</content>
</entry>
<entry>
<title>use lock to avoid running multiple soledad tests (#8590)</title>
<updated>2016-11-22T14:57:22+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-11-18T20:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=389228df6ee52ce41cc83c2b91fe0b6572d4bc50'/>
<id>389228df6ee52ce41cc83c2b91fe0b6572d4bc50</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a timeout for the soledad sync test script (#8590)</title>
<updated>2016-11-22T14:57:16+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-11-18T20:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=678a211ca31a7801d8bef8a74ca30feaa16af508'/>
<id>678a211ca31a7801d8bef8a74ca30feaa16af508</id>
<content type='text'>
If for any reason a sync takes too long, the script will timeout and log
an errro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If for any reason a sync takes too long, the script will timeout and log
an errro.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't do strict checking for nickserver</title>
<updated>2016-11-09T12:50:30+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-11-09T12:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d8255eb07a8b96ad04fcade8486530db2e61dad4'/>
<id>d8255eb07a8b96ad04fcade8486530db2e61dad4</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>New nickserver is using fully qualified ruby path now</title>
<updated>2016-11-08T20:05:39+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-11-08T20:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=4d8a1bc0ce304404e4d0cab0ce6a3c51ed035e71'/>
<id>4d8a1bc0ce304404e4d0cab0ce6a3c51ed035e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Are_daemons_running test for nickserver</title>
<updated>2016-10-18T19:26:25+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-10-18T19:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d834b1de3c90ed1f5416ba637e2d5d5c8e81acd5'/>
<id>d834b1de3c90ed1f5416ba637e2d5d5c8e81acd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
