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 2020/09/17 20:15:17 UTC

[GitHub] [couchdb] wohali opened a new issue #3159: JWT test failures on Windows

wohali opened a new issue #3159:
URL: https://github.com/apache/couchdb/issues/3159


   ```
   JwtAuthTest
     * test jwt auth with RSA secret (157.0ms)
   
     3) test jwt auth with RSA secret (JwtAuthTest)
        test/elixir/test/jwtauth_test.exs:36
        Assertion with == failed
        code:  assert resp.body()["userCtx"]["name"] == "couch@apache.org"
        left:  :null
        right: "couch@apache.org"
        stacktrace:
          test/elixir/test/jwtauth_test.exs:128: JwtAuthTest.test_fun/2
          (couchdbtest) test/elixir/lib/couch/db_test.ex:475: Couch.DBTest.run_on_modified_server/2
          test/elixir/test/jwtauth_test.exs:62: (test)
   
     * test jwt auth with HMAC secret (15.0ms)
   
     4) test jwt auth with HMAC secret (JwtAuthTest)
        test/elixir/test/jwtauth_test.exs:6
        Assertion with == failed
        code:  assert resp.body()["userCtx"]["name"] == "couch@apache.org"
        left:  :null
        right: "couch@apache.org"
        stacktrace:
          test/elixir/test/jwtauth_test.exs:128: JwtAuthTest.test_fun/2
          (couchdbtest) test/elixir/lib/couch/db_test.ex:475: Couch.DBTest.run_on_modified_server/2
          test/elixir/test/jwtauth_test.exs:23: (test)
   
     * test jwt auth with EC secret (16.0ms)
   
     5) test jwt auth with EC secret (JwtAuthTest)
        test/elixir/test/jwtauth_test.exs:75
        Assertion with == failed
        code:  assert resp.body()["userCtx"]["name"] == "couch@apache.org"
        left:  :null
        right: "couch@apache.org"
        stacktrace:
          test/elixir/test/jwtauth_test.exs:128: JwtAuthTest.test_fun/2
          (couchdbtest) test/elixir/lib/couch/db_test.ex:475: Couch.DBTest.run_on_modified_server/2
          test/elixir/test/jwtauth_test.exs:100: (test)
   
     * test jwt auth without secret (0.00ms)
   ```


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



[GitHub] [couchdb] wohali closed issue #3159: JWT test failures on Windows

Posted by GitBox <gi...@apache.org>.
wohali closed issue #3159:
URL: https://github.com/apache/couchdb/issues/3159


   


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