You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
_list/shards API makes use of TransportCatShardsAction to get the list of shards to be responded in a page. Currently, the support of Integration tests which assert the behaviour of TransportCatShardsAction response is missing. This issue tracks the addition of such tests, which would help avoid the unoptimizations like the one called out in (#16448).
Similar tests for _list/indices, would have to be added once the core logic gets transferred from Rest layer to a new CatIndices specific TransportAction
Describe the solution you'd like
Adding integ test support in TransportActions for paginated _list APIs.
Related component
Cluster Manager
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
_list/shards
API makes use ofTransportCatShardsAction
to get the list of shards to be responded in a page. Currently, the support of Integration tests which assert the behaviour ofTransportCatShardsAction
response is missing. This issue tracks the addition of such tests, which would help avoid the unoptimizations like the one called out in (#16448).Similar tests for
_list/indices
, would have to be added once the core logic gets transferred from Rest layer to a newCatIndices
specificTransportAction
Describe the solution you'd like
Adding integ test support in
TransportActions
for paginated_list
APIs.Related component
Cluster Manager
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: