Test for incomplete operation status. #433

Open
opened 2025-12-28 18:16:20 +00:00 by sami · 0 comments
Owner

Originally created by @roman-khimov on GitHub (Nov 18, 2025).

I'm always frustrated when we get things like https://github.com/nspcc-dev/neofs-node/issues/3678 in production.

Describe the solution you'd like

Add special tests for operations that can return "incomplete" status, that is PUT/DELETE/SEARCH. The easiest way to achieve that would be to have "REP 4" container with four nodes and one of them being down. Depending on timeout configurations there might be a period when some "context cancelled" error would be returned, but eventually we should get Incomplete status.

Originally created by @roman-khimov on GitHub (Nov 18, 2025). ## Is your feature request related to a problem? Please describe. I'm always frustrated when we get things like https://github.com/nspcc-dev/neofs-node/issues/3678 in production. ## Describe the solution you'd like Add special tests for operations that can return "incomplete" status, that is PUT/DELETE/SEARCH. The easiest way to achieve that would be to have "REP 4" container with four nodes and one of them being down. Depending on timeout configurations there might be a period when some "context cancelled" error would be returned, but eventually we should get Incomplete status.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-testcases#433
No description provided.