From 6c0123bb1790e09a5cbfc397eb4f46322233bcaf Mon Sep 17 00:00:00 2001 From: Ramon Smits Date: Thu, 3 Sep 2026 12:15:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Classify=20the=20search=20engine?= =?UTF-8?q?=20custom=20checks=20as=20built-in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #5840 introduced InternalCustomCheckClassification and PR #5833 added the Error/Audit Database Search Engine custom checks. Both merged independently, so the new checks were never registered and the CustomCheckTests.VerifyCustomChecks approval tests fail on master with "MISSING FROM InternalCustomCheckClassification". --- .../InternalCustomCheckClassification.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ServiceControl.Persistence/InternalCustomCheckClassification.cs b/src/ServiceControl.Persistence/InternalCustomCheckClassification.cs index 4a7fc96e7f..10a328db78 100644 --- a/src/ServiceControl.Persistence/InternalCustomCheckClassification.cs +++ b/src/ServiceControl.Persistence/InternalCustomCheckClassification.cs @@ -40,6 +40,7 @@ public static class InternalCustomCheckClassification "RavenDB dirty memory", // primary AND audit "ServiceControl database", // RavenDB persister "Message Ingestion Process", // RavenDB persister + "Error Database Search Engine", // RavenDB persister "ServiceControl body storage", // EF Core persisters "Dead Letter Queue", // ASBS / IBMMQ / MSMQ @@ -47,6 +48,7 @@ public static class InternalCustomCheckClassification "Audit Message Ingestion", "Audit Message Ingestion Process", "Audit Database Index Lag", + "Audit Database Search Engine", "ServiceControl.Audit database", };