feat(update): stage 3 rollback on failed apply/start

This commit is contained in:
2026-02-15 19:43:15 +03:00
parent bca9007463
commit 68fa841857
2 changed files with 19 additions and 3 deletions

View File

@@ -48,6 +48,8 @@ class AuthReloginSmokeTests(unittest.TestCase):
self.assertIn("def _verify_update_checksum(self, zip_path, checksum_url, download_name):", self.source)
self.assertIn("def _build_update_script(self, app_dir, source_dir, exe_name, target_pid):", self.source)
self.assertIn("set TARGET_PID=", self.source)
self.assertIn("set BACKUP_DIR=", self.source)
self.assertIn(":rollback", self.source)
if __name__ == "__main__":