fix: e2e suite fails to build (stale server.New call) #81
Reference in New Issue
Block a user
Delete Branch "benvin/fix-e2e-build"
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?
Fixes #80
Why
make e2edid not compile against master:e2e/e2e_test.gocalledserver.New(cfg)but the signature isNew(cfg, version string). This blocked all end-to-end validation.Changes
"e2e-test"version toserver.Newin the e2e bootstrap.Validation
make e2ebuilds and passes (testcontainers: postgres/redis/minio).