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
This removes some monitoring tests that have been silenced for a long
time. These tests don't really provide any value for the upgrade suite and
they just create noise due to their occasional timing-related failures.
Copy file name to clipboardExpand all lines: x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/UpgradeClusterClientYamlTestSuiteIT.java
-28Lines changed: 0 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -42,34 +42,6 @@ public void waitForTemplates() throws Exception {
42
42
XPackRestTestHelper.waitForMlTemplates(client());
43
43
}
44
44
45
-
/**
46
-
* Enables an HTTP exporter for monitoring so that we can test the production-level exporter (not the local exporter).
47
-
*
48
-
* The build.gradle file disables data collection, so the expectation is that any monitoring rest tests will use the
49
-
* "_xpack/monitoring/_bulk" endpoint to lazily setup the templates on-demand and fill in data without worrying about
0 commit comments