nickva commented on pull request #3442: URL: https://github.com/apache/couchdb/pull/3442#issuecomment-802282757
The second test can be checked if it triggers with the `multi_lookup` [bug](https://github.com/apache/couchdb/commit/ec4b2132918338d893a800a823cf5f12d5b2efd5): ``` $ git revert ec4b2132918338d893a800a823cf5f12d5b2efd5 $ make elixir tests=test/elixir/test/concurrent_writes_test.exs 1) test Secondary data tests with deletes and queries (ConcurrentWritesTest) test/elixir/test/concurrent_writes_test.exs:109 Assertion with == failed code: assert [] == Couch.get("/#{db_name}/#{ddoc_id}/_view/foo").body()["rows"] left: [] right: [%{"key" => :null, "value" => 643}] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
