aboutsummaryrefslogtreecommitdiffstats
path: root/.github/scripts/tests
Commit message (Collapse)AuthorAgeFilesLines
* CI: Fix create issues for muted tests + close unmuted tests (#18863)Kirill Rysin11 days2-10/+401
|
* Fix links in mute issues + analytic collect for test_history_mart (#17249)Kirill Rysin2025-04-151-3/+3
|
* Mute and separete test analytic for main and stables (#16964)Kirill Rysin2025-04-156-101/+280
|
* WF `Create issues for muted tests`: fix filepath for created issues (#16631)Kirill Rysin2025-04-011-2/+8
|
* Fix workflow update muted_ya.txt (#16605)Kirill Rysin2025-04-011-0/+15
|
* Dev update muted tests wf (#16456)Kirill Rysin2025-03-311-0/+10
|
* fix create_new_muted_ya.py data source (#14721)Kirill Rysin2025-02-181-6/+6
|
* Bulk upsert test cases implementation (#14655)SloNN2025-02-171-0/+1
| | | Co-authored-by: Alexey Dmitriev <slonnn@yandex-team.ru>
* Support for pytest.mark.test_case() clauseSloNN2025-02-171-0/+90
| | | It helps to make a link between python test and test run
* Test analytics: fix monitoring calculations + add days in skip counter (#14620)Kirill Rysin2025-02-162-4/+10
|
* Test report (#14336)Kirill Rysin2025-02-102-10/+91
|
* Fix mute utils (#13624)Kirill Rysin2025-01-212-13/+8
|
* Update collect mute: fix collecting deleted tests (#12970)Kirill Rysin2024-12-251-0/+8
|
* Build preset in test report "copy run command" (#12798)Kirill Rysin2024-12-232-2/+20
|
* Mute/Unmute tool (#11124)Kirill Rysin2024-11-262-0/+888
|
* Fix in test report mute string (#10515)Kirill Rysin2024-10-161-2/+2
|
* fix usage YaMuteCheck() for different files (#9803)Kirill Rysin2024-09-261-0/+2
|
* added chmod u+x .github/scripts/tests/get_muted_tests.py (#9802)Kirill Rysin2024-09-261-0/+0
|
* add chmod u+x to get_diff_lines_of_file.py (#9792)Kirill Rysin2024-09-261-0/+0
|
* Do not paint red for asan (#9704)Maxim Yurchuk2024-09-251-5/+10
|
* Mute tools + mute info in for pr (#9714)Kirill Rysin2024-09-243-0/+347
|
* Show tests with max RSS (#8888)Maxim Yurchuk2024-09-091-0/+45
|
* Update summary.html build type (#8879)Kirill Rysin2024-09-061-2/+2
|
* Test report: links to history (#8638)Kirill Rysin2024-09-062-18/+372
|
* Fix wrong links to stderr in html report (#8656)Maxim Yurchuk2024-09-031-2/+3
|
* Clearer comments (#8229)Maxim Yurchuk2024-08-282-52/+30
|
* Upload html summary before updating status (#8224)Maxim Yurchuk2024-08-262-21/+19
|
* TESTOWNERS and migration to column shard (#7733)Kirill Rysin2024-08-141-41/+46
|
* Test report: mute history (#7357)Kirill Rysin2024-08-023-57/+77
|
* Test report: dafault all expand + ctrl f (#7294)Kirill Rysin2024-07-311-4/+15
|
* History in test results (#7213)Kirill Rysin2024-07-313-42/+392
|
* Always show table with tests (#7101)Maxim Yurchuk2024-07-251-18/+3
|
* Use yellow color for failed test not in last retry (#7058)Maxim Yurchuk2024-07-241-6/+8
|
* Treat 'no test run' as success (#7036)Maxim Yurchuk2024-07-241-2/+2
|
* Add tests retry (#6973)Maxim Yurchuk2024-07-242-25/+59
|
* Remove cmake tests from workflows (#6816)Maxim Yurchuk2024-07-184-401/+0
|
* Refactor upload artifacts and use SUMMARY_LINKS (#6812)Maxim Yurchuk2024-07-182-35/+47
|
* Remove build stage (#6527)Maxim Yurchuk2024-07-111-1/+0
|
* 5295 add precommit check for ydbd size add diff in pr (#5597)Kirill Rysin2024-06-181-0/+2
|
* ci: overall status file fix (#5680)nikita kozlovsky2024-06-181-13/+11
|
* ci: add test log url (#5436)nikita kozlovsky2024-06-111-11/+20
|
* Integrated checks (#4800)AlexSm2024-05-231-0/+6
|
* ci: ability to copy test name to clipboard on test result page (#3701)nikita kozlovsky2024-04-192-2/+54
|
* ci: save logs for all test types into logsdir for failed tests (#3247)nikita kozlovsky2024-04-101-9/+12
|
* ci: save test artifacts for fail tests (#1501)nikita kozlovsky2024-02-191-2/+47
|
* ci: don't override old PR build status comment on every build (#1284)nikita kozlovsky2024-01-253-8/+10
|
* Avoid failure of pr_comment procedure when called outside PR context, e.g. ↵AlexSm2024-01-191-3/+4
| | | | in the Postcommit checks (#1172)
* ci: add more details to PR comment about build and tests (#1054)nikita kozlovsky2024-01-173-38/+102
|
* ci: warn if no tests reports found (#807)nikita kozlovsky2024-01-021-4/+19
|
* ci: new config for ya tests muting (#601)nikita kozlovsky2023-12-281-31/+27
| | | | * ci: new config for ya tests muting * mute test_postgres.py.TestPostgresSuite.test_postgres_suite*