Skip to content

Comments

Add run-level discriminator to container names#118

Open
clkao wants to merge 1 commit intodbt-labs:mainfrom
clkao:feature/run-container-isolation
Open

Add run-level discriminator to container names#118
clkao wants to merge 1 commit intodbt-labs:mainfrom
clkao:feature/run-container-isolation

Conversation

@clkao
Copy link
Contributor

@clkao clkao commented Feb 10, 2026

Summary

  • Injects a 6-char hash of run_id into container names so parallel benchmark runs for the same tasks get unique Docker containers
  • Prevents container name collisions when multiple runs execute the same task concurrently

Test plan

  • Run two concurrent benchmark runs with overlapping tasks and verify no container name conflicts
  • Verify single runs still work correctly with the discriminator in container names

🤖 Generated with Claude Code

Parallel benchmark runs for the same tasks collided because container
names had no run-level identifier. Inject a 6-char hash of run_id
into container names so each run gets unique Docker containers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant