Wait for stable upgrade fixtures to initialise

This commit is contained in:
vorotamoroz
2026-07-22 08:38:00 +00:00
parent 6b634cd9f2
commit f7577db1d2
4 changed files with 79 additions and 1 deletions
@@ -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);