Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swith dq_file/hybrid_file to yt suites #13153

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

vitstn
Copy link
Collaborator

@vitstn vitstn commented Jan 2, 2025

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@vitstn vitstn requested a review from a team as a code owner January 2, 2025 11:09
@vitstn vitstn requested a review from mxkovalev January 2, 2025 11:09
@vitstn vitstn enabled auto-merge (squash) January 2, 2025 11:10
Copy link

github-actions bot commented Jan 2, 2025

2025-01-02 11:13:03 UTC Pre-commit check linux-x86_64-relwithdebinfo for 5444ab4 has started.
2025-01-02 11:13:14 UTC Artifacts will be uploaded here
2025-01-02 11:15:39 UTC ya make is running...
🟡 2025-01-02 11:24:03 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7886 6046 0 388 1452 0

2025-01-02 11:24:48 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-02 11:26:23 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
674 (only retried tests) 286 0 388 0 0

2025-01-02 11:26:34 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-02 11:28:09 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
674 (only retried tests) 286 0 388 0 0

🟢 2025-01-02 11:28:19 UTC Build successful.

Copy link

github-actions bot commented Jan 2, 2025

2025-01-02 11:13:19 UTC Pre-commit check linux-x86_64-release-asan for 5444ab4 has started.
2025-01-02 11:13:30 UTC Artifacts will be uploaded here
2025-01-02 11:16:04 UTC ya make is running...
🟢 2025-01-02 11:18:38 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
118 118 0 0 0 0

🟢 2025-01-02 11:18:45 UTC Build successful.

@vitstn vitstn requested a review from rvu1024 January 2, 2025 11:30
rvu1024
rvu1024 previously approved these changes Jan 2, 2025
@rvu1024
Copy link
Member

rvu1024 commented Jan 2, 2025

    rows = normalize_table_yson(cyson.loads('[' + res_yson + ']'))
E   TypeError: can only concatenate str (not "bytes") to str

py3 разломался

Copy link

github-actions bot commented Jan 2, 2025

2025-01-02 12:32:35 UTC Pre-commit check linux-x86_64-release-asan for fac41d9 has started.
2025-01-02 12:32:46 UTC Artifacts will be uploaded here
2025-01-02 12:35:10 UTC ya make is running...
🟢 2025-01-02 12:37:26 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
118 118 0 0 0 0

🟢 2025-01-02 12:37:33 UTC Build successful.

Copy link

github-actions bot commented Jan 2, 2025

2025-01-02 12:32:42 UTC Pre-commit check linux-x86_64-relwithdebinfo for fac41d9 has started.
2025-01-02 12:32:53 UTC Artifacts will be uploaded here
2025-01-02 12:35:19 UTC ya make is running...
🟡 2025-01-02 12:43:04 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7886 6428 0 6 1452 0

2025-01-02 12:43:49 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-02 12:44:45 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12 (only retried tests) 6 0 6 0 0

2025-01-02 12:44:53 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-02 12:45:49 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12 (only retried tests) 6 0 6 0 0

🟢 2025-01-02 12:45:55 UTC Build successful.

@vitstn vitstn requested a review from rvu1024 January 2, 2025 12:32
rvu1024
rvu1024 previously approved these changes Jan 2, 2025
Copy link

github-actions bot commented Jan 3, 2025

2025-01-03 23:38:56 UTC Pre-commit check linux-x86_64-release-asan for d56cd70 has started.
2025-01-03 23:39:07 UTC Artifacts will be uploaded here
2025-01-03 23:41:36 UTC ya make is running...
🟢 2025-01-03 23:43:55 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
118 118 0 0 0 0

🟢 2025-01-03 23:44:02 UTC Build successful.

Copy link

github-actions bot commented Jan 3, 2025

2025-01-03 23:39:20 UTC Pre-commit check linux-x86_64-relwithdebinfo for d56cd70 has started.
2025-01-03 23:39:32 UTC Artifacts will be uploaded here
2025-01-03 23:41:57 UTC ya make is running...
🟢 2025-01-03 23:50:14 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9076 6729 0 0 2347 0

🟢 2025-01-03 23:50:58 UTC Build successful.

@vitstn vitstn requested a review from rvu1024 January 5, 2025 09:16
@vitstn vitstn merged commit d7e5925 into ydb-platform:main Jan 5, 2025
12 checks passed
@vitstn vitstn deleted the swith_dq_yt_suites branch January 5, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants