test: harden live release validation flakes

This commit is contained in:
Peter Steinberger
2026-04-27 18:32:27 +01:00
parent a2ec5a7d72
commit 8f8ba8af40
3 changed files with 89 additions and 16 deletions

View File

@@ -37,6 +37,9 @@ describe("docker build helper", () => {
expect(helper).toContain("docker_build_exec()");
expect(helper).toContain("docker_build_run()");
expect(helper).toContain("docker buildx build --load");
expect(helper).toContain("docker_build_transient_failure()");
expect(helper).toContain("OPENCLAW_DOCKER_BUILD_RETRIES");
expect(helper).toContain("frontend grpc server closed unexpectedly");
});
it("keeps shell-script Docker builds behind the helper", () => {