bessbd edited a comment on pull request #3572: URL: https://github.com/apache/couchdb/pull/3572#issuecomment-844691943
> This test is unfortunately still failing for me and the CI: > > ``` > 09:10:44 CookieAuthTest > 09:10:45 * test cookie auth > * test cookie auth (210.5ms) > 09:10:45 > 09:10:45 1) test cookie auth (CookieAuthTest) > 09:10:45 test/elixir/test/cookie_auth_test.exs:208 > 09:10:45 Expected truthy, got false > 09:10:45 code: assert Enum.member?(info["userCtx"]["roles"], "foo") > 09:10:45 arguments: > 09:10:45 > 09:10:45 # 1 > 09:10:45 [] > 09:10:45 > 09:10:45 # 2 > 09:10:45 "foo" > 09:10:45 > 09:10:45 stacktrace: > 09:10:45 test/elixir/test/cookie_auth_test.exs:376: (test) > 09:10:45 > ``` > > On a happy note, this one passes: > > ``` > CopyDocTest > * test Copy doc tests (90.0ms) > ``` Yeah, I'm working on it. It was passing locally for me so now I'm trying to figure out if I'll add some polling or if I need to rewrite the test case a bit. Thank you for the review, @jaydoane ! Edit: to be honest, I didn't expect a review on a PR with failed CI. You're awesome, Jay! -- 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: [email protected]
