You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml
+53-8Lines changed: 53 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1758,17 +1758,17 @@ setup:
1758
1758
name: '*'
1759
1759
ignore: 404
1760
1760
1761
-
# We create the index no-template-index with an implicit mapping that has a num field with type long:
1761
+
# We create the index no-template-index with an implicit mapping that has a foo field with type long:
1762
1762
- do:
1763
1763
bulk:
1764
1764
refresh: true
1765
1765
body:
1766
1766
- '{"index": {"_index": "no-template-index"}}'
1767
-
- '{"num": 3}'
1767
+
- '{"foo": 3}'
1768
1768
1769
1769
# Now we make sure that the existing mapping is taken into account when we simulate with a mapping_addition. Since
1770
-
# the pre-existing mapping has num mapped as a long, this ought to fail with a document_parsing_exception because
1771
-
# we are attempting to write a boolean num.
1770
+
# the pre-existing mapping has foo mapped as a long, this ought to fail with a document_parsing_exception because
0 commit comments