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
Failure history: only one failure of its type so far
Failure excerpt:
java.lang.AssertionError: Failure at [ml/evaluate_data_frame:189]: got unexpected warning header [
299 Elasticsearch-7.13.0-SNAPSHOT-45067c011e99363d974ebf96244bec212663eada "this request accesses system indices: [.ml-config], but in a future major version, direct access to system indices will be prevented by default"
]
at __randomizedtesting.SeedInfo.seed([96A8B5076DF8D87B:1EFC8ADDC304B583]:0)
at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:451)
The text was updated successfully, but these errors were encountered:
Refreshing all indices seems to potentially touch on the `.ml-config`
index which is a system index. That can cause a depracation warning
for directly accessing system indices. This commit changes the
refresh request to just be on the data index the test uses.
Closeselastic#72046
Refreshing all indices seems to potentially touch on the `.ml-config`
index which is a system index. That can cause a depracation warning
for directly accessing system indices. This commit changes the
refresh request to just be on the data index the test uses.
Closes#72046
…72069) (#72074)
Refreshing all indices seems to potentially touch on the `.ml-config`
index which is a system index. That can cause a depracation warning
for directly accessing system indices. This commit changes the
refresh request to just be on the data index the test uses.
Closes#72046
Backport of #72069
Build scan: https://gradle-enterprise.elastic.co/s/vptinxha2wxme
Repro line:
Reproduces locally?: no
Applicable branches: 7.13, likely others
Failure history: only one failure of its type so far
Failure excerpt:
The text was updated successfully, but these errors were encountered: