Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git ignore top level clouseau directory #4979

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Git ignore top level clouseau directory #4979

merged 1 commit into from
Feb 14, 2024

Conversation

jaydoane
Copy link
Contributor

@jaydoane jaydoane commented Feb 9, 2024

This directory can be created via the --enable-clouseau configuration flag, so ignore it.

Overview

Testing recommendations

Related Issues or Pull Requests

Checklist

  • Code is written and works correctly
  • Changes are covered by tests
  • Any new configurable parameters are documented in rel/overlay/etc/default.ini
  • Documentation changes were made in the src/docs folder
  • Documentation changes were backported (separated PR) to affected branches

@jaydoane
Copy link
Contributor Author

jaydoane commented Feb 9, 2024

Dang!

11:32:41  Failures
11:32:41  ========
11:32:41  
11:32:41  PasswordCacheTest - test password cache
11:32:41  ---------------------------------------
11:32:41  
11:32:41  1) test password cache (PasswordCacheTest)
11:32:41       test/elixir/test/password_cache_test.exs:7
11:32:41       Slow hash is expected for user1 during login
11:32:41       code: run_on_modified_server(server_config, fn -> test_fun(db_name) end)
11:32:41       stacktrace:
11:32:41         test/elixir/test/password_cache_test.exs:78: PasswordCacheTest.assert_cache/4
11:32:41         test/elixir/test/password_cache_test.exs:135: PasswordCacheTest.test_fun/1
11:32:41         (couchdbtest 0.1.0) test/elixir/lib/couch/dbtest.ex:508: Couch.DBTest.run_on_modified_server/2
11:32:41         test/elixir/test/password_cache_test.exs:23: (test)

Copy link
Contributor

@nickva nickva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

I tried to fix the timeout in password hasher here #4980 🤞

@nickva
Copy link
Contributor

nickva commented Feb 10, 2024

Unfortunately the password hasher test is still failing. Just increasing the timeout didn't seem to help.

I made an issue for it: #4981

This directory can be created via the `--enable-clouseau`
configuration flag, so ignore it.
@jaydoane jaydoane merged commit 6cdae96 into main Feb 14, 2024
14 checks passed
@jaydoane jaydoane deleted the git-ignore-clouseau branch February 14, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants