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

Add unit-test for data eviction in tiering #7971

Merged
merged 5 commits into from
Aug 22, 2024

Conversation

swalrus1
Copy link
Collaborator

@swalrus1 swalrus1 commented Aug 18, 2024

Add a unit-test that checks that all portions are evicted according to the tiering policy in column shards.

Copy link

github-actions bot commented Aug 18, 2024

2024-08-18 18:20:17 UTC Pre-commit check for 3f866db has started.
2024-08-18 18:22:40 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-18 18:45:01 UTC Build successful.

Copy link

github-actions bot commented Aug 18, 2024

2024-08-18 18:22:05 UTC Pre-commit check for 3f866db has started.
2024-08-18 18:24:38 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-18 18:52:34 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3186 3177 0 6 0 3

🟢 2024-08-18 18:52:59 UTC Build successful.

Copy link

github-actions bot commented Aug 18, 2024

2024-08-18 18:24:55 UTC Pre-commit check for 3f866db has started.
2024-08-18 18:27:23 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-18 18:55:59 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3340 3334 0 1 0 5

2024-08-18 18:56:24 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-18 19:10:40 UTC Tests successful.

Test history | Ya make output

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

🟢 2024-08-18 19:10:48 UTC Build successful.

@swalrus1 swalrus1 marked this pull request as ready for review August 19, 2024 07:00
Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 08:18:03 UTC Pre-commit check for 1444b62 has started.
2024-08-19 08:20:27 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-19 08:23:45 UTC Build successful.

Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 08:19:08 UTC Pre-commit check for 1444b62 has started.
2024-08-19 08:22:16 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-19 08:46:32 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3186 3173 0 10 0 3

🟢 2024-08-19 08:46:53 UTC Build successful.

Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 08:19:11 UTC Pre-commit check for 1444b62 has started.
2024-08-19 08:21:37 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-19 08:42:02 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3340 3334 0 1 0 5

2024-08-19 08:42:25 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-19 08:56:13 UTC Tests successful.

Test history | Ya make output

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

🟢 2024-08-19 08:56:21 UTC Build successful.

Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 11:10:20 UTC Pre-commit check for a3ace77 has started.
2024-08-19 11:13:34 UTC Check linux-x86_64-release-clang14 is running...
🔴 2024-08-19 11:17:01 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 11:12:58 UTC Pre-commit check for a3ace77 has started.
2024-08-19 11:15:28 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-19 11:24:25 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 19, 2024

2024-08-19 11:14:28 UTC Pre-commit check for a3ace77 has started.
2024-08-19 11:17:46 UTC Check linux-x86_64-relwithdebinfo is running...
🔴 2024-08-19 11:22:06 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 08:51:41 UTC Pre-commit check for 08ea83c has started.
2024-08-20 08:54:22 UTC Check linux-x86_64-relwithdebinfo is running...
🔴 2024-08-20 09:05:30 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 08:53:35 UTC Pre-commit check for 08ea83c has started.
2024-08-20 08:55:56 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-20 09:02:47 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 08:56:29 UTC Pre-commit check for 08ea83c has started.
2024-08-20 08:58:59 UTC Check linux-x86_64-release-clang14 is running...
🔴 2024-08-20 09:01:58 UTC Build failed. see the logs.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 09:23:24 UTC Pre-commit check for b6ef944 has started.
2024-08-20 09:25:48 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-20 09:50:47 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3217 3206 0 8 0 3

🟢 2024-08-20 09:51:09 UTC Build successful.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 09:23:27 UTC Pre-commit check for b6ef944 has started.
2024-08-20 09:25:55 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-20 09:44:09 UTC Build successful.

Copy link

github-actions bot commented Aug 20, 2024

2024-08-20 09:23:31 UTC Pre-commit check for b6ef944 has started.
2024-08-20 09:25:55 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-20 09:46:45 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3372 3366 0 2 0 4

2024-08-20 09:47:08 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟡 2024-08-20 09:59:17 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7 (only retried tests) 3 0 1 0 3

2024-08-20 09:59:25 UTC Failed tests rerun (try 3) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-20 10:11:14 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
5 (only retried tests) 2 0 0 0 3

🟢 2024-08-20 10:11:21 UTC Build successful.

@swalrus1 swalrus1 merged commit c1c1c23 into ydb-platform:main Aug 22, 2024
10 of 12 checks passed
rekby pushed a commit to rekby-forks/ydb that referenced this pull request Aug 28, 2024
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.

2 participants