summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR from branch users/mzinal/mzinal2023-02-1719-523/+825
| | | | | better bare metal deployment instruction in Russian systemd service file templates for ydbd, TLS certificate generator script sample for YDB
* Update fmtlib to 8.1.1 + spdlog to 1.11.0 + jinja2cpp to 1.2.1dakovalkov2023-02-1750-9289/+13169
|
* Decrease number of validations in ut_testshard test,serg-belyakov2023-02-171-1/+1
| | | Less validations
* Fix and simplify constraint for PartitionsByKeys and Condense1.a-romanov2023-02-173-132/+145
| | | Канонизация тут это CSEE одинаковых лямбд с разными констрейнтами.
* one more attempt to stabilize perf test in different environmentsxenoxeno2023-02-171-1/+1
|
* Add device type to ydb-dstool device list.yuryalekseev2023-02-163-1/+6
|
* fix test: add missed order by in querygvit2023-02-1615-198/+206
|
* expand tuples for condenseivanmorozov2023-02-161-1/+1
|
* recanonize failed testsgvit2023-02-164-0/+24
|
* Replace type node in SafeCast if cast make optional.a-romanov2023-02-163-2/+18
|
* password prompts via stderrmzinal2023-02-163-6/+6
|
* Перенос yq credentials provider в ossauzhegov2023-02-1617-19/+36
| | | Initial version
* Fix AutoSplitMergeQueue test to work with mvccsnaury2023-02-161-6/+16
|
* Actualize clickbench queriesaidarsamer2023-02-162-101/+124
|
* (refactoring) Basic ISubOperationState, ISubOperationBase -> ISubOperationilnaz2023-02-1678-494/+483
|
* Add device list to ydb-dstool.yuryalekseev2023-02-164-0/+70
|
* (no commit message)abcdef2023-02-163-126/+453
|
* Change API for partition placement group (YDB part)drbasic2023-02-161-1/+4
|
* Add support for flow and stream in expanding AggregateCombine callable to blocksaidarsamer2023-02-163-15/+38
| | | Add support for flow and stream in expanding AggregateCombine callable to blocks
* Fix escaping cgi, according to RFC 3986 standartandreizdor2023-02-164-10/+10
| | | | | https://www.ietf.org/rfc/rfc3986.txt Символ `^` не входит в допустимые символы URI
* Update contrib/libs/re2 to 2023-02-01robot-contrib2023-02-167-34/+66
|
* [ListingLargeDirectories] Change message formatauzhegov2023-02-1612-91/+153
| | | Initial implementation
* Fix protobuf ubsan error when parsing empty arrayssnaury2023-02-161-1/+3
|
* tx_proxy, tests: remove excess waiting in CheckTableBecome*()ijon2023-02-161-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | Use TTestActorRuntimeBase::DispatchTimeout manipulation to achieve proper (small) wait times. The reason to this is that timeout value given to CheckTableBecome*() propagates first to Tests:TClient::WaitForTablet*(), then propagates to NActors::TTestActorsRuntimebase::GrabEdgeEvent(). Timeout parameter to GrabEdgeEvent*() is a timeout in a simulated time. Timeout mechanics does not work if time does not get updated during a simulation. And entire time simulation mechanics does not work if TTestActorRuntimeBase is used with UseRealThreads setting set to true (which is the default). And when timeout in a simulated time does not work, the only timeout GrabEdgeEvent*() really obeys is DispatchTimeout which defaults to 60 seconds (or 120 seconds if code runs under some sanitizer). Tests in ydb/core/tx/tx_proxy runs with UseRealThreads set to true, so timeouts in CheckTableBecome*() methods do nothing, and whenever tests wait for something that should never happen (and specify small reasonable timeout value for that) they wait for 60 (or 120) seconds instead. This change cuts run time of the affected tests from 7 minutes to 2.
* condense instead of trivial wide combinerivanmorozov2023-02-161-1/+56
|
* Fills 'StreamArn' for 'DescribeStream' + testlpetrov022023-02-161-1/+1
| | | Fills the 'StreamArn' field for the 'DescribeStream' method + a test that check if the 'DescribeSTream' return same values in fields 'StreamName' and 'StreamArn'
* remove set enable mvcc in datashard ut testsgvit2023-02-1517-724/+121
|
* Setting to dump mem alloc stack to fileshor9112023-02-156-25/+67
|
* Improve barrier checks in TGroupOverseer,serg-belyakov2023-02-153-63/+42
| | | | | Check all the barriers remove test
* Add config for retries in data_executershumkovnd2023-02-159-34/+72
|
* [yql] Deep clone saved expr root to avoid restoring partially modified graphudovichenko-r2023-02-152-4/+12
|
* Fix typoZzzabiyaka2023-02-151-1/+1
| | | | | Fix typo Pull Request resolved: #147
* [yql] User mount filesudovichenko-r2023-02-152-6/+4
|
* ydb/core/testlib: fix double locals for dynamic nodesijon2023-02-151-1/+16
| | | | | | | | | | | | Remove startup of 'local' services for the dynamic nodes in TServer initialization (these instances serve root subdomain). This should be done for static nodes only. Dynamic node are intended to be setup dynamically as part of tenant subdomain creation process which involve starting 'local' service exclusivly for serving that tenant subdomain. Two 'local' service instances for the single dynamic node (and serving different subdomains) is incorrect and unsupported configuration, resulting in unexpected flaky behaviour of tests.
* Properly follow the TSerialManagementStage logic.yuryalekseev2023-02-154-14/+43
|
* Fix bug with file in scripting yql command and add testsbrgayazov2023-02-1511-27/+65
|
* oss proto genqrort2023-02-158-10/+33
|
* Discovery fixesilnaz2023-02-153-23/+47
|
* Disable async err w/o status codehor9112023-02-152-2/+2
|
* fix threads count determination for kqp tasks calculationivanmorozov2023-02-154-14/+23
| | | fix threads count
* fix VERIFYchertus2023-02-151-1/+2
|
* disable stream lookup for pointsulya-sidorina2023-02-156-2/+6
| | | fix(kqp): disable stream lookup for points
* Change "a.yaml"gvit2023-02-151-1/+1
|
* Move to separate lib, configurable lookup pathilnaz2023-02-1514-13/+97
|
* pg query parametersqrort2023-02-154-6/+90
|
* Change "a.yaml"gvit2023-02-151-1/+18
|
* : Patch fix use-after-free grpc.vlad-serikov2023-02-151-2/+2
|
* Add block reads for column shard tables.aidarsamer2023-02-1527-209/+712
| | | Add block reads for column shard tables
* correct schemeivanmorozov2023-02-153-55/+55
| | | canondata
* optimization for a large number of consumersalexbogo2023-02-1510-202/+144
| | | init