mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
mute test while I work on #32215
This commit is contained in:
parent
6449d9bc14
commit
3ce984d746
@ -56,7 +56,7 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
|
|||||||
List<PipelineAggregator> pipelineAggregators,
|
List<PipelineAggregator> pipelineAggregators,
|
||||||
Map<String, Object> metaData,
|
Map<String, Object> metaData,
|
||||||
InternalAggregations aggregations) {
|
InternalAggregations aggregations) {
|
||||||
|
|
||||||
roundingInfos = AutoDateHistogramAggregationBuilder.buildRoundings(null);
|
roundingInfos = AutoDateHistogramAggregationBuilder.buildRoundings(null);
|
||||||
int nbBuckets = randomNumberOfBuckets();
|
int nbBuckets = randomNumberOfBuckets();
|
||||||
int targetBuckets = randomIntBetween(1, nbBuckets * 2 + 1);
|
int targetBuckets = randomIntBetween(1, nbBuckets * 2 + 1);
|
||||||
@ -137,6 +137,12 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
|
|||||||
assertEquals(expectedCounts, actualCounts);
|
assertEquals(expectedCounts, actualCounts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32215")
|
||||||
|
public void testReduceRandom() {
|
||||||
|
super.testReduceRandom();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Writeable.Reader<InternalAutoDateHistogram> instanceReader() {
|
protected Writeable.Reader<InternalAutoDateHistogram> instanceReader() {
|
||||||
return InternalAutoDateHistogram::new;
|
return InternalAutoDateHistogram::new;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user