mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): add local run log retention
This commit is contained in:
@@ -361,8 +361,8 @@ async function main() {
|
||||
(fs.statSync(path.join(rolloutRoot, name)).mode & 0o777) !== 0o600,
|
||||
) ||
|
||||
(fs.statSync(backupPath).mode & 0o777) !== 0o600 ||
|
||||
receipt.sqlite?.contractVersion !== 43 ||
|
||||
receipt.sqlite?.writeContractVersion !== 43 ||
|
||||
receipt.sqlite?.contractVersion !== 44 ||
|
||||
receipt.sqlite?.writeContractVersion !== 44 ||
|
||||
(receipt.sqlite?.writeObservation !== 'unchanged' &&
|
||||
receipt.sqlite?.writeObservation !== 'changed') ||
|
||||
receipt.sqlite?.backup?.sha256 !== backup.sha256 ||
|
||||
|
||||
Reference in New Issue
Block a user