Skip to content

Commit 3d255eb

Browse files
edsavageGurkan Kaymak
authored and
Gurkan Kaymak
committed
[ML] Temporarily muting failing tests
Muting a number of AutoDetectMemoryLimitIT tests to give CI a chance to settle before easing in required backend changes. relates elastic/ml-cpp#486 relates elastic#42086
1 parent 1cd275d commit 3d255eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/AutodetectMemoryLimitIT.java

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void testTooManyPartitions() throws Exception {
8484
assertThat(modelSizeStats.getMemoryStatus(), equalTo(ModelSizeStats.MemoryStatus.HARD_LIMIT));
8585
}
8686

87+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42207")
8788
public void testTooManyByFields() throws Exception {
8889
Detector.Builder detector = new Detector.Builder("count", null);
8990
detector.setByFieldName("user");
@@ -129,6 +130,7 @@ public void testTooManyByFields() throws Exception {
129130
assertThat(modelSizeStats.getMemoryStatus(), equalTo(ModelSizeStats.MemoryStatus.HARD_LIMIT));
130131
}
131132

133+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42207")
132134
public void testTooManyByAndOverFields() throws Exception {
133135
Detector.Builder detector = new Detector.Builder("count", null);
134136
detector.setByFieldName("department");
@@ -178,6 +180,7 @@ public void testTooManyByAndOverFields() throws Exception {
178180
assertThat(modelSizeStats.getMemoryStatus(), equalTo(ModelSizeStats.MemoryStatus.HARD_LIMIT));
179181
}
180182

183+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42207")
181184
public void testManyDistinctOverFields() throws Exception {
182185
Detector.Builder detector = new Detector.Builder("sum", "value");
183186
detector.setOverFieldName("user");

0 commit comments

Comments
 (0)