<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git, branch 8978</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[test] remove now unneeded semaphored from benchmarks</title>
<updated>2017-10-12T16:39:00+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-12T14:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5796de3da1c763613c383a806ead413cbec8f96a'/>
<id>5796de3da1c763613c383a806ead413cbec8f96a</id>
<content type='text'>
With the introduction of semaphores in the blobmanager level, there's no
need for them in the benchmark tests now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the introduction of semaphores in the blobmanager level, there's no
need for them in the benchmark tests now.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] limit number of concurrent requests to local db</title>
<updated>2017-10-12T16:39:00+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-12T14:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=fdfb55ad4d0110356393bd018bd9ed1c66bbbbcf'/>
<id>fdfb55ad4d0110356393bd018bd9ed1c66bbbbcf</id>
<content type='text'>
When running stress tests on blobs storage, we get weird errors when
hundreds of requests are made concurrently to the sqlite backend. This
commit adds a limit so only 10 requests will be delivered to the backend
at a time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running stress tests on blobs storage, we get weird errors when
hundreds of requests are made concurrently to the sqlite backend. This
commit adds a limit so only 10 requests will be delivered to the backend
at a time.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] make concurrent blob writes configurable</title>
<updated>2017-10-12T15:06:33+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-11T14:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=07f94a9a6f281069a0441cafce3f8a92e6d03e8b'/>
<id>07f94a9a6f281069a0441cafce3f8a92e6d03e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] limit concurrent blob writes in server</title>
<updated>2017-10-11T14:11:14+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-11T14:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1cde86239f68ca8fa896ecf4ffc6b891eeb837e3'/>
<id>1cde86239f68ca8fa896ecf4ffc6b891eeb837e3</id>
<content type='text'>
If there's no limit to the number of concurrent blob writes in the
server, the maximum limit of open files will eventually be reached, and
the processing of requests will start crashing. This commit adds
a semaphore to limit the number of concurrent writes in the server.

Related: #8973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there's no limit to the number of concurrent blob writes in the
server, the maximum limit of open files will eventually be reached, and
the processing of requests will start crashing. This commit adds
a semaphore to limit the number of concurrent writes in the server.

Related: #8973
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci] avoid leaking secrets</title>
<updated>2017-10-11T12:54:57+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-11T12:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f39a7f84b0f053a4e2483ee5d5ee5367683c40ee'/>
<id>f39a7f84b0f053a4e2483ee5d5ee5367683c40ee</id>
<content type='text'>
With the set -o xtrace option all the variables are printed to stdout,
thus leaking all secrets in the CI output. This commit removes that
option from relevant scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the set -o xtrace option all the variables are printed to stdout,
thus leaking all secrets in the CI output. This commit removes that
option from relevant scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] install deps from wheels when building docs</title>
<updated>2017-10-11T11:21:19+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-11T11:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8ea8e2483b311151a4aaa39f4ba47d17da101a29'/>
<id>8ea8e2483b311151a4aaa39f4ba47d17da101a29</id>
<content type='text'>
If pyzqm is built with --install-option, then all dependencies will be
forced to install from source. By removing that option, we allow pip to
use wheels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If pyzqm is built with --install-option, then all dependencies will be
forced to install from source. By removing that option, we allow pip to
use wheels.
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] add script to build docs</title>
<updated>2017-10-11T11:19:02+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-11T11:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=080e59ed7c74e7a31ef2bc8c75000b0081837f3a'/>
<id>080e59ed7c74e7a31ef2bc8c75000b0081837f3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] add docstring for blobs tests</title>
<updated>2017-10-10T23:04:24+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-10T23:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5a6d04ca38736440e67b202a909b386fb0ba830d'/>
<id>5a6d04ca38736440e67b202a909b386fb0ba830d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] fix blobs download benchmark test</title>
<updated>2017-10-10T23:01:58+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-10T23:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c005102b53f7d97d38a80c21db68386bbf7b895f'/>
<id>c005102b53f7d97d38a80c21db68386bbf7b895f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] log OS errors when writing blobs</title>
<updated>2017-10-10T10:53:40+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-10T10:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=bf50414cc84f40449c3d469c893554de76b52c87'/>
<id>bf50414cc84f40449c3d469c893554de76b52c87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
