feat(update): stage 3 rollback on failed apply/start
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user