From 3189641d2fce8df246237574e979f884bb14c68a Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Wed, 3 Apr 2024 22:20:52 +0200 Subject: [PATCH] Use version N+1 of vtctl... binaries when using N+1 for vttablet Signed-off-by: Rohit Nayak --- ...de_downgrade_test_query_serving_queries_next_release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml b/.github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml index 7bfdc98cd45..1e87c301faa 100644 --- a/.github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml +++ b/.github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml @@ -202,6 +202,12 @@ jobs: rm -f $PWD/bin/vtgate $PWD/bin/vttablet $PWD/bin/mysqlctl $PWD/bin/mysqlctld cp /tmp/vitess-build-current/bin/vtgate $PWD/bin/vtgate + + cp /tmp/vitess-build-other/bin/vtctld $PWD/bin + cp /tmp/vitess-build-other/bin/vtctldclient $PWD/bin + cp /tmp/vitess-build-other/bin/vtctl $PWD/bin + cp /tmp/vitess-build-other/bin/vtctlclient $PWD/bin + cp /tmp/vitess-build-other/bin/vttablet $PWD/bin/vttablet cp /tmp/vitess-build-other/bin/mysqlctl $PWD/bin/mysqlctl cp /tmp/vitess-build-other/bin/mysqlctld $PWD/bin/mysqlctld