-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hybridcloud) Fix cross-silo query in project rule details (#61435)
In project rule details we hydrate a detached SentryAppInstallation record to shim up ui component behavior. Preparing ui components requires going from the install to sentryapp which emits a cross silo query in test silos. We haven't been able to catch this in tests before because we don't patch association properties. To get this working I've hydrated a detached SentryApp record. The entire prepare_ui component flow needs to be rebuilt with Rpc models to remove this cruft and that is a bigger undertaking than we have time for today. I've ticketed the follow up work for us to complete later. Fixes HC-1023
- Loading branch information
Showing
3 changed files
with
87 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters