Skip to content

Update ydb version to 25.1#4805

Draft
antonmyagkov wants to merge 48 commits into
mainfrom
users/myagkov/ydb-25-1
Draft

Update ydb version to 25.1#4805
antonmyagkov wants to merge 48 commits into
mainfrom
users/myagkov/ydb-25-1

Conversation

@antonmyagkov

Copy link
Copy Markdown
Collaborator

No description provided.

@antonmyagkov
antonmyagkov force-pushed the users/myagkov/ydb-25-1 branch 2 times, most recently from a1370a7 to 0d9ac10 Compare December 18, 2025 11:23
@antonmyagkov antonmyagkov added filestore Add this label to run only cloud/filestore build and tests on PR and removed filestore Add this label to run only cloud/filestore build and tests on PR labels Dec 22, 2025
@github-actions

github-actions Bot commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e9564af.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
8877 8481 0 395 0 1 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e9564af.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
181 78 0 103 0 0 0

@github-actions

github-actions Bot commented Dec 23, 2025

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
8904 8566 0 337 0 1 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
102 50 0 52 0 0 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit bdb81d1.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
102 50 0 52 0 0 0

@antonmyagkov
antonmyagkov force-pushed the users/myagkov/ydb-25-1 branch 2 times, most recently from 71dcf03 to 56c2671 Compare December 23, 2025 11:24
@antonmyagkov antonmyagkov added the rebase Add this label if you want to rebase your PR for test run label Dec 23, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a751345.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
8940 8644 0 295 0 1 0

@antonmyagkov antonmyagkov added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Dec 24, 2025
@github-actions

github-actions Bot commented Dec 24, 2025

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
5657 5637 0 6 0 14 0

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 8a66ebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
26 26 0 0 0 0 0

@antonmyagkov antonmyagkov added rebase Add this label if you want to rebase your PR for test run filestore Add this label to run only cloud/filestore build and tests on PR and removed blockstore Add this label to run only cloud/blockstore build and tests on PR rebase Add this label if you want to rebase your PR for test run labels Dec 24, 2025
@github-actions

github-actions Bot commented Dec 24, 2025

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
3189 3051 0 57 0 81 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
125 2 0 42 0 81 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 8a66ebd.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
123 0 0 42 0 81 0

@antonmyagkov
antonmyagkov force-pushed the users/myagkov/ydb-25-1 branch from 8a66ebd to d82edf5 Compare December 29, 2025 09:07
@antonmyagkov antonmyagkov added rebase Add this label if you want to rebase your PR for test run and removed filestore Add this label to run only cloud/filestore build and tests on PR rebase Add this label if you want to rebase your PR for test run labels Dec 29, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit d82edf5.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
9811 9810 0 0 0 1 0

@antonmyagkov antonmyagkov added rebase Add this label if you want to rebase your PR for test run asan Launch builds with address sanitizer along with regular build tsan Launch builds with thread sanitizer along with regular build msan Launch builds with memory sanitizer along with regular build ubsan Launch builds with undefined behaviour sanitizer along with regular build and removed rebase Add this label if you want to rebase your PR for test run labels Dec 29, 2025
debnatkh and others added 29 commits July 25, 2026 13:53
…ensors from ydb upstream (#5524)

This cherry-pick ahead of 25-1 gives us dsproxy-level max time sensors

Specifically, these 2 PRs:
* ydb-platform/ydb#34619
* ydb-platform/ydb#33717

<img width="726" height="639" alt="image"
src="https://github.com/user-attachments/assets/ff31dfc8-502f-456a-82b0-d57d0069f4f5"
/>

---------

Co-authored-by: Vlad <Kuznetsov va-kuznecov@ydb.tech>
Co-authored-by: Daniil <Zakhlystov 47750602+usernamedt@users.noreply.github.com>
…licDepot (#5374)

### Notes
`ReadItems()` contains a check for 0 `Size` but `ExtractItems()` doesn't
- adding it. Zero-initializing `Front` and `Back` as well to get an
immediate `SIGSEGV` instead of possible memory corruption if there's
some other code path that tries to access `TCyclicBuffer` items w/o
`Size` checks. Fixed lwtrace unittests to actually do something upon
`TItem::Clear()` - otherwise there's no memory access and no crash upon
null item access.

### Issue
#5306
issue: #5194

ydb branch: stream-nb-24-4 commit id:
9cd067441858f3196766f1c7949cbc642e4d7746
Re-upload resources to sandbox
Current `default-linux-aarch64` target platform emits code that is not
optimized for Grace CPU.

This patch adds new target platform for yatool that sets compiler flags
to emit code that would be utilizing full feature set of NVIDIA Grace.

Unfortunately, it also introduces workaround for USE_LLVM_BC14() that
leaks upper C_PLATFORM_FLAGS into LLVM14 toolchaint that doesn't
understand `-mcpu=neoverse-v2`. This is to be dropped with future YDB
upgrades.

Usage:

```
./ya make --target-platform default-linux-armv9a_grace
```

Signed-off-by: Andrey Korzinev <ak@nebius.com>
### Notes
changed Content-Type: text/html -> Content-Type: text/html;
charset=utf-8 for all monpage html replies

better to hardcode utf-8 than to let the browser figure out the encoding
by itself - sometimes browsers decide to use weird things like
windows-1252 for some reason

<img width="642" height="230" alt="Screenshot from 2026-04-02 14-51-02"
src="https://github.com/user-attachments/assets/c3857d2f-321b-4999-82b4-edacfa0bf7e2"
/>
<img width="642" height="230" alt="Screenshot from 2026-04-02 14-50-55"
src="https://github.com/user-attachments/assets/61613fd0-a235-4226-9027-41bab237567e"
/>

### Issue
related to #5507
Sometimes Y_UNIT_TEST(ShouldReassignTablet) fails because of the

```
                group = tablet->FindFreeAllocationUnit(channelId);
                if (group == nullptr) {
                    BLOG_ERROR("THive::TTxUpdateTabletGroups::Execute{" << (ui64)this << "}: tablet "
                            << tablet->Id
                            << " could not find a group for channel " << channelId
                            << " pool " << tablet->GetChannelStoragePoolName(channelId));

```
In order to get more details logging was added to
TLeaderTabletInfo::FindFreeAllocationUnit,
TStoragePoolInfo::FindFreeAllocationUnit.
…s_initializers.cpp to aviod memory leak on Bind() failure (#4042)
@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 277s): all tests PASSED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1215 1215 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 269s): all tests PASSED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1581 1581 0 0 0 0 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1633s): all tests PASSED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
6860 6859 0 0 0 1 0

🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 7621s): some tests FAILED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
4334 4322 0 12 0 0 0

🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 649s): some tests FAILED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
2 0 0 2 0 0 0

🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 646s): some tests FAILED for commit 3177c4f.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
2 0 0 2 0 0 0

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.