Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
/**
* Test that searches using multiterms aggregations returns all request breaker memory.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79437")
public void testRequestBreaker() throws Exception {
final String requestBreaker = randomIntBetween(1, 10000) + "kb";
logger.info("--> Using request breaker setting: {}", requestBreaker);
Expand Down