Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star tree mapping changes #14261

Closed

adding some more tests and fix

b813450
Select commit
Loading
Failed to load commit list.
Closed

Star tree mapping changes #14261

adding some more tests and fix
b813450
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 1, 2024 in 1s

68.75% of diff hit (target 71.70%)

View this Pull Request on Codecov

68.75% of diff hit (target 71.70%)

Annotations

Check warning on line 1323 in server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java#L1323

Added line #L1323 was not covered by tests

Check warning on line 1119 in server/src/main/java/org/opensearch/index/IndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexService.java#L1119

Added line #L1119 was not covered by tests

Check warning on line 29 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L29

Added line #L29 was not covered by tests

Check warning on line 31 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L31

Added line #L31 was not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L53

Added line #L53 was not covered by tests

Check warning on line 24 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java#L24

Added line #L24 was not covered by tests

Check warning on line 28 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 38 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java#L65

Added line #L65 was not covered by tests

Check warning on line 33 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L33

Added line #L33 was not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 64 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 83 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L86

Added line #L86 was not covered by tests

Check warning on line 63 in server/src/main/java/org/opensearch/index/compositeindex/datacube/Metric.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/Metric.java#L63

Added line #L63 was not covered by tests

Check warning on line 55 in server/src/main/java/org/opensearch/index/compositeindex/datacube/NumericDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/NumericDimension.java#L55

Added line #L55 was not covered by tests

Check warning on line 41 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java#L41

Added line #L41 was not covered by tests

Check warning on line 92 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java#L92

Added line #L92 was not covered by tests

Check warning on line 69 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L69

Added line #L69 was not covered by tests

Check warning on line 75 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L75

Added line #L75 was not covered by tests

Check warning on line 78 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L78

Added line #L78 was not covered by tests

Check warning on line 106 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L106

Added line #L106 was not covered by tests

Check warning on line 25 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java#L25

Added line #L25 was not covered by tests

Check warning on line 112 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java#L112

Added line #L112 was not covered by tests