We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc99e19 commit 90e9622Copy full SHA for 90e9622
1 file changed
stackgres-k8s/e2e/spec/sharded-standby-citus
@@ -102,6 +102,7 @@ check_sharded_connectivity() {
102
do
103
CLUSTER_NAME="$SHARDED_CLUSTER_NAME-$SUFFIX" check_connectivity -i 0
104
done
105
+ CLUSTER_NAME="$SHARDED_CLUSTER_NAME"
106
}
107
108
check_sharded_metrics() {
@@ -111,6 +112,7 @@ check_sharded_metrics() {
111
112
113
CLUSTER_NAME="$SHARDED_CLUSTER_NAME-$SUFFIX" check_metrics
114
115
116
117
118
check_sharded_standby_can_be_converted_to_sharded_primary() {
0 commit comments