<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing, branch benchmark_elasticsearch</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Post benchmark results to elastticsearch</title>
<updated>2017-03-31T19:54:28+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-03-22T10:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=358c4dfbc2e4845b08a7ac75dcf43bbd8d4e8a05'/>
<id>358c4dfbc2e4845b08a7ac75dcf43bbd8d4e8a05</id>
<content type='text'>
In order to do this from CI, please create a secret variable
(at i.e. https://0xacab.org/varac/soledad/settings/ci_cd)
called PYTEST_OPTS and use this example:

    --benchmark-autosave --benchmark-storage="elasticsearch+https://USER:PASSWORD@moose.leap.se:9200"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to do this from CI, please create a secret variable
(at i.e. https://0xacab.org/varac/soledad/settings/ci_cd)
called PYTEST_OPTS and use this example:

    --benchmark-autosave --benchmark-storage="elasticsearch+https://USER:PASSWORD@moose.leap.se:9200"
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] generate recovery code</title>
<updated>2017-03-23T17:57:22+00:00</updated>
<author>
<name>Anike Arni</name>
<email>aarni@thoughtworks.com</email>
</author>
<published>2017-03-16T21:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a0a49d1e10da362f4bab683ae357ed72ab40b2ef'/>
<id>a0a49d1e10da362f4bab683ae357ed72ab40b2ef</id>
<content type='text'>
with @tayane
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with @tayane
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] Improve python3 compatibility</title>
<updated>2017-03-17T16:52:57+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T20:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7562655cf4bf28a1ebd6c458334da0c166f34e61'/>
<id>7562655cf4bf28a1ebd6c458334da0c166f34e61</id>
<content type='text'>
With this commit all tests on py34 tox environment
are collected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit all tests on py34 tox environment
are collected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] Prepare tests for python3 compatibility</title>
<updated>2017-03-17T16:52:56+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T19:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ba3fcb08eafd389bdbf0ab9c59577a25c8d8126d'/>
<id>ba3fcb08eafd389bdbf0ab9c59577a25c8d8126d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] Prepare new tox environment</title>
<updated>2017-03-17T16:52:55+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T18:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1034d3107b57f03d7ed2257aef39cede2f6686ef'/>
<id>1034d3107b57f03d7ed2257aef39cede2f6686ef</id>
<content type='text'>
At this point tests are not yet collectable
in the new environment. But no regressions observed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At this point tests are not yet collectable
in the new environment. But no regressions observed.
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Define in details the testing environment</title>
<updated>2017-03-17T16:52:54+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T18:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5cf77ccd4df00a59c8cb8d4670f2964f021ae862'/>
<id>5cf77ccd4df00a59c8cb8d4670f2964f021ae862</id>
<content type='text'>
On debian stable the `python3-tox` and `python-tox` packages
come with a really old version of `pip` and `setup_tools`.
This makes unusable PEP496 that comes handy when dependencies
are "py-version-related".
As a workaround we can "inject" an upgraded version of `pip` just
before running `tox`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On debian stable the `python3-tox` and `python-tox` packages
come with a really old version of `pip` and `setup_tools`.
This makes unusable PEP496 that comes handy when dependencies
are "py-version-related".
As a workaround we can "inject" an upgraded version of `pip` just
before running `tox`.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] secrets version defaults to v1</title>
<updated>2017-03-09T22:25:37+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-03-09T22:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e779ecd3be6bfe45f2bd082e890e1c600785e676'/>
<id>e779ecd3be6bfe45f2bd082e890e1c600785e676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] add default version when decrypting secrets</title>
<updated>2017-03-09T20:28:22+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-03-09T20:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c1966cd7cfa27445f2a09501709dc66a18d79058'/>
<id>c1966cd7cfa27445f2a09501709dc66a18d79058</id>
<content type='text'>
Resolves: https://0xacab.org/leap/soledad/issues/8788
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: https://0xacab.org/leap/soledad/issues/8788
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] add comments explaining behaviour of upload/download benchmark</title>
<updated>2017-03-02T21:54:32+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-03-02T18:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=32c6d2eae998ceec302995e52c70a0636ca1e463'/>
<id>32c6d2eae998ceec302995e52c70a0636ca1e463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] improve twistd startup and termination</title>
<updated>2017-03-02T21:54:32+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-03-02T00:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=32c950d16e7bea55bb7af3f4650af857be9027e0'/>
<id>32c950d16e7bea55bb7af3f4650af857be9027e0</id>
<content type='text'>
- use subprocess.check_call() to ensure any errors during twistd startup
  will properly show up on test reports.

- use SIGTERM instead of SIGKILL to gracefully terminate twistd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use subprocess.check_call() to ensure any errors during twistd startup
  will properly show up on test reports.

- use SIGTERM instead of SIGKILL to gracefully terminate twistd.
</pre>
</div>
</content>
</entry>
</feed>
