We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b9e91 commit d2a2a53Copy full SHA for d2a2a53
core/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceIT.java
@@ -227,6 +227,7 @@ public void testRamAccountingTermsEnum() throws Exception {
227
* this case, the fielddata breaker borrows space from the request breaker
228
*/
229
@TestLogging("_root:DEBUG,org.elasticsearch.action.search:TRACE")
230
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/28223")
231
public void testParentChecking() throws Exception {
232
if (noopBreakerUsed()) {
233
logger.info("--> noop breakers used, skipping test");
0 commit comments