Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 73 | -1650/+0 |
| | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
* | Fix modernize-use-emplace reported by clang-tidy16 | thegeorg | 2023-12-14 | 1 | -1/+1 |
| | |||||
* | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 12 | -36/+36 |
| | | | | Update tools: yexport, os-yexport | ||||
* | KIKIMR-19979 Fix empty attribute in xml report | galaxycrab | 2023-11-28 | 1 | -2/+1 |
| | |||||
* | KIKIMR-19979 Remove dependency on libxml of library/cpp/testing/unittest | galaxycrab | 2023-11-27 | 9 | -163/+390 |
| | |||||
* | Revert commit rXXXXXX,Add env semantic | svidyuk | 2023-11-24 | 25 | -0/+493 |
| | |||||
* | Add env semantic | dimdim11 | 2023-11-24 | 25 | -493/+0 |
| | |||||
* | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 24 | -0/+299 |
| | |||||
* | Added 'y_benchmark' to Y_BENCHMARK | daniel-march | 2023-11-13 | 1 | -0/+2 |
| | |||||
* | Added 'report_path' param to y_benchmark | daniel-march | 2023-11-02 | 1 | -20/+48 |
| | |||||
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 2 | -5/+5 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 4 | -12/+12 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Moved devtools/nofuzz to library/cpp/testing/nofuzz | prettyboy | 2023-09-01 | 2 | -0/+42 |
| | |||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 6 | -0/+96 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 6 | -96/+0 |
| | |||||
* | Add yt into autobuild | aozeritsky | 2023-08-21 | 9 | -0/+152 |
| | |||||
* | Fix transfer env vars from parent to a forked test | galaxycrab | 2023-08-14 | 1 | -10/+0 |
| | |||||
* | KIKIMR-18702 JUnit tests. Save captured test output even when abort happened | galaxycrab | 2023-08-04 | 2 | -1/+97 |
| | |||||
* | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 1 | -5/+0 |
| | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
* | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 1 | -0/+5 |
| | | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits. | ||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 22 | -0/+327 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 1 | -1/+1 |
| | |||||
* | Restrict direct usages of google benchmarking library | thegeorg | 2023-06-08 | 8 | -21/+24 |
| | | | Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK. | ||||
* | rename Y_TEST_FILTER option to Y_UNITTEST_FILTER_FILE | nkozlovskiy | 2023-05-26 | 3 | -6/+6 |
| | | | rename Y_TEST_FILTER to Y_UNITTEST_FILTER_FILE, also --test-filter to --filter-file | ||||
* | Add precharge benchmark | kungasc | 2023-05-25 | 6 | -0/+96 |
| | |||||
* | add ability to use test filter list from file | nkozlovskiy | 2023-05-24 | 3 | -1/+32 |
| | | | | | для opensource YDB очень важно иметь возможность не запускать некоторые тесты. Сейчас это можно сделать через аргументы командой строки, но это для нас не удобно по причине того, что нам необходимо будет для включения/исключения теста запускать cmake, и конфиг для исключения тестов с CMake получается очень раздутый и не удобный. я предлагаю добавить опцию и переменную окружения, в котором будет передаваться имя файла со списком enabled/disabled тестов. | ||||
* | Setup test env.vars from test.context during test binary initialization cpp | zhukoff-pavel | 2023-05-18 | 3 | -11/+34 |
| | |||||
* | Push down TMPDIR env var to a subprocess | alexv-smirnov | 2023-05-02 | 1 | -3/+8 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 10 | -10/+10 |
| | | | Update tools: yexport | ||||
* | [library/cpp/testing/common/ut/env] Added GetGlobalResource function to ↵ | prettyboy | 2023-04-06 | 3 | -0/+32 |
| | | | | obtain global resources from context file | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 22 | -327/+0 |
| | |||||
* | 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, приходится вместо запрещённых вставлять разрешённые ('?') | ||||
* | unittest junitxml add suite name to classname | alexv-smirnov | 2023-03-22 | 1 | -0/+3 |
| | |||||
* | 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 |
| |