dottorblaster commented on a change in pull request #1760: test: port coffee.js to Elixir test suite URL: https://github.com/apache/couchdb/pull/1760#discussion_r236041092
########## File path: test/elixir/test/coffee_test.exs ########## @@ -0,0 +1,82 @@ +defmodule CoffeeTest do + use CouchTestCase + + @moduletag :coffee + @headers ["X-Couch-Full-Commit": "false"] Review comment: Yeah, I tried with and without the header and it was ~worthless, it seemed to get better but it didn't solve anything. We can drop it out eventually, I agree. ---------------------------------------------------------------- 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
