Skip to content

Commit d1897e8

Browse files
committed
Bump index version constant in "Test index mappings for latest internal index and audit index"
1 parent fc7ef77 commit d1897e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/80_transform_jobs_crud.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ setup:
298298

299299
- do:
300300
warnings:
301-
- "this request accesses system indices: [.transform-internal-006], but in a future major version, direct access to system indices will be prevented by default"
301+
- "this request accesses system indices: [.transform-internal-007], but in a future major version, direct access to system indices will be prevented by default"
302302
indices.get_mapping:
303-
index: .transform-internal-006
304-
- match: { \.transform-internal-006.mappings.dynamic: "false" }
305-
- match: { \.transform-internal-006.mappings.properties.id.type: "keyword" }
303+
index: .transform-internal-007
304+
- match: { \.transform-internal-007.mappings.dynamic: "false" }
305+
- match: { \.transform-internal-007.mappings.properties.id.type: "keyword" }
306306
- do:
307307
indices.get_mapping:
308308
index: .transform-notifications-000002

0 commit comments

Comments
 (0)