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.
I'm always frustrated when we don't have tests for new features. nspcc-dev/neofs-node#3231 exposes proper search API from a meta-enabled container.
Describe the solution you'd like
Repeat searchv2 tests for meta-enabled containers (with __NEOFS__METAINFO_CONSISTENCY attribute set to strict or optimistic, enable experimental.chain_meta_data in IR first).
Create meta-enabled container with REP 1, push a number of objects there, ensure they're stored on different nodes, kill all nodes but one, make searchv2 to list all objects, all objects should be returned (with meta-disabled containers only a part available from one node would be listed).
Is your feature request related to a problem? Please describe.
I'm always frustrated when we don't have tests for new features. nspcc-dev/neofs-node#3231 exposes proper search API from a meta-enabled container.
Describe the solution you'd like
__NEOFS__METAINFO_CONSISTENCY
attribute set tostrict
oroptimistic
, enableexperimental.chain_meta_data
in IR first).Additional context
nspcc-dev/neofs-node#2878
The text was updated successfully, but these errors were encountered: