Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | YQ Connector: support managed ClickHouse | vitalyisaev | 2023-06-29 | 2 | -0/+51 | |
| | | | Со стороны dqrun можно обратиться к инстансу коннектора, который работает на streaming стенде, и извлечь данные из облачного CH. | |||||
* | Fix devtools/ya/test/tests/unittests (canondata processing) | v-korovin | 2023-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fix output dir in retries case | iaz1607 | 2023-06-21 | 1 | -2/+6 | |
| | ||||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 7 | -0/+112 | |
| | ||||||
* | Fix filemode on stdout open | ilyasiluyanov | 2023-06-08 | 1 | -10/+3 | |
| | | | Set binary mode as default, use `str` (aka unicode) on demand | |||||
* | rebase pr to fix ya package onto backward-compat fix for execute | ilyasiluyanov | 2023-06-07 | 1 | -5/+12 | |
| | | | | | | | | | | | | Use text=True as many as needed Create npm always tries to return text Use bytes in stdout assertions Remove strings py23_utils py23_canondata Try to make backward compatible solution first | |||||
* | [library/python/testing/yatest_common/yatest/common/process] Wait for process | prettyboy | 2023-06-06 | 1 | -0/+1 | |
| | ||||||
* | [devtools/ya/test] Fixed missing diff_tool dep and use build root relative paths | prettyboy | 2023-05-24 | 1 | -0/+16 | |
| | ||||||
* | Add environment set upon test launch from test.context for python tests | zhukoff-pavel | 2023-05-10 | 1 | -0/+12 | |
| | ||||||
* | Set Popen(text=True) for py3 just for fun | v-korovin | 2023-05-04 | 1 | -0/+4 | |
| | ||||||
* | [library/python/testing/yatest_common/yatest] Close non-user file descriptiors | prettyboy | 2023-04-20 | 1 | -2/+8 | |
| | ||||||
* | add CANONIZE_DIR_LOCALLY | kmokrov | 2023-04-10 | 1 | -2/+2 | |
| | | | Tests: проверял локально, собрал `ya-bin`, во время запуска подкладывал ему собранный `test_tool` с помощью флага `--test-tool-bin` | |||||
* | Swith flake8 to custom lint schema | say | 2023-03-31 | 2 | -120/+0 | |
| | ||||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 8 | -124/+0 | |
| | ||||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 8 | -0/+124 | |
| | ||||||
* | Prepare custom_lint for flake8: | say | 2023-03-07 | 1 | -6/+26 | |
| | | | | | | - add lint_name, global_resource and extra_param options - add option to split lint tests in chunks (FILE_PROCESSING_TIME) - rename '--configs' option to '--config' to be consistent with other option names | |||||
* | Fix import tests for pydebug | speedwagon | 2023-03-02 | 1 | -7/+11 | |
| | | | | | | | | | | | Fixed: ``` arcadia/library/python/testing/import_test/import_test.py:31: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:33: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:51: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:71: [E741] ambiguous variable name 'l' arcadia/library/python/testing/import_test/import_test.py:96: [E722] do not use bare 'except' arcadia/library/python/testing/import_test/import_test.py:151: [E722] do not use bare 'except' ``` | |||||
* | Migrate black linter on custom_lint pipeline | say | 2023-02-14 | 2 | -0/+100 | |
| | ||||||
* | Fix yatest with Python 3.11 | shadchin | 2022-12-18 | 1 | -1/+2 | |
| | ||||||
* | Bytes and string fixes | v-korovin | 2022-12-06 | 1 | -2/+2 | |
| | ||||||
* | Reduce duplicate in NO_CHECK_IMPORTS | shadchin | 2022-11-17 | 1 | -0/+3 | |
| | ||||||
* | yatest_common context file test | qrort | 2022-11-17 | 3 | -12/+15 | |
| | ||||||
* | More logs while recovering core | v-korovin | 2022-11-07 | 1 | -0/+2 | |
| | ||||||
* | FIx strict context tests | iaz1607 | 2022-10-31 | 2 | -0/+7 | |
| | ||||||
* | [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 | 8 | -94/+284 | |
| | | | | non-standalone runs | |||||
* | 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 | |
| | ||||||
* | Remove duplicates from stable ydb config | thegeorg | 2022-07-13 | 1 | -2/+2 | |
| | ||||||
* | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 3 | -12/+42 | |
| | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos | |||||
* | fix ya.make | monster | 2022-07-07 | 2 | -0/+0 | |
| | ||||||
* | 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 | |||||
* | Strict go test | iaz1607 | 2022-06-17 | 2 | -0/+8 | |
| | | | | ref:6ef4c0e7601ad32073264a38b583a6d2d33bce94 | |||||
* | Yatest added new Popen argument | vzaborovskiy | 2022-05-06 | 1 | -0/+5 | |
| | | | | ref:8ef6e980cdf596b743f677ecbfc7bca8fcf75349 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-26 | 1 | -1/+3 | |
| | | | | ref:110136b448f725022fe4a99944539b99fd3a0ebf | |||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 7 | -137/+0 | |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-10 | 1 | -2/+2 | |
| | | | | ref:e3558e59374e3fcc75bdef0c34f021d3dc7b8326 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-07 | 3 | -4/+4 | |
| | | | | ref:44cfacf4cc6e35eb3189b83a81fde1f7844d175b | |||||
* | intermediate changes | arcadia-devtools | 2022-03-04 | 1 | -3/+28 | |
| | | | | ref:2a778101b5c1b72fe97b6485437fc7bbd1713dce | |||||
* | intermediate changes | arcadia-devtools | 2022-02-14 | 1 | -1/+1 | |
| | | | | ref:d0ac4d41feb48fdd937daf90db00be7cf2bc6231 | |||||
* | Restoring authorship annotation for <alexandr21@yandex-team.ru>. Commit 2 of 2. | alexandr21 | 2022-02-10 | 1 | -3/+3 | |
| | ||||||
* | Restoring authorship annotation for <alexandr21@yandex-team.ru>. Commit 1 of 2. | alexandr21 | 2022-02-10 | 1 | -3/+3 | |
| | ||||||
* | Restoring authorship annotation for <coteeq@yandex-team.ru>. Commit 2 of 2. | coteeq | 2022-02-10 | 1 | -1/+1 | |
| | ||||||
* | Restoring authorship annotation for <coteeq@yandex-team.ru>. Commit 1 of 2. | coteeq | 2022-02-10 | 1 | -1/+1 | |
| | ||||||
* | Restoring authorship annotation for <smishin@yandex-team.ru>. Commit 2 of 2. | smishin | 2022-02-10 | 1 | -30/+30 | |
| | ||||||
* | Restoring authorship annotation for <smishin@yandex-team.ru>. Commit 1 of 2. | smishin | 2022-02-10 | 1 | -30/+30 | |
| |