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

Fix tx tests (#8945) #9284

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

zverevgeny
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Sep 16, 2024

2024-09-16 08:31:11 UTC Pre-commit check for 30c2329 has started.
2024-09-16 08:33:50 UTC Build linux-x86_64-release-asan is running...
🟢 2024-09-16 08:57:16 UTC Build successful.
2024-09-16 08:57:34 UTC Tests are running...
🔴 2024-09-16 10:53:48 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9931 9851 0 12 28 40

🟢 2024-09-16 10:54:30 UTC ydbd size 5.5 GiB changed* by -7.4 KiB, which is <= 0 Bytes vs stable-24-3-9-cs: OK

ydbd size dash stable-24-3-9-cs: 43977d4 merge: 30c2329 diff diff %
ydbd size 5 957 203 856 Bytes 5 957 196 272 Bytes -7.4 KiB -0.000%
ydbd stripped size 1 491 528 896 Bytes 1 491 523 776 Bytes -5.0 KiB -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Sep 16, 2024

2024-09-16 08:31:18 UTC Pre-commit check for 30c2329 has started.
2024-09-16 08:33:59 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-09-16 08:41:02 UTC Build successful.

Copy link

github-actions bot commented Sep 16, 2024

2024-09-16 08:33:18 UTC Pre-commit check for 30c2329 has started.
2024-09-16 08:35:50 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-09-16 09:13:00 UTC Build successful.
2024-09-16 09:13:16 UTC Tests are running...
🔴 2024-09-16 10:36:13 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14073 12729 0 5 1301 38

🟢 2024-09-16 10:37:05 UTC ydbd size 8.2 GiB changed* by -1.4 KiB, which is <= 0 Bytes vs stable-24-3-9-cs: OK

ydbd size dash stable-24-3-9-cs: 43977d4 merge: 30c2329 diff diff %
ydbd size 8 795 766 416 Bytes 8 795 765 008 Bytes -1.4 KiB -0.000%
ydbd stripped size 479 894 024 Bytes 479 893 832 Bytes -192 Bytes -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@zverevgeny zverevgeny marked this pull request as ready for review September 16, 2024 15:18
@zverevgeny zverevgeny requested a review from a team as a code owner September 16, 2024 15:18
@zverevgeny zverevgeny merged commit 4eedc35 into ydb-platform:stable-24-3-9-cs Sep 16, 2024
8 of 12 checks passed
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Sep 16, 2024
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Sep 19, 2024
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Sep 20, 2024
    Co-authored-by: Semyon <[email protected]>
    Co-authored-by: ivanmorozov333 <[email protected]>
    Co-authored-by: Ivan <[email protected]>
    Co-authored-by: Artem Alekseev <[email protected]>
    Co-authored-by: Alexander Avdonkin <[email protected]>
    Co-authored-by: Nikita Vasilev <[email protected]>
    Co-authored-by: Vladislav Gogov <[email protected]>
    Conflicts:
            ydb/core/kqp/compute_actor/kqp_compute_actor.cpp
            ydb/core/kqp/compute_actor/kqp_compute_actor.h
            ydb/core/kqp/compute_actor/kqp_compute_actor_factory.h
            ydb/core/kqp/compute_actor/kqp_compute_events.h
            ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp
            ydb/core/kqp/compute_actor/kqp_scan_compute_actor.h
            ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.cpp
            ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.h
            ydb/core/kqp/executer_actor/kqp_data_executer.cpp
            ydb/core/kqp/executer_actor/kqp_planner.cpp
            ydb/core/kqp/executer_actor/kqp_planner.h
            ydb/core/kqp/node_service/kqp_node_service.cpp
            ydb/core/kqp/ut/common/kqp_ut_common.cpp
            ydb/core/kqp/ut/olap/clickbench_ut.cpp
            ydb/core/kqp/ut/olap/kqp_olap_ut.cpp
            ydb/core/kqp/ut/tx/kqp_sink_common.h
            ydb/core/kqp/ut/tx/kqp_sink_locks_ut.cpp
            ydb/core/kqp/ut/tx/kqp_sink_mvcc_ut.cpp
            ydb/core/kqp/ut/tx/kqp_sink_tx_ut.cpp
            ydb/core/protos/feature_flags.proto
            ydb/core/protos/kqp.proto
            ydb/core/testlib/basics/feature_flags.h
            ydb/core/tx/columnshard/engines/scheme/index_info.cpp
            ydb/core/tx/columnshard/splitter/chunks.h
            ydb/library/yql/sql/v1/sql_ut.cpp
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-12
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-14
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-15
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-16
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-17
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-21
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-30
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-31
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-32
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-33
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-34
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-36
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-37
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-38
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-41
            ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-7

Fix tx tests (ydb-platform#8945) (ydb-platform#9284)

    Co-authored-by: Nikita Vasilev <[email protected]>

fix tests
fexolm pushed a commit to fexolm/ydb that referenced this pull request Sep 24, 2024
fexolm pushed a commit to fexolm/ydb that referenced this pull request Sep 24, 2024
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Oct 15, 2024
Co-authored-by: Nikita Vasilev <[email protected]>
Conflicts:
	ydb/core/kqp/ut/tx/kqp_sink_locks_ut.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants