wohali opened a new pull request #1736: Test suite fixes for Windows URL: https://github.com/apache/couchdb/pull/1736 ## Overview `os:timestamp()` on Windows only has millisecond accuracy, leading to the failure of 2 mango tests. This closes #1732 by disabling the `execution_time_ms` check on Windows only, since these 2 tests seem to be completing in <1ms and failing the `> 0` check. This also fixes the elixir suite by using `127.0.0.1` instead of `localhost`. It's ALWAYS DNS. The bump to `mix.*` was recommended by @davisp in #1730. Closes #1730. ## Testing recommendations Trust me on this one - or you can build your own Windows instance if you want... ## Checklist - [X] Code is written and works correctly; - [X] Changes are covered by tests; - _n/a_ Documentation reflects the changes;
---------------------------------------------------------------- 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
