mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Fix flakiness in yml test (#110029)
* Apply FLS to the contents of IgnoredSourceFieldMapper * Update docs/changelog/109931.yaml * minor refactor * minor refactor * spotless fix * more tests * check unfiltered map * add comments * add comments * add unittest * update test * Fix test flakiness
This commit is contained in:
parent
49280e811c
commit
b18ee11b75
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ Field with ignored_malformed:
|
|||
Authorization: "ApiKey ${credentials}"
|
||||
search:
|
||||
index: index_fls
|
||||
sort: name
|
||||
- match: { hits.hits.0._source.name: A }
|
||||
- is_false: "hits.hits.0._source.secret"
|
||||
- match: { hits.hits.1._source.name: B }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue