mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-23 13:02:58 +00:00
Wait for stable upgrade fixtures to initialise
This commit is contained in:
@@ -608,7 +608,10 @@ async function runObjectStorageUpgrade(context: RunnerContext, ports: readonly [
|
||||
await prepareStableRemote(context.cliBinary, session.cliEnv);
|
||||
await runStableFileHistory(context.cliBinary, session.cliEnv, paths, async () => {
|
||||
const result = await runJournalReplicationObserved(context.cliBinary, session.cliEnv);
|
||||
assert(result.succeeded, "The stable Object Storage synchronisation failed.");
|
||||
assert(
|
||||
result.succeeded,
|
||||
`The stable Object Storage synchronisation failed.\nObservation: ${JSON.stringify(result)}`
|
||||
);
|
||||
});
|
||||
await verifyPreUpgradeHistory(upgradeVault, paths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user