test: add a test case to verify consistent memberlist on bootstrap

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2023-09-27 16:12:45 +01:00
parent d92d37b105
commit 628b45c099
4 changed files with 98 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ jobs:
echo "${TARGET}"
case "${TARGET}" in
linux-amd64-e2e)
make gofail-enable
VERBOSE=1 GOOS=linux GOARCH=amd64 CPU=4 EXPECT_DEBUG=true make test-e2e-release
;;
linux-386-e2e)