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

QueryFetchSearchResult as a proto message and node-to-node communication with protobuf #11910

Closed

Fixing after merging to main

324c58f
Select commit
Loading
Failed to load commit list.
Closed

QueryFetchSearchResult as a proto message and node-to-node communication with protobuf #11910

Fixing after merging to main
324c58f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 26, 2024 in 1s

36.36% of diff hit (target 71.42%)

View this Pull Request on Codecov

36.36% of diff hit (target 71.42%)

Annotations

Check warning on line 63 in libs/core/src/main/java/org/opensearch/core/transport/TransportMessage.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/transport/TransportMessage.java#L63

Added line #L63 was not covered by tests

Check warning on line 81 in libs/core/src/main/java/org/opensearch/core/transport/TransportResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/transport/TransportResponse.java#L81

Added line #L81 was not covered by tests

Check warning on line 100 in libs/core/src/main/java/org/opensearch/core/transport/TransportResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/transport/TransportResponse.java#L100

Added line #L100 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 52 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 57 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 61 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L61

Added line #L61 was not covered by tests

Check warning on line 66 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L66

Added line #L66 was not covered by tests

Check warning on line 71 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L71

Added line #L71 was not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/ProtobufActionListenerResponseHandler.java#L76

Added line #L76 was not covered by tests

Check warning on line 252 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L252

Added line #L252 was not covered by tests

Check warning on line 256 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L256

Added line #L256 was not covered by tests

Check warning on line 258 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L258

Added line #L258 was not covered by tests

Check warning on line 793 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L793

Added line #L793 was not covered by tests

Check warning on line 806 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L803-L806

Added lines #L803 - L806 were not covered by tests

Check warning on line 809 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L809

Added line #L809 was not covered by tests

Check warning on line 813 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L813

Added line #L813 was not covered by tests

Check warning on line 818 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L818

Added line #L818 was not covered by tests

Check warning on line 822 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L822

Added line #L822 was not covered by tests

Check warning on line 827 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L827

Added line #L827 was not covered by tests

Check warning on line 830 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L830

Added line #L830 was not covered by tests

Check warning on line 833 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L833

Added line #L833 was not covered by tests

Check warning on line 837 in server/src/main/java/org/opensearch/action/search/SearchTransportService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchTransportService.java#L837

Added line #L837 was not covered by tests

Check warning on line 34 in server/src/main/java/org/opensearch/common/document/serializer/DocumentFieldProtobufSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/document/serializer/DocumentFieldProtobufSerializer.java#L34

Added line #L34 was not covered by tests