Skip to content

fix(gitlab): prevent duplicate webhook creation via lock+double-check#117347

Draft
wedamija wants to merge 2 commits into
masterfrom
fix/gitlab-duplicate-webhook-race
Draft

fix(gitlab): prevent duplicate webhook creation via lock+double-check#117347
wedamija wants to merge 2 commits into
masterfrom
fix/gitlab-duplicate-webhook-race

test(gitlab): add tests for on_create_repository dedup via lock

6faf5af
Select commit
Loading
Failed to load commit list.
getsantry / getsentry / acceptance skipped Jun 10, 2026 in 13s

No relevant tests (no related files changed)

View the workflow run on getsentry

Running against master

Details

More information

What is this?

This is a check to make sure your Pull Request passes tests on our private getsentry repo. We use GitHub Actions to
dispatch a workflow run on getsentry which creates this Check and eventually reports back the test results.

Read the below point on what to do if this Pull Request requires changes in getsentry.

What do I do if this is failing?

First, make sure your branch on sentry is update to date with master,
as getsentry could be depending on a change that exists in master but
does not yet exist on your feature branch.

If this check is still failing, it probably means the test(s) on getsentry are broken.

You will need to open a PR on getsentry, fix the problem, and add

Requires https://github.com/getsentry/sentry/pull/117347

in the PR description (NOT a comment) to have it run against this PR.