Fix flaky "network BAZ" related integration tests #470
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The flaky error is always to do with "network BAZ not found" 🤔
It's not the test itself, it's Docker Swarm being a weirdo.
I realised this network was not being used for any test.
d699b3944e
I ran the entire integration suite and with a few patches, it passed ✅
There were a few weird assumptions in the tests assuming specific commits that were out of date with the new version. Those are fixed now.