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

ingest storage: synchronize logger access between parallel tests #9428

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

dimitarvdimitrov
Copy link
Contributor

What this PR does

After #9326 we were using locks within a single test, but Parallel() tests were using difference instances of testingLogger, so there was no synchronization.

Which issue(s) this PR fixes or relates to

Fixes #9325

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
@dimitarvdimitrov dimitarvdimitrov requested a review from a team as a code owner September 26, 2024 13:30
@dimitarvdimitrov dimitarvdimitrov merged commit 978c109 into main Sep 28, 2024
29 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the dimitar/ingest/share-logger-access branch September 28, 2024 20:26
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.

Data race in test logger
2 participants