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

CBG-4541: rev cache changes merge into anemone #7405

Open
wants to merge 4 commits into
base: release/anemone
Choose a base branch
from

Conversation

gregns1
Copy link
Contributor

@gregns1 gregns1 commented Feb 28, 2025

CBG-4541

  • Take rev cache deadlock changes into anemone
  • Also fixes some memory based eviction issues
  • Parametrised tests for cv and revid code paths for eviction

Pre-review checklist

  • Removed debug logging (fmt.Print, log.Print, ...)
  • Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

gregns1 and others added 4 commits January 29, 2025 18:13
…import (#7326)

* CBG-4487: dealock in revision cache between Get and On demand import

* remove commented out code

* suppress lint

* add import test skip

* err check stuff

* updated on comments + extra tests

* test refactor issue

* add dev mode assert

* updates to make goroutines exit upon test finish
…7328)

* CBG-4495 do not put documents into rev cache when they are being loaded

* have all on demand imports skip rev cache

* skip test which requires import

* remove redundant argument
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.

2 participants