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 Onion4w ago
What’s your test set up?
Alexander
AlexanderOP4w 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 Onion4w 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
AlexanderOP4w ago
Attaching my package.json
Alexander
AlexanderOP4w 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?