Skip to content

test: cover watch rebuild with watched dependency#13860

Draft
maxpetrusenkoagent wants to merge 1 commit into
docker:mainfrom
maxpetrusenkoagent:hermes/oss-pr-2026-06-21-docker-compose-13717
Draft

test: cover watch rebuild with watched dependency#13860
maxpetrusenkoagent wants to merge 1 commit into
docker:mainfrom
maxpetrusenkoagent:hermes/oss-pr-2026-06-21-docker-compose-13717

Conversation

@maxpetrusenkoagent

Copy link
Copy Markdown

Summary

  • Extend the watch rebuild dependency regression test to cover a depends_on service that also has its own develop.watch rule
  • Assert the dependency container keeps the same ID and remains running after the frontend rebuild

Test Plan

  • go test -tags e2e ./pkg/e2e/ -run '^$'
  • go test -tags e2e ./pkg/e2e/ -run '^TestWatchRebuildIgnoresDependencies$' -count=1 (blocked locally: Docker daemon unavailable at /var/run/docker.sock)
  • golangci-lint run --build-tags "e2e" ./pkg/e2e/... (blocked locally: golangci-lint not installed)

Closes #13717

Created with: Hermes Agent

Signed-off-by: maxpetrusenkoagent <max.petrusenko.agent@gmail.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.

[BUG] Compose watch can recreate a depends_on service and leave it stuck in Created

1 participant