<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/common/src, branch 0.7.4</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[tests] test for ensure ddocs independently</title>
<updated>2015-09-17T22:40:49+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-17T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5b0e854096f35655037f4da07031741087155a7d'/>
<id>5b0e854096f35655037f4da07031741087155a7d</id>
<content type='text'>
This tests the previous fix on ensuring a db that is missing a doc other
than 'docs'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests the previous fix on ensuring a db that is missing a doc other
than 'docs'.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] ensure needs to check into all design docs</title>
<updated>2015-09-17T22:30:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-17T22:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ca7f6737e03143ae80add83d41860246f5459eae'/>
<id>ca7f6737e03143ae80add83d41860246f5459eae</id>
<content type='text'>
This code only checks for 'docs' presence, while we have 3 design
documents. If one of them is missing, but 'docs' is not, then it will
not ensure the others.
This is needed to properly ensure ddocs on create command line script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code only checks for 'docs' presence, while we have 3 design
documents. If one of them is missing, but 'docs' is not, then it will
not ensure the others.
This is needed to properly ensure ddocs on create command line script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'leapcode/pr/271' into develop</title>
<updated>2015-09-16T16:01:34+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-16T16:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4cb22bcb42b271899c266e30a0ad5e6fd7abd977'/>
<id>4cb22bcb42b271899c266e30a0ad5e6fd7abd977</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 tests with the new emit_async</title>
<updated>2015-09-16T10:38:52+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-16T10:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8acc8c9058ff5983a78d6df4f66d19de1762cf4d'/>
<id>8acc8c9058ff5983a78d6df4f66d19de1762cf4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] remove remaining dbs check</title>
<updated>2015-09-16T08:00:45+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-14T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=223f26eb2df3378ce275da2774a7ae923519afa1'/>
<id>223f26eb2df3378ce275da2774a7ae923519afa1</id>
<content type='text'>
This was used during db isolation to make sure that everything created
was destroyed, but it fails with -j (multiprocess). Removing it allows
parallelism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was used during db isolation to make sure that everything created
was destroyed, but it fails with -j (multiprocess). Removing it allows
parallelism.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8 fixes</title>
<updated>2015-09-14T14:21:24+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-14T14:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cd4c4f868e1c10e44f825efc0e870edf9fe8e2c1'/>
<id>cd4c4f868e1c10e44f825efc0e870edf9fe8e2c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] test_couch does not need a server</title>
<updated>2015-09-13T06:27:12+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-13T06:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3f5003afee45c02bb9668c150506447cf0d2f52c'/>
<id>3f5003afee45c02bb9668c150506447cf0d2f52c</id>
<content type='text'>
Removing unused code as this test case does not need a server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing unused code as this test case does not need a server.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] change big tearDown for simple addCleanup</title>
<updated>2015-09-13T05:41:00+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-13T05:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=197ad8b7c6a5d180b798f4dfcbe7f6d5fdd18298'/>
<id>197ad8b7c6a5d180b798f4dfcbe7f6d5fdd18298</id>
<content type='text'>
Big tearDown logic can be replaced by a simple addCleanup. Also remove
unused imports and fix a small typo on a database cleanup check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big tearDown logic can be replaced by a simple addCleanup. Also remove
unused imports and fix a small typo on a database cleanup check.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] subclass instead of copy test code</title>
<updated>2015-09-13T01:15:40+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-13T01:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=66fab1ba7ff4f73af512fea2fd80aef53cbdd2c6'/>
<id>66fab1ba7ff4f73af512fea2fd80aef53cbdd2c6</id>
<content type='text'>
This test only defines a set of different scenarios, all other methods
are the same as this subclass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test only defines a set of different scenarios, all other methods
are the same as this subclass.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] db3 is expected to be an attribute</title>
<updated>2015-09-11T23:03:09+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-09-11T22:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=46af1bd22a1c0dbe506614a09af003d595b37ead'/>
<id>46af1bd22a1c0dbe506614a09af003d595b37ead</id>
<content type='text'>
self.db3 is closed on tearDown. This test was creating it as a local
variable, making close possibly fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
self.db3 is closed on tearDown. This test was creating it as a local
variable, making close possibly fail.
</pre>
</div>
</content>
</entry>
</feed>
