<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/couchdb.git/test, branch decrease-indexer-transaction-time-limit</title>
<subtitle>github.com: apache/couchdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/'/>
<entry>
<title>Increase timeout for process_response in ChangesAsyncTest (#3450)</title>
<updated>2021-03-22T15:05:46+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2021-03-22T15:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=eb94a0e459f89601b1eb84ec506b2ad24ccd45f0'/>
<id>eb94a0e459f89601b1eb84ec506b2ad24ccd45f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more concurrent write tests</title>
<updated>2021-03-18T21:17:50+00:00</updated>
<author>
<name>Nick Vatamaniuc</name>
<email>vatamane@apache.org</email>
</author>
<published>2021-03-18T20:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=69ed2dab27302619cad774bbe72c92aaf5905c4b'/>
<id>69ed2dab27302619cad774bbe72c92aaf5905c4b</id>
<content type='text'>
 * `Secondary data tests with updates and queries`: Like the `Secondary data
    tests with updates` but adds intermittent queries while updates are taking
    place.

 * `Secondary data tests with deletes and queries`: Deletes and queries
   intermettently. This one was specifically crafted to trigger the
   `ebtree:lookup_multi/3` error and hopefully other similar ones. The
   retry_until section at the end was added to differentiate between the case
   were we return a partial view and when the view is actually broken and it
   will never "catch up". Once we start returning only completed views, we
   remove that section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * `Secondary data tests with updates and queries`: Like the `Secondary data
    tests with updates` but adds intermittent queries while updates are taking
    place.

 * `Secondary data tests with deletes and queries`: Deletes and queries
   intermettently. This one was specifically crafted to trigger the
   `ebtree:lookup_multi/3` error and hopefully other similar ones. The
   retry_until section at the end was added to differentiate between the case
   were we return a partial view and when the view is actually broken and it
   will never "catch up". Once we start returning only completed views, we
   remove that section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Secondary data tests with updates test</title>
<updated>2021-03-18T15:44:52+00:00</updated>
<author>
<name>Robert Newson</name>
<email>rnewson@apache.org</email>
</author>
<published>2021-03-18T15:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=b125036f79b5c12ffd85146cceeed8e99c14eeb3'/>
<id>b125036f79b5c12ffd85146cceeed8e99c14eeb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _changes?filter=_design (#3430)</title>
<updated>2021-03-16T15:48:24+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2021-03-16T15:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=1062435f50cf5bcc45cd37b0f89968d1d050c17e'/>
<id>1062435f50cf5bcc45cd37b0f89968d1d050c17e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _membership call from set_config_raw in integration tests</title>
<updated>2021-03-13T05:46:34+00:00</updated>
<author>
<name>Nick Vatamaniuc</name>
<email>vatamane@apache.org</email>
</author>
<published>2021-03-12T20:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=38678d0360a0763d33b73aff7685bd2e1b62e9f8'/>
<id>38678d0360a0763d33b73aff7685bd2e1b62e9f8</id>
<content type='text'>
Since we run `elixir` tests with `-n 1` we can just use `_local`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we run `elixir` tests with `-n 1` we can just use `_local`
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and re-enable ChangesAsyncTest</title>
<updated>2021-03-11T22:38:34+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@apache.org</email>
</author>
<published>2021-03-05T12:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=63700c38dfe5f0c023e243362cd7101d5ec09058'/>
<id>63700c38dfe5f0c023e243362cd7101d5ec09058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify correctness with concurrent updates</title>
<updated>2021-03-10T17:33:39+00:00</updated>
<author>
<name>Robert Newson</name>
<email>rnewson@apache.org</email>
</author>
<published>2021-03-09T15:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=c1c8295f7cf8139b9dc87c64cea19dbd8e6c2ea3'/>
<id>c1c8295f7cf8139b9dc87c64cea19dbd8e6c2ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add transaction size exceeded test (#3395)</title>
<updated>2021-03-03T22:35:30+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2021-03-03T22:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=ad30fea6bbc8766c8f575eb664da924f27ec1893'/>
<id>ad30fea6bbc8766c8f575eb664da924f27ec1893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make session elixir test more robust</title>
<updated>2021-03-01T19:59:34+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@apache.org</email>
</author>
<published>2021-03-01T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=04086e67161ef6facaee6a119afbfc0fbafacb45'/>
<id>04086e67161ef6facaee6a119afbfc0fbafacb45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle all erlfdb error codes (#3355)</title>
<updated>2021-02-08T09:55:52+00:00</updated>
<author>
<name>Robert Newson</name>
<email>rnewson@apache.org</email>
</author>
<published>2021-02-08T09:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=0b488defdfd4808fa9843961b588b29e7ed8fc6a'/>
<id>0b488defdfd4808fa9843961b588b29e7ed8fc6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
