aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* добавляем ресурс nyc, как зависимость для ↵vturov2023-07-032-1/+4
| | | | | | | | | | | | | | TS_TEST Меняем способ получения ресурса `nyc` на новый - указываем новые наименования для путей к ресурсу, а также явно прописываем ресурс в зависимости (ранее он добавлялся всегда в глобальный список ресурсов). Изменения требуют пересборки `ya`. Для запуска тестов локально необходимо использовать локально собранный ya: ``` ya_local -A --ts-coverage --coverage-report ``` Отмечу, что в изначальной формулировке в кейсе указан другой способ запуска (через `nots test`), который вызовет релизный `ya`, поэтому его нельзя применять для тестирования локально собранных изменений.
* clickbench path to relativeqrort2023-07-031-1/+2
|
* fix use after free part 1gvit2023-07-024-18/+18
|
* corrections before memory guards usageivanmorozov2023-07-0125-57/+189
|
* Fix issues ingrigoriypisar2023-07-0122-686/+251
| | | | | Deleted run_script_actor/ut/ Fixed issues #1 iter
* Fix AnyJoin second initializationaakulaga2023-07-011-10/+0
| | | Fix AnyJoin second initialization
* Improve testshardalexvru2023-06-305-31/+119
|
* tx counter for tx loggingchertus2023-06-309-56/+133
|
* Allow to pass Utf8 as dict key using object representation, and name for ↵vvvv2023-06-301-3/+19
| | | | variant over struct in parameters
* [yql] Clear UdfTypeCache on fallbackudovichenko-r2023-06-301-0/+1
| | | YQL-16152
* Remove extra include dependencies for kqp.dcherednik2023-06-306-283/+290
|
* IL: no more strategy to testauzhegov2023-06-306-235/+280
|
* accept bearer inside tokenuzhas2023-06-301-2/+6
|
* customize reading from bindings in kqpuzhas2023-06-3010-1/+155
|
* More comments of metering modekomels2023-06-303-2/+3
|
* Add TPC-H workload docaidarsamer2023-06-305-5/+79
|
* fix TCompactedBlobsConstructorchertus2023-06-306-63/+82
|
* incapsulate result objects for memory controlivanmorozov2023-06-308-62/+115
|
* allow to configure tcmalloc options via cmsgvit2023-06-302-0/+31
|
* Use unaligned read/write in persqueue to fix ubsan failuressnaury2023-06-302-17/+16
|
* Fix ubsan failure with memcpy from nullptrsnaury2023-06-301-2/+4
|
* incapsulate zero granule fetching logic into readerivanmorozov2023-06-307-133/+85
|
* YQL-16119: Add unit test to backtrace symbolizermrlolthe1st2023-06-3012-0/+325
| | | unit test for backtrace
* Intermediate changesrobot-piglet2023-06-303-16/+43
|
* enable SourceRead for QueryServiceqrort2023-06-303-0/+35
| | | | | enable SourceRead for QueryService init
* Add CutQueryStringAndFragment Block UDFepbugaev2023-06-301-1/+10
| | | Add CutQueryStringAndFragment block udf
* Intermediate changesrobot-piglet2023-06-305-51/+20
|
* Add CUDA 11.8 and CUDA 12.1 for Linux-x86_64kickbutt2023-06-301-1/+1
| | | | | | | | | | Добавляем в Аркадию поддержку CUDA 11.8 и CUDA 12.1 Сборку тестировал на `dict/mt/benchmarks/ynmt/base` Какие костыли нужно заиметь, чтобы оно собиралось и работало (кроме нужных драйверов в системе): - CUDA 12.1 не дружит с cuDNN версии 7.X и младше, поэтому, если вы собираете код, в котором есть и CUDA, и cuDNN, то надо собираться со свежим cuDNN, (например `-DCUDNN_VERSION=8.0.5` подойдёт) - у CUDA 11.8 другая проблема - вылезает ошибка `ld.lld: error: undefined symbol: std::invalid_argument::invalid_argument(char const*)` для решения этой проблемы нужно линковаться с более свежей libstdc++ (например, флаг `-DOS_SDK=ubuntu-18` или `-DOS_SDK=ubuntu-20` подойдёт)
* YQL-16017 named args for inputszverevgeny2023-06-304-17/+24
|
* File isolation option for SQL translation (used in view)vvvv2023-06-3013-67/+182
| | | в 2 внешних тестах были усеченные результаты в тестах UDF, поэтому в канонизацию попал путь к временной таблице, который поменялся из-за другого паттерна выделения random.
* Limit shared cache with passive pageskungasc2023-06-307-48/+108
|
* support NULL values correctlyxenoxeno2023-06-3011-145/+138
| | | | | | | | | | | %% xenoxeno@mr-nvme-testing-01:~/psycopg2$ python3 -m unittest tests.test_ipaddress.NetworkingTestCase.test_cidr_cast . ---------------------------------------------------------------------- Ran 1 test in 0.465s OK xenoxeno@mr-nvme-testing-01:~/psycopg2$ %%
* move UDF pragma info to global sectionmaxkovalev2023-06-301-0/+11
| | | YQL docs: move UDF pragma info to global section
* YQL-16143: Add RPC reader timeout setting, handle exception in proper waymrlolthe1st2023-06-301-0/+3
| | | YQL-16143: Add RPC reader timeout setting, handle exception in proper way
* Additional logsazevaykin2023-06-301-6/+12
|
* SerializedCellVec improve serializationMaksim Kita2023-06-3033-170/+210
| | | | | SerializedCellVec improve serialization Pull Request resolved: #275
* simple test for 'ydb workload topic run full`abcdef2023-06-308-0/+216
| | | простой тест с рецептом
* context for common objects providingivanmorozov2023-06-3015-38/+88
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-302270-539847/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* Make CeilDiv function constexprilezhankin2023-06-301-3/+7
|
* Fix incorrect downcast in ReserveData for string typessnaury2023-06-301-5/+6
|
* move fetching check usage insideivanmorozov2023-06-305-18/+26
|
* deallocation on destroyivanmorozov2023-06-301-2/+4
|
* Import test great againshadchin2023-06-301-6/+9
| | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning`
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-302270-0/+539847
| | | | | | | | | | | | | | 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.
* cleaning and special methods for memory control helpingivanmorozov2023-06-296-5/+41
|
* Add retry policy to BOARD_PUBLISHERshumkovnd2023-06-294-29/+107
|
* fix dictionary size calculationivanmorozov2023-06-294-3/+18
|
* improve macros for default component determination instead of 0ivanmorozov2023-06-292-12/+34
|
* debug strings for internal objectsivanmorozov2023-06-297-0/+32
|