Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 10 | -30/+30 | |
| | | | Update tools: yexport | |||||
* | fix writing to junitxml set by an env var from a forked test | alexv-smirnov | 2023-03-17 | 2 | -10/+22 | |
| | ||||||
* | 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 | 22 | -0/+325 | |
| | ||||||
* | Add GetPort(port) support to maintain compatibility with unittest TPortManager | alexv-smirnov | 2023-03-10 | 3 | -8/+89 | |
| | | | | | Singleton did not allow reinitialisation, so in existing tests this line https://a.yandex-team.ru/arcadia/library/cpp/testing/common/ut/network_ut.cpp?rev=rXXXXXX#L45 did not have any effect. The tests worked just because in both tests the env var PORT_SYNC_PATH was the same and its changes did not affect the tests anyway. As we need to change the env var NO_RANDOM_PORTS to run GetPort( port ) test, I had to make a reinitialisation method, which is now being called from inside the constructor, causing its double invocation during the tests. I could not find a better solution for Singleton( | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 20 | -0/+255 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 30 | -20/+20 | |
| | ||||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 10 | -10/+10 | |
| | | | Update tools: yexport | |||||
* | Convert ydb/core/blobstorage/base tests to gtest | alexv-smirnov | 2023-03-06 | 13 | -0/+230 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-02-13 | 4 | -1/+66 | |
| | ||||||
* | Refactor lib/cpp/testing/unittest | romakudlakov | 2023-02-10 | 1 | -2/+0 | |
| | | | Remove test-started/test-finished events generator in utmain.cpp | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 24 | -66/+66 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 24 | -66/+66 | |
| | ||||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 8 | -8/+8 | |
| | | | Update tools: yexport | |||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 33 | -33/+33 | |
| | | | Update tools: yexport | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 32 | -128/+652 | |
| | ||||||
* | GTEST support for tests with YT recipe | eak1mov | 2022-12-15 | 1 | -1/+1 | |
| | | | | | Добавил хук `mapreduce/yt/tests/yt_initialize_hook` для вызова `NYT::Initialize`. Перенес `YT_UNITTEST` на использование хука вместо кастомной `main`. Обновил документацию и примеры использования UNITTEST и GTEST для YT. | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 1 | -5/+0 | |
| | ||||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 1 | -0/+5 | |
| | ||||||
* | calc current exception message once | pg | 2022-10-26 | 1 | -3/+3 | |
| | ||||||
* | add NOLINT for clang-tidy | yakubovskiy03 | 2022-10-25 | 1 | -2/+2 | |
| | | | | | Сейчас диагностика [readability-container-size-empty](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-container-size-empty.html) ругается на %%UNIT_ASSERT_EQUAL(s, "")%%. Можно поменять на %%UNIT_ASSERT(s.empty())%%, но у этого изменения есть как минимум 2 недостатка (дальше со слов @sobols): - Если тест сломается и строчка станет непустой, мы не увидим красивого сообщения об ошибке, содержащего новое значение, а будет безликое сообщение про assertion failed. - Выглядит неоднородно с соседним кодом, который проверяет на непустые строчки. | |||||
* | [unittest] Add NOLINT for clang-tidy | sobols | 2022-10-05 | 1 | -8/+8 | |
| | ||||||
* | Add iterations to y_benchmark JSON | baidashkin | 2022-09-08 | 1 | -0/+1 | |
| | ||||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 2 | -0/+16 | |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | |||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 2 | -0/+122 | |
| | ||||||
* | fix ya.make | monster | 2022-07-07 | 8 | -0/+604 | |
| | ||||||
* | intermediate changes | arcadia-devtools | 2022-06-01 | 1 | -12/+0 | |
| | | | | ref:2df36b497633117a29cc1f8faf1dd4e7be3eff87 | |||||
* | intermediate changes | arcadia-devtools | 2022-05-13 | 1 | -1/+0 | |
| | | | | ref:87d2a156fb63ff12b04b203f1e5dc880d9af1585 | |||||
* | Merge pull request #1 from VadimFilimonov/fix-typos | alexv-smirnov | 2022-04-30 | 1 | -1/+1 | |
|\ | | | | | Fix typos | |||||
| * | Fix typos | Vadim Filimonov | 2022-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | intermediate changes | arcadia-devtools | 2022-04-26 | 3 | -2/+65 | |
|/ | | | | ref:ba3b994bce107b5d5ed74af8bebe6df02576505a | |||||
* | intermediate changes | arcadia-devtools | 2022-03-16 | 1 | -0/+6 | |
| | | | | ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 16 | -301/+0 | |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-01 | 2 | -0/+49 | |
| | | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be | |||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 6 | -0/+54 | |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | |||||
* | intermediate changes | arcadia-devtools | 2022-02-22 | 1 | -0/+8 | |
| | | | | ref:582ed9d2a52706516cc273d3e82d8e3de510b40f | |||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 6 | -0/+80 | |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | |||||
* | intermediate changes | arcadia-devtools | 2022-02-15 | 3 | -10/+1 | |
| | | | | ref:f793e47d98757e96c541d6d7dd53f8838e72cf3f | |||||
* | Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 2 ↵ | dancingqueue | 2022-02-10 | 4 | -59/+59 | |
| | | | | of 2. | |||||
* | Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 1 ↵ | dancingqueue | 2022-02-10 | 4 | -59/+59 | |
| | | | | of 2. | |||||
* | Restoring authorship annotation for <abogutskiy@yandex-team.ru>. Commit 2 of 2. | abogutskiy | 2022-02-10 | 1 | -1/+1 | |
| | ||||||
* | Restoring authorship annotation for <abogutskiy@yandex-team.ru>. Commit 1 of 2. | abogutskiy | 2022-02-10 | 1 | -1/+1 | |
| | ||||||
* | Restoring authorship annotation for <dprokoptsev@yandex-team.ru>. Commit 2 of 2. | dprokoptsev | 2022-02-10 | 1 | -2/+2 | |
| | ||||||
* | Restoring authorship annotation for <dprokoptsev@yandex-team.ru>. Commit 1 of 2. | dprokoptsev | 2022-02-10 | 1 | -2/+2 | |
| | ||||||
* | Restoring authorship annotation for <myrrc@yandex-team.ru>. Commit 2 of 2. | myrrc | 2022-02-10 | 2 | -30/+30 | |
| | ||||||
* | Restoring authorship annotation for <myrrc@yandex-team.ru>. Commit 1 of 2. | myrrc | 2022-02-10 | 2 | -30/+30 | |
| | ||||||
* | Restoring authorship annotation for <imeln@yandex-team.ru>. Commit 2 of 2. | imeln | 2022-02-10 | 3 | -9/+9 | |
| | ||||||
* | Restoring authorship annotation for <imeln@yandex-team.ru>. Commit 1 of 2. | imeln | 2022-02-10 | 3 | -9/+9 | |
| | ||||||
* | Restoring authorship annotation for <sh1zoid@yandex-team.ru>. Commit 2 of 2. | sh1zoid | 2022-02-10 | 2 | -12/+12 | |
| |