fix(deploy): no dangling symlink on first-deploy failure, deadline-capped health poll, release pruning, honest commit rc

This commit is contained in:
2026-08-22 19:18:42 -06:00
parent 92a2a6d8ee
commit 6b84665347
3 changed files with 23 additions and 9 deletions
-3
View File
@@ -221,9 +221,6 @@ class ReliabilityApiTest(unittest.TestCase):
self.assertTrue(raises)
self.assertEqual(calls['events'][-1][0], 'profile_restore')
status, result = server.h_profile_restore(
_Ctx({'name': 'missing'}))
def missing_restore(name):
calls['restored'] = name
return {'ok': False, 'restored': [], 'error': 'not found'}