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
The template that this test suite creates was never used during the test. This is because it uses default priority, and the builtin `logs@template` which also matches with the data stream name has a higher priority.
This change addresses this problem by setting the priority to 200 for the template that this test suite creates. Additionally, an extra check is added the verifying that the created template is actually used by the data stream that this test suite creates.
This change results in this test suite to fail if #133493 isn't applied.
Copy file name to clipboardExpand all lines: x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/LogsdbIndexingRollingUpgradeIT.java
0 commit comments