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

e2e: Fix flaky memcached test #4740

Merged
merged 1 commit into from
Oct 6, 2021
Merged

Conversation

akanshat
Copy link
Contributor

@akanshat akanshat commented Oct 6, 2021

Signed-off-by: akanshat [email protected]

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

  • Passed raw config instead of a struct to avoid zero values.
  • Because we only needed to verify the chunk caching operations, we added a label to thanos_store_bucket_cache_operation_hits_total.

Verification

The tests passed without any flake this time.

Copy link
Collaborator

@matej-g matej-g left a comment

Choose a reason for hiding this comment

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

Nice job! 👏 Thanks for the fast response!

)
testutil.Ok(t, err)
testutil.Ok(t, e2e.StartAndWaitReady(s1))

// We need Prometheus to monitor the metrics exposed by Thanos Store.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wanted to suggest dropping this, nice 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks 😄

Copy link
Member

@onprem onprem left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks!

@onprem onprem enabled auto-merge (squash) October 6, 2021 08:36
@onprem onprem merged commit c4da708 into thanos-io:main Oct 6, 2021
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.

3 participants