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-4527 deflake TestOnDemandImportBlipFailure #7401

Merged
merged 1 commit into from
Feb 27, 2025
Merged

CBG-4527 deflake TestOnDemandImportBlipFailure #7401

merged 1 commit into from
Feb 27, 2025

Conversation

torcolvin
Copy link
Collaborator

@torcolvin torcolvin commented Feb 26, 2025

norev messages are sent with noreply, so it is possible for the marker documents rev being processed before the preceding norev is stored

Use WaitForBlipRevMessage rather than a marker document, which doesn't work if any messages are noreply.

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

norev messages are sent with noreply, so it is possible for the marker
documents rev being processed before the preceding norev is stored

Use WaitForBlipRevMessage rather than a marker document, which doesn't
work if any messages are noreply.
@bbrks bbrks merged commit ce9cc0f into main Feb 27, 2025
44 checks passed
@bbrks bbrks deleted the CBG-4527 branch February 27, 2025 10:24
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