Skip to content

Commit 90e9622

Browse files
committed
e2e: fix sharded-standby-citus
1 parent bc99e19 commit 90e9622

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stackgres-k8s/e2e/spec/sharded-standby-citus

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ check_sharded_connectivity() {
102102
do
103103
CLUSTER_NAME="$SHARDED_CLUSTER_NAME-$SUFFIX" check_connectivity -i 0
104104
done
105+
CLUSTER_NAME="$SHARDED_CLUSTER_NAME"
105106
}
106107

107108
check_sharded_metrics() {
@@ -111,6 +112,7 @@ check_sharded_metrics() {
111112
do
112113
CLUSTER_NAME="$SHARDED_CLUSTER_NAME-$SUFFIX" check_metrics
113114
done
115+
CLUSTER_NAME="$SHARDED_CLUSTER_NAME"
114116
}
115117

116118
check_sharded_standby_can_be_converted_to_sharded_primary() {

0 commit comments

Comments
 (0)