Skip to content

Conversation

@dcherednik
Copy link
Member

@dcherednik dcherednik commented Dec 12, 2025

Changelog entry

The allocator is a static object so we can't place tests with different settings in the one process. The attempt to use non static version of allocator was wrong due to TLS cache issues inside slot allocator. So right now we just split tests in to 2 processes.

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

...

The allocator is singleton object so we can't place tests with different settins in the one process. The attempt to use non static version of allocator was wrong due to TLS cache inside slot allocator. So right now we just split tests in to 2 process.
@dcherednik dcherednik changed the title [ICRDMA] Fix msan RDMA allocator tests [ICRDMA] Fix msan RDMA allocator tests. EXT-1788 Dec 12, 2025
@ydbot
Copy link
Collaborator

ydbot commented Dec 12, 2025

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

@github-actions
Copy link

github-actions bot commented Dec 12, 2025

2025-12-12 18:42:18 UTC Pre-commit check linux-x86_64-release-asan for 6b63fbc has started.
2025-12-12 18:43:54 UTC Artifacts will be uploaded here
2025-12-12 19:29:47 UTC ya make is running...
🟡 2025-12-12 21:11:01 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14211 13975 0 169 50 17

🟢 2025-12-12 21:11:10 UTC Build successful.
🟢 2025-12-12 21:11:40 UTC ydbd size 3.9 GiB changed* by -9.8 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 49780b9 merge: 6b63fbc diff diff %
ydbd size 4 138 920 712 Bytes 4 138 910 696 Bytes -9.8 KiB -0.000%
ydbd stripped size 1 536 346 680 Bytes 1 536 341 560 Bytes -5.0 KiB -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@github-actions
Copy link

github-actions bot commented Dec 12, 2025

🟢 2025-12-12 19:01:42 UTC The validation of the Pull Request description is successful.

@github-actions
Copy link

github-actions bot commented Dec 12, 2025

2025-12-12 18:52:25 UTC Pre-commit check linux-x86_64-relwithdebinfo for 6b63fbc has started.
2025-12-12 18:52:45 UTC Artifacts will be uploaded here
2025-12-12 19:04:28 UTC ya make is running...
🟡 2025-12-12 21:23:52 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
42795 39846 0 5 2909 35

2025-12-12 21:24:07 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-12-12 21:38:36 UTC Tests successful.

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
104 (only retried tests) 89 0 0 0 15

🟢 2025-12-12 21:38:43 UTC Build successful.
🟢 2025-12-12 21:39:06 UTC ydbd size 2.3 GiB changed* by -3.4 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 49780b9 merge: 6b63fbc diff diff %
ydbd size 2 472 907 568 Bytes 2 472 904 056 Bytes -3.4 KiB -0.000%
ydbd stripped size 526 458 496 Bytes 526 458 528 Bytes +32 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants