Implementing pagination for _cat/shards #14641
79.18% of diff hit (target 71.86%)
View this Pull Request on Codecov
79.18% of diff hit (target 71.86%)
Annotations
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/CatShardsResponse.java#L80-L81
Added lines #L80 - L81 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L63
Added line #L63 was not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L65
Added line #L65 was not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L97-L98
Added lines #L97 - L98 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L102-L105
Added lines #L102 - L105 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L107-L108
Added lines #L107 - L108 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L111-L115
Added lines #L111 - L115 were not covered by tests
Check warning on line 80 in server/src/main/java/org/opensearch/action/pagination/PageParams.java
codecov / codecov/patch
server/src/main/java/org/opensearch/action/pagination/PageParams.java#L80
Added line #L80 was not covered by tests
Check warning on line 72 in server/src/main/java/org/opensearch/action/pagination/PageToken.java
codecov / codecov/patch
server/src/main/java/org/opensearch/action/pagination/PageToken.java#L72
Added line #L72 was not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/rest/action/cat/RestShardsAction.java#L129-L130
Added lines #L129 - L130 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/rest/action/cat/RestShardsAction.java#L132-L135
Added lines #L132 - L135 were not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/rest/action/cat/RestShardsAction.java#L145
Added line #L145 was not covered by tests
codecov / codecov/patch
server/src/main/java/org/opensearch/rest/action/cat/RestShardsAction.java#L359-L360
Added lines #L359 - L360 were not covered by tests