Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR from branch users/mzinal/ | mzinal | 2023-02-17 | 19 | -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.1 | dakovalkov | 2023-02-17 | 50 | -9289/+13169 |
| | |||||
* | Decrease number of validations in ut_testshard test, | serg-belyakov | 2023-02-17 | 1 | -1/+1 |
| | | | Less validations | ||||
* | Fix and simplify constraint for PartitionsByKeys and Condense1. | a-romanov | 2023-02-17 | 3 | -132/+145 |
| | | | Канонизация тут это CSEE одинаковых лямбд с разными констрейнтами. | ||||
* | one more attempt to stabilize perf test in different environments | xenoxeno | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Add device type to ydb-dstool device list. | yuryalekseev | 2023-02-16 | 3 | -1/+6 |
| | |||||
* | fix test: add missed order by in query | gvit | 2023-02-16 | 15 | -198/+206 |
| | |||||
* | expand tuples for condense | ivanmorozov | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | recanonize failed tests | gvit | 2023-02-16 | 4 | -0/+24 |
| | |||||
* | Replace type node in SafeCast if cast make optional. | a-romanov | 2023-02-16 | 3 | -2/+18 |
| | |||||
* | password prompts via stderr | mzinal | 2023-02-16 | 3 | -6/+6 |
| | |||||
* | Перенос yq credentials provider в oss | auzhegov | 2023-02-16 | 17 | -19/+36 |
| | | | Initial version | ||||
* | Fix AutoSplitMergeQueue test to work with mvcc | snaury | 2023-02-16 | 1 | -6/+16 |
| | |||||
* | Actualize clickbench queries | aidarsamer | 2023-02-16 | 2 | -101/+124 |
| | |||||
* | (refactoring) Basic ISubOperationState, ISubOperationBase -> ISubOperation | ilnaz | 2023-02-16 | 78 | -494/+483 |
| | |||||
* | Add device list to ydb-dstool. | yuryalekseev | 2023-02-16 | 4 | -0/+70 |
| | |||||
* | (no commit message) | abcdef | 2023-02-16 | 3 | -126/+453 |
| | |||||
* | Change API for partition placement group (YDB part) | drbasic | 2023-02-16 | 1 | -1/+4 |
| | |||||
* | Add support for flow and stream in expanding AggregateCombine callable to blocks | aidarsamer | 2023-02-16 | 3 | -15/+38 |
| | | | Add support for flow and stream in expanding AggregateCombine callable to blocks | ||||
* | Fix escaping cgi, according to RFC 3986 standart | andreizdor | 2023-02-16 | 4 | -10/+10 |
| | | | | | https://www.ietf.org/rfc/rfc3986.txt Символ `^` не входит в допустимые символы URI | ||||
* | Update contrib/libs/re2 to 2023-02-01 | robot-contrib | 2023-02-16 | 7 | -34/+66 |
| | |||||
* | [ListingLargeDirectories] Change message format | auzhegov | 2023-02-16 | 12 | -91/+153 |
| | | | Initial implementation | ||||
* | Fix protobuf ubsan error when parsing empty arrays | snaury | 2023-02-16 | 1 | -1/+3 |
| | |||||
* | tx_proxy, tests: remove excess waiting in CheckTableBecome*() | ijon | 2023-02-16 | 1 | -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 combiner | ivanmorozov | 2023-02-16 | 1 | -1/+56 |
| | |||||
* | Fills 'StreamArn' for 'DescribeStream' + test | lpetrov02 | 2023-02-16 | 1 | -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 tests | gvit | 2023-02-15 | 17 | -724/+121 |
| | |||||
* | Setting to dump mem alloc stack to files | hor911 | 2023-02-15 | 6 | -25/+67 |
| | |||||
* | Improve barrier checks in TGroupOverseer, | serg-belyakov | 2023-02-15 | 3 | -63/+42 |
| | | | | | Check all the barriers remove test | ||||
* | Add config for retries in data_executer | shumkovnd | 2023-02-15 | 9 | -34/+72 |
| | |||||
* | [yql] Deep clone saved expr root to avoid restoring partially modified graph | udovichenko-r | 2023-02-15 | 2 | -4/+12 |
| | |||||
* | Fix typo | Zzzabiyaka | 2023-02-15 | 1 | -1/+1 |
| | | | | | Fix typo Pull Request resolved: #147 | ||||
* | [yql] User mount files | udovichenko-r | 2023-02-15 | 2 | -6/+4 |
| | |||||
* | ydb/core/testlib: fix double locals for dynamic nodes | ijon | 2023-02-15 | 1 | -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. | yuryalekseev | 2023-02-15 | 4 | -14/+43 |
| | |||||
* | Fix bug with file in scripting yql command and add tests | brgayazov | 2023-02-15 | 11 | -27/+65 |
| | |||||
* | oss proto gen | qrort | 2023-02-15 | 8 | -10/+33 |
| | |||||
* | Discovery fixes | ilnaz | 2023-02-15 | 3 | -23/+47 |
| | |||||
* | Disable async err w/o status code | hor911 | 2023-02-15 | 2 | -2/+2 |
| | |||||
* | fix threads count determination for kqp tasks calculation | ivanmorozov | 2023-02-15 | 4 | -14/+23 |
| | | | fix threads count | ||||
* | fix VERIFY | chertus | 2023-02-15 | 1 | -1/+2 |
| | |||||
* | disable stream lookup for points | ulya-sidorina | 2023-02-15 | 6 | -2/+6 |
| | | | fix(kqp): disable stream lookup for points | ||||
* | Change "a.yaml" | gvit | 2023-02-15 | 1 | -1/+1 |
| | |||||
* | Move to separate lib, configurable lookup path | ilnaz | 2023-02-15 | 14 | -13/+97 |
| | |||||
* | pg query parameters | qrort | 2023-02-15 | 4 | -6/+90 |
| | |||||
* | Change "a.yaml" | gvit | 2023-02-15 | 1 | -1/+18 |
| | |||||
* | : Patch fix use-after-free grpc. | vlad-serikov | 2023-02-15 | 1 | -2/+2 |
| | |||||
* | Add block reads for column shard tables. | aidarsamer | 2023-02-15 | 27 | -209/+712 |
| | | | Add block reads for column shard tables | ||||
* | correct scheme | ivanmorozov | 2023-02-15 | 3 | -55/+55 |
| | | | canondata | ||||
* | optimization for a large number of consumers | alexbogo | 2023-02-15 | 10 | -202/+144 |
| | | | init |