wohali commented on issue #1735: 2x Elixir failing tests on Windows URL: https://github.com/apache/couchdb/issues/1735#issuecomment-438374493 On a subsequent run, a different test fails: ``` BulkDocsTest * test bulk docs supplies `id` if not provided in doc (125.0ms) * test bulk docs can create, update, & delete many docs per request (296.0ms) * test bulk docs raises error for invlaid `new_edits` parameter (141.0ms) * test bulk docs raises error for invlaid `docs` parameter (235.0ms) * test bulk docs raises error for missing `docs` parameter (140.0ms) * test bulk docs raises error for `all_or_nothing` option (266.0ms) * test bulk docs can detect conflicts (235.0ms) 1) test bulk docs can detect conflicts (BulkDocsTest) test/bulk_docs_test.exs:45 Expected 201 and the same number of response rows as in request, but got %HTTPotion.Response{ body: [ %{ "accepted" => true, "id" => "1", "ok" => true, "rev" => "2-59422af42db146a6a87b76e5edbeeb44" }, %{ "id" => "2", "ok" => true, "rev" => "2-0450643c5eb507fee080a4298e102c9a" }, %{ "id" => "3", "ok" => true, "rev" => "2-7c9bd31172bbb3d4097fa45e3a6e2c85" }, %{ "id" => "4", "ok" => true, "rev" => "2-2fd866cc031a23ac8ccccb49952a2666" }, %{ "id" => "5", "ok" => true, "rev" => "2-3af34b0749ed8322340556d497581836" } ], headers: %HTTPotion.Headers{ hdrs: %{ "cache-control" => "must-revalidate", "content-length" => "338", "content-type" => "application/json", "date" => "Tue, 13 Nov 2018 17:49:03 GMT", "server" => "CouchDB/2.2.0-878866c1e (Erlang OTP/19)", "x-couch-request-id" => "b0a6f69516", "x-couchdb-body-time" => "0" } }, status_code: 202 } code: resp = bulk_post(docs, db) stacktrace: test/bulk_docs_test.exs:134: BulkDocsTest.bulk_post/2 test/bulk_docs_test.exs:57: (test) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
