Skip to content

Commit 3e4d37e

Browse files
committed
Pass namespace to checkPodSpecBySelectorWithTimeout()
1 parent 0c65cc3 commit 3e4d37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/endtoend/upgrade_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ function verifyResourceSpec() {
256256
echo "Verifying resource spec"
257257

258258
echo "mysqld_exporter flags:"
259-
checkPodSpecBySelectorWithTimeout "planetscale.com/component=vttablet" 3 "--no-collect.info_schema.innodb_cmpmem$"
260-
checkPodSpecBySelectorWithTimeout "planetscale.com/component=vttablet" 3 "--collect.info_schema.tables$"
261-
checkPodSpecBySelectorWithTimeout "planetscale.com/component=vttablet" 3 "--collect.info_schema.tables.databases=\*$"
259+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 3 "--no-collect.info_schema.innodb_cmpmem$"
260+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 3 "--collect.info_schema.tables$"
261+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 3 "--collect.info_schema.tables.databases=\*$"
262262
}
263263

264264
# Test setup

0 commit comments

Comments
 (0)