Skip to content

Improve waiter polling#3488

Merged
cthulhu-rider merged 5 commits intomasterfrom
improve-waiter-polling
Jul 30, 2025
Merged

Improve waiter polling#3488
cthulhu-rider merged 5 commits intomasterfrom
improve-waiter-polling

Conversation

@roman-khimov
Copy link
Member

No description provided.

1s a lot of time for fast networks with dynamic blocks (50ms min). That's one
of the reasons tests with dynamic blocks (nspcc-dev/neofs-testcases#1116)
are running for ~same time as previously even though container operations
became much faster to complete.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This command uses protobuf directly, so it's harder to use network info there.
At least use 1s time instead of 5s.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov added this to the v0.48.1 milestone Jul 29, 2025
@codecov
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

❌ Patch coverage is 0% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 23.47%. Comparing base (6c4da00) to head (987f109).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-cli/modules/container/create.go 0.00% 14 Missing ⚠️
cmd/neofs-cli/modules/container/delete.go 0.00% 13 Missing ⚠️
cmd/neofs-cli/modules/container/set_eacl.go 0.00% 13 Missing ⚠️
cmd/neofs-cli/modules/container/util.go 0.00% 3 Missing ⚠️
cmd/neofs-cli/modules/request/container.go 0.00% 2 Missing ⚠️
cmd/neofs-cli/internal/common/exit.go 0.00% 1 Missing ⚠️
cmd/neofs-cli/modules/container/get_eacl.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3488      +/-   ##
==========================================
+ Coverage   23.43%   23.47%   +0.04%     
==========================================
  Files         669      669              
  Lines       50312    50211     -101     
==========================================
- Hits        11790    11787       -3     
+ Misses      37601    37503      -98     
  Partials      921      921              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roman-khimov roman-khimov force-pushed the improve-waiter-polling branch from 2a82835 to 33b2cf7 Compare July 29, 2025 15:57
Copy link
Contributor

@cthulhu-rider cthulhu-rider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks nice overall

Nothing useful in this code. Refs. #2769.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
No functional changes, refs. #2769.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
It does the same thing. I've tried to preserve output as much as possible, but
this can't be done 100%.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov force-pushed the improve-waiter-polling branch from 33b2cf7 to 987f109 Compare July 30, 2025 07:19
@cthulhu-rider cthulhu-rider merged commit df24e1c into master Jul 30, 2025
23 of 27 checks passed
@cthulhu-rider cthulhu-rider deleted the improve-waiter-polling branch July 30, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants