Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bytes and string fixes | v-korovin | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 52 | -6866/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 52 | -0/+6866 |
| | |||||
* | Reduce duplicate in NO_CHECK_IMPORTS | shadchin | 2022-11-17 | 1 | -0/+3 |
| | |||||
* | yatest_common context file test | qrort | 2022-11-17 | 7 | -23/+39 |
| | |||||
* | More logs while recovering core | v-korovin | 2022-11-07 | 1 | -0/+2 |
| | |||||
* | FIx strict context tests | iaz1607 | 2022-10-31 | 2 | -0/+7 |
| | |||||
* | Unify test listing and filtering | say | 2022-10-27 | 2 | -3/+82 |
| | |||||
* | [library/python/testing] Fixed relaxed mode selection | prettyboy | 2022-10-24 | 1 | -4/+4 |
| | |||||
* | [library/python/testing] Added yatest_common_standalone | prettyboy | 2022-10-24 | 1 | -3/+12 |
| | |||||
* | Allow binary output to be modified (just a little)) before comparing it to ↵ | heretic | 2022-09-28 | 1 | -4/+28 |
| | | | | | canonical add canonize data transformer | ||||
* | [library/python/testing/yatest_common] Relaxed runtime methods for ↵ | prettyboy | 2022-09-25 | 9 | -96/+284 |
| | | | | non-standalone runs | ||||
* | Prepare to clang14: make llvm_symbolyzer call compatible to llvm 12 and 14 | heretic | 2022-09-15 | 1 | -2/+2 |
| | | | do it | ||||
* | [library/python/cores] Fixed py23 compatibility in colorize_backtrace | prettyboy | 2022-09-13 | 1 | -0/+1 |
| | |||||
* | Switch on inspect.getfullargspec | shadchin | 2022-08-14 | 1 | -1/+6 |
| | | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead. | ||||
* | []: Fix test context files | iaz1607 | 2022-08-09 | 1 | -1/+3 |
| | |||||
* | should use six.PY3 | svartmetal | 2022-08-08 | 1 | -2/+1 |
| | |||||
* | should escape core pattern path otherwise coredumps collection doesn't work | svartmetal | 2022-08-05 | 1 | -1/+5 |
| | |||||
* | Get rid of 'streamImpl' in responses | ilnaz | 2022-07-21 | 2 | -1/+9 |
| | |||||
* | Add UT to detect data races in computation nodes | va-kuznecov | 2022-07-19 | 2 | -0/+8 |
| | |||||
* | Remove duplicates from stable ydb config | thegeorg | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | fix flaky tests | eivanov89 | 2022-07-12 | 1 | -3/+10 |
| | |||||
* | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 5 | -12/+49 |
| | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos | ||||
* | fix ya.make | monster | 2022-07-07 | 45 | -2161/+122 |
| | |||||
* | Java strict | iaz1607 | 2022-07-01 | 2 | -1/+7 |
| | | | | | | https://st.yandex-team.ru/DEVTOOLS-7874 ref:3260d4335ca049569cca84a26d43a821cb89f583 | ||||
* | DEVTOOLS-7854 [devtools/ya/test] Dump python traceback in case of timeout ↵ | Aleksandr | 2022-06-30 | 1 | -0/+13 |
| | | | | | | for import_tests ref:27d3e422ea1b49c6ca8672fe75f7404214043550 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-22 | 1 | -2/+4 |
| | | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db | ||||
* | [cores] Suggest speed hacks and itype filtering speedup | mvel | 2022-06-18 | 1 | -2/+4 |
| | | | | | | | | - Speed-up hack for suggest: limit suggest source by count. Suggest code should be rewritten from scratch, but this ugly spike will save tons of MDB CPU for a while. - Page size: 10, enough for watching - Index by `last_time` in production database ref:9bab6a39172b1b6159e83708a787169684577717 | ||||
* | Strict go test | iaz1607 | 2022-06-17 | 2 | -0/+8 |
| | | | | ref:6ef4c0e7601ad32073264a38b583a6d2d33bce94 | ||||
* | DEVTOOLS-9500 [library/python/pytest] Generate call graph if ↵ | Aleksandr | 2022-06-01 | 1 | -0/+25 |
| | | | | | | --profile-pytest is specified ref:b1b93724ca5ccf2a420b7dd063764bc8eed4f3e4 | ||||
* | Update contrib/python/ipython/py3 to 8.3.0 | robot-contrib | 2022-05-18 | 5 | -71/+31 |
| | | | | ref:e84342d4d30476f9148137f37fd0c6405fd36f55 | ||||
* | YMAKE-148: Don't follow symlinks | say | 2022-05-17 | 2 | -5/+17 |
| | | | | ref:b200b70556036c6a735ab81b1414c4b334ba5958 | ||||
* | YMAKE-144: Fix RuntimeError: dictionary changed size during iteration | say | 2022-05-14 | 2 | -2/+30 |
| | | | | ref:919db9913468e91d031bbd511beeacdcfdd74489 | ||||
* | Yatest added new Popen argument | vzaborovskiy | 2022-05-06 | 1 | -0/+5 |
| | | | | ref:8ef6e980cdf596b743f677ecbfc7bca8fcf75349 | ||||
* | Introduce method to get vcs in library/python/svn_version | spreis | 2022-05-04 | 3 | -4/+12 |
| | | | | ref:3cdcb0b0558a4896ab20082ec37672275dfe59b9 | ||||
* | DEVTOOLSSUPPORT-18626: In venv directly call Py_BytesMain() | say | 2022-05-04 | 2 | -0/+10 |
| | | | | | | | | | | The arcadia main function (library/python/runtime_py3/main/main.c::pymain) calls Py_InitializeFromConfig() before going to the vanilla python Py_Main(). Py_InitializeFromConfig() overrides sys.prefix and sys.exec_prefix by default values ('/var/empty') and then import __res module (and importer.pxi as a part of it). importer.pxi::_init_venv() set a proper value to sys.prefix and sys.exec_prefix attributes. Py_Main() in turn also calls Py_InitializeFromConfig() and reset the sys attributes to their default values again. I don't know why it was not a problem in python 3.9 but in 3.10 it is. ref:0466de641f92d66c4f992ae12c02d8d58db397f6 | ||||
* | Remove unnecessary patch from Python 3 | shadchin | 2022-04-09 | 1 | -4/+4 |
| | | | | ref:08457aac212d00dad336d739a11d619cf2882ae3 | ||||
* | Add rule to generate cmake file. KIKIMR-14679 | Daniil Cherednik | 2022-04-08 | 3 | -70/+0 |
| | | | | ref:520f7b10e2f41d081d1552c1ce75159826498334 | ||||
* | YQ-1003 ExternalFunction provider | hrustyashko | 2022-04-07 | 3 | -0/+70 |
| | | | | | | | | | | store connection name at resolved function rename expr nodes to dq_function dq function data provider ref:23fa1160965eb31574ae1c31a5a9152781f238c2 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-26 | 1 | -1/+3 |
| | | | | ref:110136b448f725022fe4a99944539b99fd3a0ebf | ||||
* | intermediate changes | arcadia-devtools | 2022-03-17 | 1 | -3/+7 |
| | | | | ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 51 | -1004/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 1 | -0/+1 |
| | | | | ref:e7bb024d28480931cbbb0256a46dc06de8d7f6d2 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-10 | 1 | -2/+2 |
| | | | | ref:e3558e59374e3fcc75bdef0c34f021d3dc7b8326 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-07 | 4 | -4/+7 |
| | | | | ref:44cfacf4cc6e35eb3189b83a81fde1f7844d175b | ||||
* | intermediate changes | arcadia-devtools | 2022-03-04 | 2 | -6/+31 |
| | | | | ref:2a778101b5c1b72fe97b6485437fc7bbd1713dce | ||||
* | intermediate changes | arcadia-devtools | 2022-03-01 | 3 | -70/+0 |
| | | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 3 | -0/+27 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-23 | 2 | -2/+2 |
| | | | | ref:2fd7725f9a380208f93125e4819eee9282388396 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-23 | 1 | -1/+1 |
| | | | | ref:7ad50b9c568746e74aa064df7ff309c5798027fc |