This adds `stable=True` to silo tests with a few small `assume_test_silo_mode` changes to get the stable tests passing along the way.
@@ -4,7 +4,7 @@ from fixtures.apidocs_test_case import APIDocsTestCase
from sentry.testutils.silo import region_silo_test
-@region_silo_test
+@region_silo_test(stable=True)
class ProjectGroupHashesDocs(APIDocsTestCase):
def setUp(self):
self.create_event("a")
@@ -5,7 +5,7 @@ from sentry.testutils.helpers.datetime import before_now, iso_format
class ProjectGroupIssueDetailsDocs(APIDocsTestCase):
self.create_release(project=self.project, version="abcdabc")
class GroupTagKeyValuesDocs(APIDocsTestCase):
key, value = "foo", "bar"
@@ -5,7 +5,7 @@ from fixtures.apidocs_test_case import APIDocsTestCase
class ProjectEventDetailsDocs(APIDocsTestCase):
endpoint = "sentry-api-0-project-event-details"
class ProjectTagKeyValuesDocs(APIDocsTestCase):
key = "foo"
class OrganizationEventIDLookupDocs(APIDocsTestCase):
event = self.create_event("a", message="oh no")
class OrganizationDetailsDocs(APIDocsTestCase):
organization = self.create_organization(owner=self.user, name="Rowdy Tiger")
class OrganizationIndexDocs(APIDocsTestCase):
self.create_organization(owner=self.user, name="Rowdy Tiger")
class OrganizationProjectsDocs(APIDocsTestCase):
class OrganizationReposDocs(APIDocsTestCase):