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

ref: remove xfail_if_not_postgres #82097

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

asottile-sentry
Copy link
Member

this hasn't been functional since sentry moved to github actions

this hasn't been functional since sentry moved to github actions
@asottile-sentry asottile-sentry requested a review from a team December 13, 2024 19:32
@asottile-sentry asottile-sentry requested a review from a team as a code owner December 13, 2024 19:32
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 13, 2024
@@ -121,7 +120,7 @@ def setUp(self):
data={
"fingerprint": ["put-me-in-group1"],
"event_id": "a" * 32,
"message": "foo. Also, this message is intended to be greater than 256 characters so that we can put some unique string identifier after that point in the string. The purpose of this is in order to verify we are using snuba to search messages instead of Postgres (postgres truncates at 256 characters and clickhouse does not). santryrox.",
Copy link
Member Author

Choose a reason for hiding this comment

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

I subtly adjusted the text here to avoid the wildcards used in the test. most of them used so*t which is why all the words modified have so in them

@asottile-sentry asottile-sentry enabled auto-merge (squash) December 13, 2024 19:34
@asottile-sentry asottile-sentry merged commit 4a189c1 into master Dec 13, 2024
49 checks passed
@asottile-sentry asottile-sentry deleted the asottile-rm-xfail-if-postgres branch December 13, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants