Skip to content

Commit

Permalink
Merge branch 'main' into maximum-timestamp-in-get-data-streams
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Aug 28, 2024
2 parents 2593151 + 56a1ae5 commit a18b3c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ tests:
- class: org.elasticsearch.search.query.ScriptScoreQueryTests
method: testScriptTermStatsNotAvailable
issue: https://github.com/elastic/elasticsearch/issues/112290
- class: org.elasticsearch.search.retriever.rankdoc.RankDocsSortBuilderTests
method: testEqualsAndHashcode
issue: https://github.com/elastic/elasticsearch/issues/112312
- class: org.elasticsearch.blobcache.shared.SharedBlobCacheServiceTests
method: testGetMultiThreaded
issue: https://github.com/elastic/elasticsearch/issues/112314

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ public void testResponseHeaders() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
public void testDropWarningsExceedingMaxSettings() {
Settings settings = Settings.builder()
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ public void testMassiveDecay() throws IOException {
* Exercise SharedBlobCacheService#get in multiple threads to trigger any assertion errors.
* @throws IOException
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112305")
public void testGetMultiThreaded() throws IOException {
final int threads = between(2, 10);
final int regionCount = between(1, 20);
Expand Down

0 comments on commit a18b3c3

Please sign in to comment.