aboutsummaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250203-0050Alexander Smirnov2025-02-034-0/+17
|\
| * Gen only symbol decls in rescompilernechda2025-02-022-0/+13
| | | | | | | | commit_hash:dad3368a28275822296201186f2b0645f7404837
| * Refactor local host name and YP cluster functionsbabenko2025-02-021-0/+1
| | | | | | | | commit_hash:a4ecfb1e06e82ba192646d3ab5417cb3f0c6991f
| * Add `stem` propertyshadchin2025-02-021-0/+3
| | | | | | | | commit_hash:ee709cc1095985919972e31b34d0127eb322959f
* | Merge branch 'rightlib' into merge-libs-250202-0050Alexander Smirnov2025-02-024-26/+11
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-021-1/+1
| | | | | | | | commit_hash:e1bc8fcc8eea19d9168fa25f52d57f6619cb45f7
| * Refactor and improve crash handler stderr dumpsbabenko2025-02-013-25/+10
| | | | | | | | | | | | | | | | | | 1. Prevent concurrent crashes to interleave in stderr 2. Cleaner and more compact formatting of registers dump 3. Omit `OLDMASK` (nobody seems to know what is it for) 4. Don't print the top backtrace frame twice 5. Code cosmetics commit_hash:f7a4c960b3400d6dfb0f8f60317aa524611d2fd0
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-011-1/+1
| | | | | | | | commit_hash:3e72b426ccfeaa252fc910a18509a4de8b428648
* | Merge branch 'rightlib' into merge-libs-250201-0050Alexander Smirnov2025-02-011-1/+10
|\|
| * Fix using port in universal_fetcherjolex0072025-01-311-1/+10
| | | | | | | | commit_hash:fa0dfc03d76b5e40181e589078cdfff0c13ae51d
* | Merge branch 'rightlib' into merge-libs-250130-1607Alexander Smirnov2025-01-303-27/+9
|\|
| * Removed dependence from libidnjolex0072025-01-303-27/+9
| | | | | | | | | | Выкашиваем зависимость от `libidn` из универсального фетчера (по запросу `ya-bin`) commit_hash:525ba52d2ea4b45a15e726f7d9c73081fa2812ef
* | Merge branch 'rightlib' into merge-libs-250130-0050Alexander Smirnov2025-01-303-15/+60
|\|
| * Intermediate changesrobot-piglet2025-01-303-15/+60
| | | | | | | | commit_hash:c284e5d683d750f2d89e1bcccb3f4d334b47d60c
* | Merge branch 'rightlib' into merge-libs-250129-0050Alexander Smirnov2025-01-293-4/+36
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-291-1/+1
| | | | | | | | commit_hash:6b8518825b457b22cb5f4e2e69752fcd4688052b
| * Intermediate changesrobot-piglet2025-01-282-3/+35
| | | | | | | | commit_hash:93f812fd528231c67adb63e20e083855d68bfe8d
* | Merge branch 'rightlib' into merge-libs-250126-0020Alexander Smirnov2025-01-261-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-261-1/+1
| | | | | | | | commit_hash:f1049461d52f723ede004c77695a545f3464e1d5
* | Merge branch 'rightlib' into merge-libs-250124-0020Alexander Smirnov2025-01-242-0/+30
|\|
| * Fix -Wnon-virtual-dtor in util and gtest wrapperthegeorg2025-01-231-0/+2
| | | | | | | | commit_hash:d8917bc04e6ab10b341000f8bb98d456223f0307
| * [library/python/runtime_py3] Made Y_PYTHON_SOURCE_ROOT bytes againprettyboy2025-01-231-1/+1
| | | | | | | | commit_hash:3433c11c4d386c785422b1e149e9a3a8de7f4f0f
| * [devtools/ya] Dont' write __pycache__ to the arcadia in external-py-files modeprettyboy2025-01-231-1/+29
| | | | | | | | | | | | | | | | | | В репозитории больше не будет `__pycache__` при запусках через ya make / test На примере devtools/ya/handlers/analyze_make/tests Время конфигурации в горячем сценарии в режиме --ext-py при изменении одного питонфайлика: `Configure time - 6.1 s` Время конфигурации в горячем сценарии в режиме --ext-py при изменении одного питонфайлика с текущими правками: `Configure time - 4.6 s` commit_hash:adf5219cd4f347bb572393d4a6debd1436dc0815
* | Merge branch 'rightlib' into merge-libs-250123-0020Alexander Smirnov2025-01-231-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-231-1/+1
| | | | | | | | commit_hash:3007e2d02ccd4afd4d5bd187430ceafbdd1c101a
* | Merge branch 'rightlib' into merge-libs-250122-0020Alexander Smirnov2025-01-221-2/+10
|\|
| * Intermediate changesrobot-piglet2025-01-211-2/+10
| | | | | | | | commit_hash:cdae472f061820ed9998426cf0624c300468cdc8
* | Merge branch 'rightlib' into merge-libs-250121-0019Alexander Smirnov2025-01-213-0/+108
|\|
| * Add UnifiedAgentWriterFactorylo-r-d2025-01-203-0/+108
| | | | | | | | commit_hash:af6dedadd4d7fe292bcb7a8b6de366aff4e630b1
* | Merge branch 'rightlib' into merge-libs-250120-0020Alexander Smirnov2025-01-204-23/+63
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-201-1/+1
| | | | | | | | commit_hash:8157c8f8fcde5bb0d8a201ff393dbedb050c1f4b
| * Switch to std::string for logging tagsbabenko2025-01-193-22/+62
| | | | | | | | | | [nodiff:caesar] commit_hash:62fa96ca05b1a4018e2e51e6b589483cd3a44fc4
* | Merge branch 'rightlib' into merge-libs-250118-0019Alexander Smirnov2025-01-182-9/+72
|\|
| * [library/python/runtime_py3] Added bytecode support for external-py-files modeprettyboy2025-01-182-9/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Добавляется поддержка стандартной работы с байткодом для бинарей собранных с --ext-py (HIDDEN_URL На примере импорт теста для `devtools/ya/bin` `time Y_PYTHON_ENTRY_POINT=library.python.testing.import_test.import_test:main YA_TEST_CONTEXT_FILE=/tmp/test.context ./ya-bin >/dev/null` #| || Без патча ya m -r | real 0m2,934s user 0m2,772s sys 0m0,157s || || Без патча ya m -r --ext-py | real 0m10,916s user 0m9,927s sys 0m0,368s || || C патчем ya m -r | real 0m2,931s user 0m2,774s sys 0m0,156s || || C патчем ya m -r --ext-py первый запуск с записью байткода | real 0m7,482s user 0m5,174s sys 0m0,620s || || C патчем ya m -r --ext-py последующие запуски с использованием байткода с фс | real 0m3,550s user 0m2,801s sys 0m0,262s || |# commit_hash:84f7bb273b09d51b88eb5c5b6dfcd3bb7c108307
* | Merge branch 'rightlib' into merge-libs-250117-0020Alexander Smirnov2025-01-179-24/+79
|\|
| * Prototype - external python files mode for testsprettyboy2025-01-163-9/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Режим позволяет перезапускать python тесты или интеграционные тесты на питон программы при внесении изменений в python файлы без перекомпиляции. Сценарий: - прогнали тесты - внесли изменение в `library/python/func/__init__.py` - перезапустили, смотрим на времена На примере интеграционного devtools/ya/handlers/analyze_make/tests в codenv (base конфигурация). #| || ya m -rA | ya m -rA --ext-py || || real 10m25,928s user 0m53,465s sys 1m14,791s ``` Total time by type: [935171 ms] [LD] [count: 3, ave time 311723.67 msec] [ 13657 ms] [prepare:AC] [count: 4, ave time 3414.25 msec] [ 10436 ms] [TM] [count: 1, ave time 10436.00 msec] [ 10387 ms] [prepare:get from local cache] [count: 1521, ave time 6.83 msec] [ 6480 ms] [TS] [count: 1, ave time 6480.00 msec] [ 3823 ms] [prepare:put into local cache, clean build dir] [count: 7, ave time 546.14 msec] [ 2279 ms] [CC] [count: 1, ave time 2279.00 msec] [ 1251 ms] [PY] [count: 1, ave time 1251.00 msec] [ 372 ms] [prepare:yt-store] [count: 2, ave time 186.00 msec] [ 154 ms] [AR] [count: 1, ave time 154.00 msec] ... ``` | real 0m22,094s user 0m26,372s sys 0m3,363s ``` Total time by type: [13140 ms] [TM] [count: 1, ave time 13140.00 msec] [ 351 ms] [prepare:yt-store] [count: 1, ave time 351.00 msec] [ 81 ms] [prepare:tools] [count: 8, ave time 10.12 msec] [ 32 ms] [prepare:AC] [count: 2, ave time 16.00 msec] [ 31 ms] [prepare:get from local cache] [count: 7, ave time 4.43 msec] [ 16 ms] [prepare:clean] [count: 3, ave time 5.33 msec] ``` || |# В codenv в base конфигуарции (4cpu) невероятно долго идёт линковка. Тот же самый сценарий, но на mous (54cpu) #| || ya m -rA | ya m -rA --ext-py || || real 0m25,435s user 0m40,242s sys 0m22,434s ``` Total time by type: [30958 ms] [prepare:get from local cache] [count: 1521, ave time 20.35 msec] [16293 ms] [prepare:AC] [count: 4, ave time 4073.25 msec] [11161 ms] [LD] [count: 3, ave time 3720.33 msec] [ 4256 ms] [TM] [count: 1, ave time 4256.00 msec] [ 3529 ms] [TS] [count: 1, ave time 3529.00 msec] [ 1542 ms] [CC] [count: 1, ave time 1542.00 msec] [ 635 ms] [PY] [count: 1, ave time 635.00 msec] ... ``` | real 0m18,321s user 0m21,673s sys 0m3,204s ``` Total time by type: [10786 ms] [TM] [count: 1, ave time 10786.00 msec] [ 1568 ms] [prepare:yt-store] [count: 1, ave time 1568.00 msec] [ 151 ms] [prepare:tools] [count: 8, ave time 18.88 msec] [ 61 ms] [prepare:get from local cache] [count: 7, ave time 8.71 msec] [ 48 ms] [prepare:AC] [count: 2, ave time 24.00 msec] [ 14 ms] [prepare:clean] [count: 3, ave time 4.67 msec] ``` || |# В новом режиме тест ожидаемо замедляется, так как все питон программы при каждом старте вынуждены читать файлы с фс (ещё через арк), а потом ещё и компилировать байткод, т.е. холодный запуск commit_hash:24c5a46a8385d3c065abfb6fc5b40f7ad24bb1cb
| * Babenkoed: Shadow Warssabdenovch2025-01-164-8/+27
| | | | | | | | commit_hash:deadebefdfd81b6c737b9464435356b8f652e296
| * Typoscoteeq2025-01-161-1/+1
| | | | | | | | commit_hash:afeeeea3c2cbdec0ddeed0fea5f88df9d8575f8b
| * Fix for Python 3.13shadchin2025-01-161-6/+0
| | | | | | | | commit_hash:2a9f4a61b44a7e34d430d8615b5c9d2d120fa7d9
* | Merge branch 'rightlib' into merge-libs-250114-1110Alexander Smirnov2025-01-143-0/+192
|\|
| * Squeeze contiguous sequences of blocks in loggingngc2242025-01-143-0/+192
| | | | | | | | commit_hash:5dda6f5ef324f03c99af3dae32ebf4a059f02bd3
* | Merge branch 'rightlib' into merge-libs-250114-0501Alexander Smirnov2025-01-143-1/+4
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-141-1/+1
| | | | | | | | commit_hash:0f08d8919403fe3e6d0d7312bc193c022597f33c
| * Add direct includes in librarymikhnenko2025-01-132-0/+3
| | | | | | | | commit_hash:747602d8e470d51bcf6f38dfddafa12047d210df
* | Merge branch 'rightlib' into merge-libs-250113-0022Alexander Smirnov2025-01-1320-10/+10
|\|
| * YT-18571: library/cpp/yt/small_containers -> library/cpp/yt/compact_containersbabenko2025-01-1220-10/+10
| | | | | | | | commit_hash:fc31d2770ebeffeb513c4535bd146c731b7f78fb
* | Merge branch 'rightlib' into merge-libs-250112-0023Alexander Smirnov2025-01-121-3/+3
|\|
| * Cosmeticsdtorilov2025-01-111-3/+3
| | | | | | | | commit_hash:f51f172878d227b49cb480296f61a6575e5d6e67
* | Merge branch 'rightlib' into merge-libs-250111-0020Alexander Smirnov2025-01-115-2/+194
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-111-1/+1
| | | | | | | | commit_hash:4a54955f428c6242f791a5c6cb7de619348e985c