Anyone else hitting `AssertionError:

Anyone else hitting AssertionError: Build ID should be set if containers are defined and enabled when running integration tests with containers enabled?
6 Replies
Wonky Onion
Wonky Onion3mo ago
What’s your test set up?
Alexander
AlexanderOP3mo ago
Sorry I didn't provide enough info upfront I can't reproduce this anymore (but I think downgrading the vitest-pool-workers was what fixed the issue)
Wonky Onion
Wonky Onion3mo ago
hmm so are you managing to run integration tests again projects with containers in vitest-pool-workers successfully? what version of wrangler/vitest-pool-workers are you using?
Alexander
AlexanderOP3mo ago
Attaching my package.json
Alexander
AlexanderOP3mo ago
if I downgrade to "@cloudflare/vitest-pool-workers": "^0.8.40", tests at least run I picked this by brute force -> this was the version on which I do no get this error

Did you find this page helpful?