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

[Streaming Indexing] Introduce bulk HTTP API streaming flavor #15381

Merged
merged 4 commits into from
Aug 28, 2024

Add more test cases

62b27d2
Select commit
Loading
Failed to load commit list.
Merged

[Streaming Indexing] Introduce bulk HTTP API streaming flavor #15381

Add more test cases
62b27d2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 28, 2024 in 0s

12.00% of diff hit (target 71.91%)

View this Pull Request on Codecov

12.00% of diff hit (target 71.91%)

Annotations

Check warning on line 420 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L420

Added line #L420 was not covered by tests

Check warning on line 423 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L422-L423

Added lines #L422 - L423 were not covered by tests

Check warning on line 446 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L446

Added line #L446 was not covered by tests

Check warning on line 448 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L448

Added line #L448 was not covered by tests

Check warning on line 453 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L453

Added line #L453 was not covered by tests

Check warning on line 456 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L455-L456

Added lines #L455 - L456 were not covered by tests

Check warning on line 461 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L459-L461

Added lines #L459 - L461 were not covered by tests

Check warning on line 466 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L466

Added line #L466 was not covered by tests

Check warning on line 471 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L471

Added line #L471 was not covered by tests

Check warning on line 474 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L473-L474

Added lines #L473 - L474 were not covered by tests

Check warning on line 476 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L476

Added line #L476 was not covered by tests

Check warning on line 479 in client/rest/src/main/java/org/opensearch/client/RestClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest/src/main/java/org/opensearch/client/RestClient.java#L479

Added line #L479 was not covered by tests

Check warning on line 104 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L104

Added line #L104 was not covered by tests

Check warning on line 108 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L108

Added line #L108 was not covered by tests

Check warning on line 131 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L131

Added line #L131 was not covered by tests

Check warning on line 139 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 146 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L143-L146

Added lines #L143 - L146 were not covered by tests

Check warning on line 153 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L153

Added line #L153 was not covered by tests

Check warning on line 157 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L155-L157

Added lines #L155 - L157 were not covered by tests

Check warning on line 160 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L160

Added line #L160 was not covered by tests

Check warning on line 246 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L246

Added line #L246 was not covered by tests

Check warning on line 248 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L248

Added line #L248 was not covered by tests

Check warning on line 251 in server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/document/RestBulkStreamingAction.java#L251

Added line #L251 was not covered by tests