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/01/08 23:17:09 UTC

[GitHub] [couchdb] nickva commented on issue #2424: chttpd purge test failure

nickva commented on issue #2424: chttpd purge test failure
URL: https://github.com/apache/couchdb/issues/2424#issuecomment-572304711
 
 
   I noticed this as well. Dug into the logs and see that it was a flaky auth failure:
   
   
   ```
   [notice] 2020-01-08T22:49:17.394510Z nonode@nohost <0.7059.0> -------- config: [admins] chttpd_db_test_admin deleted for reason nil
   [notice] 2020-01-08T22:49:17.395010Z nonode@nohost <0.7059.0> -------- config: [admins] chttpd_db_test_admin set to pass for reason nil
   [notice] 2020-01-08T22:49:17.396323Z nonode@nohost <0.7059.0> -------- config: [admins] chttpd_db_test_admin set to -pbkdf2-81cf7a744b3b0715c06d32436a3c0adee57502fb,01459c94b2344081794c3d0ff8a4ccb4,10 for reason nil
   [notice] 2020-01-08T22:49:17.399415Z nonode@nohost <0.7339.0> b3933e8c08 127.0.0.1:32949 127.0.0.1 undefined PUT /eunit-test-db-779d9be929aecb36d3f07bad0914b21a 401 ok 4
   [notice] 2020-01-08T22:49:17.400575Z nonode@nohost <0.7059.0> -------- config: [admins] chttpd_db_test_admin set to pass for reason nil
   ```
    `PUT /eunit-test-db-779d9be929aecb36d3f07bad0914b21a 401` was expected to be 202 or 201 but is 401 instead

----------------------------------------------------------------
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


With regards,
Apache Git Services