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 test suite "TestDataMigrationWhenAlterTtl" #14420

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

vlad-gogov
Copy link
Collaborator

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

After changing TTL, you need to wait for previous bucket to empty, after all data moved to new bucket.

Copy link

github-actions bot commented Feb 11, 2025

2025-02-11 09:08:40 UTC Pre-commit check linux-x86_64-release-asan for c492b7b has started.
2025-02-11 09:08:53 UTC Artifacts will be uploaded here
2025-02-11 09:11:25 UTC ya make is running...
🟢 2025-02-11 09:23:58 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
41 35 0 0 2 4

🟢 2025-02-11 09:24:20 UTC Build successful.
🟢 2025-02-11 09:24:33 UTC ydbd size 3.6 GiB changed* by +14.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 35c4c8a merge: c492b7b diff diff %
ydbd size 3 875 743 976 Bytes 3 875 758 824 Bytes +14.5 KiB +0.000%
ydbd stripped size 1 357 256 752 Bytes 1 357 263 952 Bytes +7.0 KiB +0.001%

*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 Feb 11, 2025

2025-02-11 09:10:38 UTC Pre-commit check linux-x86_64-relwithdebinfo for c492b7b has started.
2025-02-11 09:10:50 UTC Artifacts will be uploaded here
2025-02-11 09:13:15 UTC ya make is running...
🟢 2025-02-11 09:34:17 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
53 43 0 0 6 4

🟢 2025-02-11 09:34:24 UTC Build successful.
🟢 2025-02-11 09:34:34 UTC ydbd size 2.1 GiB changed* by +5.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 35c4c8a merge: c492b7b diff diff %
ydbd size 2 228 682 408 Bytes 2 228 688 408 Bytes +5.9 KiB +0.000%
ydbd stripped size 473 235 288 Bytes 473 236 184 Bytes +896 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

@vlad-gogov vlad-gogov requested a review from dorooleg February 12, 2025 09:36
Copy link

github-actions bot commented Feb 12, 2025

2025-02-12 09:37:43 UTC Pre-commit check linux-x86_64-relwithdebinfo for 70044ac has started.
2025-02-12 09:37:55 UTC Artifacts will be uploaded here
2025-02-12 09:40:13 UTC ya make is running...
🟢 2025-02-12 09:52:22 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
53 46 0 0 2 5

🟢 2025-02-12 09:52:29 UTC Build successful.
🟡 2025-02-12 09:52:40 UTC ydbd size 2.1 GiB changed* by +121.9 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: ddc16f2 merge: 70044ac diff diff %
ydbd size 2 228 966 608 Bytes 2 229 091 480 Bytes +121.9 KiB +0.006%
ydbd stripped size 473 266 072 Bytes 473 266 328 Bytes +256 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

Copy link

github-actions bot commented Feb 12, 2025

2025-02-12 09:38:26 UTC Pre-commit check linux-x86_64-release-asan for 70044ac has started.
2025-02-12 09:38:38 UTC Artifacts will be uploaded here
2025-02-12 09:40:57 UTC ya make is running...
🟢 2025-02-12 09:52:55 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
41 32 0 0 5 4

🟢 2025-02-12 09:53:02 UTC Build successful.
🟡 2025-02-12 09:53:14 UTC ydbd size 3.6 GiB changed* by +205.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: ddc16f2 merge: 70044ac diff diff %
ydbd size 3 876 248 600 Bytes 3 876 459 096 Bytes +205.6 KiB +0.005%
ydbd stripped size 1 357 379 888 Bytes 1 357 380 688 Bytes +800 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

@vlad-gogov vlad-gogov merged commit dac5bad into ydb-platform:main Feb 12, 2025
12 checks passed
lberserq pushed a commit to lberserq/ydb that referenced this pull request Feb 14, 2025
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.

When data migration in other bucket, previously bucket is not empty
2 participants