Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 2023-03-29 | 1 | -5/+4 |
| | |||||
* | Fix is starved with no working threads, | kruall | 2023-03-29 | 1 | -2/+5 |
| | |||||
* | Add burst metrics, | kruall | 2023-03-29 | 10 | -25/+209 |
| | |||||
* | solve recursion problem | xenoxeno | 2023-03-29 | 1 | -3/+3 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 533 | -7971/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -5/+15 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -2/+16 |
| | |||||
* | Added mp4 and avi types to mime detector and some counters fixes in dns-proxy | zagevalo | 2023-03-28 | 2 | -0/+7 |
| | |||||
* | revert light events | xenoxeno | 2023-03-28 | 58 | -1375/+364 |
| | |||||
* | Fix memory leakage in TSyncPageCacheFileLogBackend | srx64 | 2023-03-28 | 1 | -4/+10 |
| | | | | Memleak occurred when the storage was running out of space and a TFileError exception was thrown. In this case, the buffer was not cleared after writing. | ||||
* | Fix asan problem with coro tx | alexvru | 2023-03-27 | 1 | -6/+10 |
| | |||||
* | Fix several small sins of junit xml report generator | galaxycrab | 2023-03-27 | 2 | -23/+139 |
| | | | | | | | 1. Закэпчуренный вывод в stderr/stdout после прогона теста вывожу в stderr/stdout полностью 2. Для xml-отчёта он обрезается, но теперь не по случайному символу, а по возможности по символу конца строки 3. Также теперь вывод печатается не первые 10 KB, а первые и последние 5 KB 4. При возникновении каких-то ошибок парсинга теста из xml-отчёта дочернего процесса текст этих ошибок трансформируется в failures теста, чтобы не пропускать их. 5. Добавлена валидация и экранирование строк для xml. Так как не все символы разрешается записывать в xml, приходится вместо запрещённых вставлять разрешённые ('?') | ||||
* | [devtools/ya/package] Populate custom-version to vcs info | prettyboy | 2023-03-27 | 1 | -0/+1 |
| | |||||
* | Fix TEventType::Load for null input buffer | alexvru | 2023-03-25 | 3 | -4/+5 |
| | |||||
* | Revert commit rXXXXXX | innokentii | 2023-03-24 | 2 | -285/+0 |
| | |||||
* | Add not enough execution metrics, | kruall | 2023-03-24 | 10 | -3/+40 |
| | |||||
* | Add yaml config utils: | innokentii | 2023-03-24 | 2 | -0/+285 |
| | | | add yaml config utils | ||||
* | Filter searcher props by black list. Add NResource::Has() | m-milkin | 2023-03-24 | 5 | -1/+16 |
| | |||||
* | Fix leaks on fyamlcpp misuse | innokentii | 2023-03-23 | 3 | -16/+81 |
| | | | fix possible leaks on misuse | ||||
* | Mandate sdk_version 11.0 when targeting MacOS | thegeorg | 2023-03-23 | 13 | -13/+13 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-22 | 1 | -0/+11 |
| | |||||
* | Fix pp results parse in pmusca | zagevalo | 2023-03-22 | 2 | -0/+2 |
| | |||||
* | unittest junitxml add suite name to classname | alexv-smirnov | 2023-03-22 | 1 | -0/+3 |
| | |||||
* | Allow to AddOrReplace headers from THttpResponse | av-koshkin | 2023-03-22 | 2 | -0/+36 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-21 | 1 | -1/+2 |
| | |||||
* | Don't use standalone GNU iconv in opensource | svidyuk | 2023-03-21 | 5 | -9/+9 |
| | |||||
* | Support --fork-tests in JUnitProcessor. Support more than one trace ↵ | galaxycrab | 2023-03-20 | 5 | -118/+483 |
| | | | | processor. Capture stderr/stdout logs, backtrace and time in JUnitProcesor | ||||
* | fixup: now AllowComments worked prepertly when using non-stream prototype of ↵ | yurial | 2023-03-20 | 1 | -4/+5 |
| | | | | Json2Proto | ||||
* | Intermediate changes | robot-piglet | 2023-03-20 | 1 | -1/+4 |
| | |||||
* | Поправить ошибку MemorySanitizer: use-of-uninitialized-value | tesseract | 2023-03-20 | 1 | -4/+4 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-18 | 2 | -2/+17 |
| | |||||
* | YT-18571: fix YT enums' uniqueness check | ignatloskutov | 2023-03-17 | 1 | -9/+1 |
| | | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ``` | ||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 270 | -799/+799 |
| | | | Update tools: yexport | ||||
* | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 9 | -94/+342 |
| | |||||
* | Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests, | serg-belyakov | 2023-03-17 | 3 | -48/+35 |
| | | | Remove redundant LeaseHolder resets | ||||
* | fix writing to junitxml set by an env var from a forked test | alexv-smirnov | 2023-03-17 | 2 | -10/+22 |
| | |||||
* | Fix coroutine actor destructor | alexvru | 2023-03-16 | 2 | -2/+9 |
| | |||||
* | JUnitXML output for unittest | alexv-smirnov | 2023-03-16 | 8 | -0/+218 |
| | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 645 | -0/+12684 |
| | |||||
* | Add all-to-one UT, add handshake broker to test environment, | serg-belyakov | 2023-03-15 | 4 | -66/+132 |
| | | | | | | | | | Decrease HandshakeBroker inflight limit Add HandshakeBroker to test environment Setup Handshake broker in test environment Increase timeout, decrease cluster size | ||||
* | [http/server] Add epoll max events option | sskvor | 2023-03-14 | 2 | -1/+2 |
| | |||||
* | Fix cpu count metric, | kruall | 2023-03-14 | 2 | -2/+2 |
| | |||||
* | Fix overbooking reaction, | kruall | 2023-03-14 | 1 | -24/+27 |
| | |||||
* | Fix false starving state, | kruall | 2023-03-14 | 9 | -31/+24 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-14 | 5 | -26/+170 |
| | |||||
* | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 5 | -234/+258 |
| | |||||
* | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 |
| | |||||
* | Disable lfalloc for 32-bit ARM architectures | ogladov | 2023-03-13 | 1 | -0/+5 |
| | | | Disable lfalloc for ARM archtectures | ||||
* | Add different next permission selection strategies for handshake broker, | serg-belyakov | 2023-03-13 | 1 | -3/+38 |
| | | | Add different selection strategies for handhsake broker | ||||
* | default allocator for 32bit arch: LF -> J | snermolaev | 2023-03-13 | 2 | -4/+9 |
| |