Skip to content

Conversation

@github-actions
Copy link

Description

Backport of #808 to 8.2.

…MOD-11913] Increase threads' reservation timeout (#808)

* get capcity instead of num that can be changed during addvector

* add test

* increase SVS_DEFAULT_UPDATE_JOB_WAIT_TIME to 1 ms

* add to info iterator

* fix tests

* tiered index calls setNumThreads before adding vectors to the backend index

limit addVector: should only be called with numThreads=1

limit addvectors: can be called with n ==1 only when numThreads ==1

enforce this change in tiered tests: set the num threads in the index to 1

* change to 5 ms

* test add vector async

* rever unrelated chcnages

(cherry picked from commit cea54c9)
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.84%. Comparing base (d3edd09) to head (2c45101).
⚠️ Report is 1 commits behind head on 8.2.

Additional details and impacted files
@@            Coverage Diff             @@
##              8.2     #809      +/-   ##
==========================================
- Coverage   96.89%   96.84%   -0.06%     
==========================================
  Files         126      126              
  Lines        7695     7696       +1     
==========================================
- Hits         7456     7453       -3     
- Misses        239      243       +4     

☔ 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.

@meiravgri meiravgri added this pull request to the merge queue Oct 21, 2025
Merged via the queue into 8.2 with commit 15d4f16 Oct 21, 2025
13 of 14 checks passed
@meiravgri meiravgri deleted the backport-808-to-8.2 branch October 21, 2025 08:22
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