Skip to content

Commit 51bd6c4

Browse files
Revert "Pin routing health on the Waterline workers surface"
This reverts commit 8fd3ab0.
1 parent 8fd3ab0 commit 51bd6c4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/Feature/V2HealthControllerTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,9 @@ public function testHealthEndpointCategorizesEveryCheckAndExposesWakeAcceleratio
242242
$workflowChecks,
243243
static fn (array $check): bool => ($check['name'] ?? null) === 'long_poll_wake_acceleration',
244244
));
245-
$routingChecks = array_values(array_filter(
246-
$workflowChecks,
247-
static fn (array $check): bool => ($check['name'] ?? null) === 'routing_health',
248-
));
249245

250246
$this->assertCount(1, $wakeChecks, 'Waterline health must surface the long_poll_wake_acceleration check so operators can read acceleration-layer health.');
251247
$this->assertSame('acceleration', $wakeChecks[0]['category']);
252-
$this->assertCount(1, $routingChecks, 'Waterline health must surface the routing_health check so operators can read routing drains without log archaeology.');
253-
$this->assertSame('correctness', $routingChecks[0]['category']);
254248

255249
foreach ($workflowChecks as $check) {
256250
$this->assertArrayHasKey('category', $check, sprintf(

0 commit comments

Comments
 (0)