<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tapicero.git/test, branch develop</title>
<subtitle>[tapicero] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/'/>
<entry>
<title>pin travis ruby to a version installed on travis-ci.org</title>
<updated>2015-03-31T08:47:17+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2015-03-31T08:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=7454a0004b2f6a374d4967b2635ec6f6161ee90f'/>
<id>7454a0004b2f6a374d4967b2635ec6f6161ee90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for tmp_users db. not backward compatible with prior config files (seq_file changed to seq_dir)</title>
<updated>2015-03-17T22:03:33+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2015-03-17T22:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=0d00d6a8f6eaf15d2a3e5125e599f9735c85d5d6'/>
<id>0d00d6a8f6eaf15d2a3e5125e599f9735c85d5d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to create the db many times until it exists</title>
<updated>2014-12-15T02:56:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-15T02:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=97c460cd1133c18fd82a649253db755a38bea0ed'/>
<id>97c460cd1133c18fd82a649253db755a38bea0ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added TapiceroProcess, to handle starting and stopping tapicero during tests.</title>
<updated>2014-12-15T00:17:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-15T00:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=92db2c6e6210a860a4de4baf8033428fbe72b7cc'/>
<id>92db2c6e6210a860a4de4baf8033428fbe72b7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test cleanup: correct default test config, ensure tapicero is running, create db if doesn't exist, pin to current minitest to avoid deprecation warnings.</title>
<updated>2014-12-13T03:00:37+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-13T03:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=0eedbfa5ce7a8ed4799408b591e655070336f0cc'/>
<id>0eedbfa5ce7a8ed4799408b591e655070336f0cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: rename TapiceroTest to ActionsTest</title>
<updated>2014-07-02T08:25:12+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-07-02T08:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=b07dd1be07008bcd36e3bd25df0b5727db163d1e'/>
<id>b07dd1be07008bcd36e3bd25df0b5727db163d1e</id>
<content type='text'>
that's what it actually tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that's what it actually tests
</pre>
</div>
</content>
</entry>
<entry>
<title>pid issue remains to be solved - revert to sth working</title>
<updated>2014-07-01T08:20:24+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-07-01T08:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=aac4577031728dab84f077b54e461fcb813ac0c3'/>
<id>aac4577031728dab84f077b54e461fcb813ac0c3</id>
<content type='text'>
We've seen two instances of tapicero running on the production servers. The reason is that we are using two different places for the pid file - one for root and one for a normal user.

In this scenario tapicero started by root will not notice the tapicero run as a normal user and vice versa. One idea was to solve this by always using /var/run/pid. However this also requires write privileges to that place which essentially only root has.

So let's keep the two different places and just make sure we ALWAYS run tapicero as the same user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've seen two instances of tapicero running on the production servers. The reason is that we are using two different places for the pid file - one for root and one for a normal user.

In this scenario tapicero started by root will not notice the tapicero run as a normal user and vice versa. One idea was to solve this by always using /var/run/pid. However this also requires write privileges to that place which essentially only root has.

So let's keep the two different places and just make sure we ALWAYS run tapicero as the same user.
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent 409s and 412 and reraise them in tests</title>
<updated>2014-02-04T15:20:12+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-02-04T14:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=7bb4ab417c0275fcca03abe338b3b81c17b17a6e'/>
<id>7bb4ab417c0275fcca03abe338b3b81c17b17a6e</id>
<content type='text'>
Including tests that ensure this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Including tests that ensure this
</pre>
</div>
</content>
</entry>
<entry>
<title>test user deletion</title>
<updated>2014-02-04T10:46:57+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-02-04T10:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=c3cb71ca5e6d32960e4493d85799f3706ea91fe8'/>
<id>c3cb71ca5e6d32960e4493d85799f3706ea91fe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include sleep in the create_user part of the tests</title>
<updated>2014-02-04T10:46:57+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-02-04T10:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/tapicero.git/commit/?id=630c38a0bcf4ca39ede98d354d8d43e6f735317c'/>
<id>630c38a0bcf4ca39ede98d354d8d43e6f735317c</id>
<content type='text'>
the changes feed and tapicero take some time to process the new user. Let's prevent timing issues by sleeping a second.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the changes feed and tapicero take some time to process the new user. Let's prevent timing issues by sleeping a second.
</pre>
</div>
</content>
</entry>
</feed>
