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

couch_auth_cache_tests failed is_opened assert #724

Closed
wohali opened this issue Jul 31, 2017 · 0 comments
Closed

couch_auth_cache_tests failed is_opened assert #724

wohali opened this issue Jul 31, 2017 · 0 comments
Assignees

Comments

@wohali
Copy link
Member

wohali commented Jul 31, 2017

Failed on the 2.1.0-RC1 build on a single instance, so a flaky test?

      couch_auth_cache_tests:233: should_close_old_db_on_auth_db_change...*failed*
in function couch_auth_cache_tests:'-should_close_old_db_on_auth_db_change/1-fun-0-'/1 (test/couch_auth_cache_tests.erl, line 234)
in call from couch_auth_cache_tests:'-should_close_old_db_on_auth_db_change/1-fun-3-'/1 (test/couch_auth_cache_tests.erl, line 234)
**error:{assert,[{module,couch_auth_cache_tests},
         {line,234},
         {expression,"is_opened ( DbName )"},
         {expected,true},
         {value,false}]}
  output:<<"">>
nickva added a commit to cloudant/couchdb that referenced this issue Jul 31, 2017
The test was racy. Use test_util:wait/1 function there just like other
places like couch_index_compaction_tests

Fixes apache#724
nickva added a commit that referenced this issue Aug 1, 2017
The test was racy. Use test_util:wait/1 function there just like other
places like couch_index_compaction_tests

Fixes #724
wohali pushed a commit that referenced this issue Oct 19, 2017
The test was racy. Use test_util:wait/1 function there just like other
places like couch_index_compaction_tests

Fixes #724
nickva pushed a commit to nickva/couchdb that referenced this issue Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants