You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/13 17:45:55 UTC

[GitHub] wohali opened a new issue #1735: 2x Elixir failing tests on Windows

wohali opened a new issue #1735: 2x Elixir failing tests on Windows
URL: https://github.com/apache/couchdb/issues/1735
 
 
   After applying the fix for #1730, two Elixir tests are still failing in Windows.
   
   ## Expected Behavior
   `make elixir` should pass
   
   ## Current Behavior
   First failing test:
   
   ```
   SecurityValidationTest
     * test Non-admin user cannot save a ddoc (140.0ms)
     * test Jerry can save a document normally (234.0ms)
     * test Force basic login (31.0ms)
     * test _session API (0.00ms)
     * test Ddoc writes with admin and replication contexts (235.0ms)
     * test Saving document using the wrong credentials (0.00ms)
     * test Author presence and user security (219.0ms)
   
     1) test Author presence and user security (SecurityValidationTest)
        test/security_validation_test.exs:136
        Assertion with == failed
        code:  assert resp.status_code() == 403
        left:  201
        right: 403
        stacktrace:
          test/security_validation_test.exs:147: (test)
   ```
   
   
   Second failing test:
   ```
   RevisionTest
     * test multiple updates with same _rev raise conflict errors (140.0ms)
   
     2) test multiple updates with same _rev raise conflict errors (RevisionTest)
        test/conflicts_test.exs:20
        Assertion with == failed
        code:  assert resp.status_code() == 409
        left:  202
        right: 409
        stacktrace:
          test/conflicts_test.exs:91: RevisionTest.assert_conflict/1
          test/conflicts_test.exs:25: (test)
   ```
   
   Oddly, the test mentioned in https://github.com/apache/couchdb/pull/1726#issuecomment-437644518 isn't failing on Windows.
   
   ## Steps to Reproduce (for bugs)
   `make elixir` on a Windows box.
   
   ## Context
   Trying to get the test suite in shape for a 2.3.0 release.
   
   /cc @jaydoane 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services