Skip to content

Commit c9793dd

Browse files
committed
Fix backup test; use mysql image
Signed-off-by: Matt Lord <[email protected]>
1 parent 5c809cc commit c9793dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/endtoend/operator/101_initial_cluster_backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
vtorc: vitess/lite:latest
2222
vtbackup: vitess/lite:latest
2323
mysqld:
24-
mysql56Compatible: vitess/lite:latest
24+
mysql80Compatible: mysql:8.0.30
2525
mysqldExporter: prom/mysqld-exporter:v0.11.0
2626
cells:
2727
- name: zone1

tools/get-e2e-test-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
if ! command -v vtctldclient &> /dev/null
4141
then
4242
echo "Downloading vtctldclient..."
43-
version="19.0.1"
43+
version="19.0.3"
4444
hash="3a43ab8"
4545
file="vitess-${version}-${hash}.tar.gz"
4646
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}

0 commit comments

Comments
 (0)