summaryrefslogtreecommitdiffstats
path: root/.github/scripts/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-27/+23
| | | | * ci: new config for ya tests muting * mute test_postgres.py.TestPostgresSuite.test_postgres_suite*
* Mutetests1 (#578)AlexSm2023-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove good test from muted list * Adjust muted test shards * Adjust muted functional tests * Update muted_shard.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_shard.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_test.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update transform-ya-junit.py * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_functest.txt
* ci: put build results to cache for PR checks and fix log extraction in the ↵nikita kozlovsky2023-12-181-1/+1
| | | | | | | transform-ya-junit script (#561) * skip non existing files * ci: put build results to cache on PR builds
* ci: quote log file pathnkozlovskiy2023-12-131-2/+3
|
* ci: add testmo-proxy, split junit into multiple parts, generate summary and ↵nkozlovskiy2023-12-082-1/+46
| | | | post comment after tests logs upload
* ci: add directory existence checknkozlovskiy2023-12-011-2/+7
|
* PR check using ya makeNikita Kozlovskiy2023-11-032-20/+50
| | | | | | PR check using ya make Pull Request resolved: https://github.com/ydb-platform/ydb/pull/423
* PR from branch users/nkozlovskiy/github-pr-history-linknkozlovskiy2023-10-111-2/+7
| | | | | | fix runid wip
* add ya make and test supportNikita Kozlovskiy2023-10-103-15/+251
| | | | | | add ya make and test support Pull Request resolved: https://github.com/ydb-platform/ydb/pull/392
* ci: remove all failures for muted testsnkozlovskiy2023-09-151-21/+33
|
* ci: show error tests in reports toonkozlovskiy2023-09-051-1/+1
|
* ci: print test duration in the html reportsnkozlovskiy2023-09-042-4/+26
|
* ci: better yunit/gtest log findingnkozlovskiy2023-09-011-7/+13
|
* ci: PR comment posting with the testing resultsNikita Kozlovskiy2023-08-311-57/+153
| | | | | | ci: add comment posting to the pr with the test summary Pull Request resolved: #353
* ci: check failed ctests shard runs for yunit or gtest logsnkozlovskiy2023-08-313-5/+18
|
* CI: fail test log links in HTML test listsNikita Kozlovskiy2023-08-302-22/+61
| | | | | | CI: fail test log links in HTML test lists Pull Request resolved: #350
* new test summary badgeNikita Kozlovskiy2023-08-223-69/+184
| | | | | | new test summary badge Pull Request resolved: #343
* ci: mute ↵nkozlovskiy2023-08-171-1/+1
| | | | test_ydb_scripting.py::TestExecuteScriptWithParamsFromStdin::test_batching_full_tsv[stream] and THugeMigration::RollbackMap_HugeBlobs
* ci: don't throw an error when empty report xml is found, also print failed ↵nkozlovskiy2023-08-173-37/+48
| | | | test names
* CI: group tests by test shard nameNikita Kozlovskiy2023-08-165-106/+175
| | | | | | CI: group tests by test shard name Pull Request resolved: #332
* Ci pytest xdistNikita Kozlovskiy2023-08-081-3/+5
| | | | | | Ci pytest xdist Pull Request resolved: #323
* ci: change postprocess script run orderNikita Kozlovskiy2023-08-043-3/+13
| | | | | | ci: change postprocess script run order Pull Request resolved: #318
* ci: mute functional testsnkozlovskiy2023-07-253-12/+24
| | | | | | ci: mute functional tests Pull Request resolved: #310
* ci: remove special characters from log filenameNikita Kozlovskiy2023-06-221-0/+2
| | | | | ci: remove special characters from log filename Pull Request resolved: #271
* ci: summary extraction as independent step, add functional tests summaryNikita Kozlovskiy2023-06-196-158/+415
| | | | | ci: summary extraction as independent step, add functional tests summary Pull Request resolved: #264
* ci: write test shard name for testmo reportNikita Kozlovskiy2023-06-123-14/+39
| | | | | ci: write test shard name for testmo report Pull Request resolved: #249
* ci: clean muted test listNikita Kozlovskiy2023-06-081-7/+8
| | | | | ci: clean muted test list Pull Request resolved: #248
* ci: test mutingNikita Kozlovskiy2023-06-026-0/+533
ci: test muting Pull Request resolved: #240