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 193604d commit a5ddecfCopy full SHA for a5ddecf
functionaltests/internal/kbclient/upgrade_assist.go
@@ -170,8 +170,7 @@ func (c *Client) migrateSystemIndices(ctx context.Context) error {
170
}
171
172
// migrateSystemIndicesAndWait first checks that the system indices need to be migrated.
173
-// If they do, it will call migrateSystemIndices all keep waiting until the migration
174
-// status is done.
+// If they do, it will call migrateSystemIndices and wait until the migration is done.
175
func (c *Client) migrateSystemIndicesAndWait(ctx context.Context) error {
176
status, err := c.QuerySystemIndicesMigrationStatus(ctx)
177
if err != nil {
0 commit comments