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

Avoid infinite loop in flat_object parsing #15985

Merged
merged 4 commits into from
Sep 20, 2024

Add skip for newly-added test

6ddd18b
Select commit
Loading
Failed to load commit list.
Merged

Avoid infinite loop in flat_object parsing #15985

Add skip for newly-added test
6ddd18b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 20, 2024 in 1s

73.91% of diff hit (target 71.90%)

View this Pull Request on Codecov

73.91% of diff hit (target 71.90%)

Annotations

Check warning on line 156 in server/src/main/java/org/opensearch/common/xcontent/JsonToStringXContentParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/xcontent/JsonToStringXContentParser.java#L156

Added line #L156 was not covered by tests

Check warning on line 572 in server/src/main/java/org/opensearch/index/mapper/FlatObjectFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/FlatObjectFieldMapper.java#L572

Added line #L572 was not covered by tests

Check warning on line 578 in server/src/main/java/org/opensearch/index/mapper/FlatObjectFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/FlatObjectFieldMapper.java#L576-L578

Added lines #L576 - L578 were not covered by tests