diff --git a/.github/workflows/vineyard-operator.yaml b/.github/workflows/vineyard-operator.yaml index f74e6c2c5..ce3914138 100644 --- a/.github/workflows/vineyard-operator.yaml +++ b/.github/workflows/vineyard-operator.yaml @@ -283,6 +283,7 @@ jobs: - name: e2e-tests-vineyardctl-python-api if: ${{ matrix.job == 'e2e-tests-vineyardctl-python-api' }} run: | + go build -a -o python/vineyard/bdist/vineyardctl k8s/cmd/main.go make -C k8s/test/e2e e2e-tests-vineyardctl-python-api - name: e2e-tests-deploy-raw-backup-and-recover diff --git a/k8s/test/e2e/etcd-failover/three-etcd-nodes-failover-e2e.yaml b/k8s/test/e2e/etcd-failover/three-etcd-nodes-failover-e2e.yaml index 06ca4b4cd..cedb9c9bb 100644 --- a/k8s/test/e2e/etcd-failover/three-etcd-nodes-failover-e2e.yaml +++ b/k8s/test/e2e/etcd-failover/three-etcd-nodes-failover-e2e.yaml @@ -32,7 +32,7 @@ setup: kubectl delete pod vineyardd-$(shuf -i 0-2 -n 1) -n default --force kubectl rollout status statefulset/vineyardd # wait for the instance quit messages to be propagated - sleep 120 + sleep 180 kubectl rollout status statefulset/vineyardd done - name: install consumer