Skip to content

Avoid worker artifact path collisions#10

Merged
vamgan merged 1 commit into
mainfrom
fix/artifact-collision-paths
May 11, 2026
Merged

Avoid worker artifact path collisions#10
vamgan merged 1 commit into
mainfrom
fix/artifact-collision-paths

Conversation

@vamgan
Copy link
Copy Markdown
Contributor

@vamgan vamgan commented May 11, 2026

Summary

  • write artifacts and manifests under a unique per-invocation directory
  • preserve artifact result filenames while preventing overwrites in shared artifact dirs
  • add regression coverage for back-to-back invocations using the same artifact directory

Tests

  • npm run typecheck
  • npm test -- --run
  • npm run build

Fixes #7

@vamgan vamgan force-pushed the fix/artifact-collision-paths branch from 1b42dbf to e928e0a Compare May 11, 2026 06:41
@vamgan vamgan merged commit 95e7a60 into main May 11, 2026
1 check passed
@vamgan vamgan deleted the fix/artifact-collision-paths branch May 11, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

P1: Avoid artifact filename collisions across invocations

1 participant