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

Improve roaring UDF #13120

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Conversation

jsjant
Copy link
Contributor

@jsjant jsjant commented Dec 28, 2024

Changelog entry

New functions added

AndNotWithBinary — returns intersection between roaring_bitmap resource and binary bitmap represenation, but second argument is negated. Mutates state in the first argument
AndNot — returns intersection between roaring_bitmap resource and another roaring_bitmap resource, but second argument is negated. Mutates state in the first argument

FromUint32List — interprets List of Uint32 numbers as positions in bitmap to set to 1. Returns roaring_bitmap resource

RunOptimize — utility function to convert array and bitmap containers to run containers when it is more efficient.
Also convert from run containers when more space efficient. Mutates state in the first argument. Returns roaring_bitmap resource

Changelog category

  • Improvement

Copy link

github-actions bot commented Dec 28, 2024

2024-12-28 12:32:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for 2c61133 has started.
2024-12-28 12:33:04 UTC Artifacts will be uploaded here
2024-12-28 12:35:38 UTC ya make is running...
🟡 2024-12-28 13:01:10 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?
4459 4344 0 3 36 76

2024-12-28 13:01:38 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-28 13:05:01 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?
91 (only retried tests) 14 0 2 0 75

2024-12-28 13:05:12 UTC ya make is running... (failed tests rerun, try 3)
🔴 2024-12-28 13:08:31 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?
90 (only retried tests) 14 0 2 0 74

🟢 2024-12-28 13:08:38 UTC Build successful.
🟢 2024-12-28 13:08:52 UTC ydbd size 2.1 GiB changed* by +36.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5bebdaf merge: 2c61133 diff diff %
ydbd size 2 242 049 288 Bytes 2 242 086 808 Bytes +36.6 KiB +0.002%
ydbd stripped size 472 100 528 Bytes 472 119 792 Bytes +18.8 KiB +0.004%

*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 Dec 28, 2024

2024-12-28 12:33:30 UTC Pre-commit check linux-x86_64-release-asan for 2c61133 has started.
2024-12-28 12:33:42 UTC Artifacts will be uploaded here
2024-12-28 12:36:09 UTC ya make is running...
🟡 2024-12-28 12:57:31 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1699 0 18 7 8

2024-12-28 12:57:48 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-28 13:08:52 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

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

2024-12-28 13:09:01 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-28 13:20:12 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
22 (only retried tests) 11 0 5 1 5

🟢 2024-12-28 13:20:20 UTC Build successful.
🟢 2024-12-28 13:20:39 UTC ydbd size 3.6 GiB changed* by +45.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5bebdaf merge: 2c61133 diff diff %
ydbd size 3 870 456 000 Bytes 3 870 502 896 Bytes +45.8 KiB +0.001%
ydbd stripped size 1 349 993 168 Bytes 1 350 016 464 Bytes +22.8 KiB +0.002%

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

@jsjant jsjant force-pushed the roaring-improvements branch from 5dfb1e2 to 4d5e821 Compare December 28, 2024 13:49
Copy link

github-actions bot commented Dec 28, 2024

2024-12-28 13:53:23 UTC Pre-commit check linux-x86_64-relwithdebinfo for c980b86 has started.
2024-12-28 13:53:34 UTC Artifacts will be uploaded here
2024-12-28 13:56:01 UTC ya make is running...
🟡 2024-12-28 14:18:11 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?
4459 4341 0 5 37 76

2024-12-28 14:18:43 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-28 14:22:07 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?
96 (only retried tests) 19 0 2 0 75

2024-12-28 14:22:14 UTC ya make is running... (failed tests rerun, try 3)
🔴 2024-12-28 14:25:38 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?
90 (only retried tests) 14 0 2 0 74

🟢 2024-12-28 14:25:45 UTC Build successful.
🟢 2024-12-28 14:25:57 UTC ydbd size 2.1 GiB changed* by +32.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e1ce008 merge: c980b86 diff diff %
ydbd size 2 242 053 384 Bytes 2 242 086 808 Bytes +32.6 KiB +0.001%
ydbd stripped size 472 101 744 Bytes 472 119 792 Bytes +17.6 KiB +0.004%

*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 Dec 28, 2024

2024-12-28 13:53:24 UTC Pre-commit check linux-x86_64-release-asan for c980b86 has started.
2024-12-28 14:04:26 UTC Artifacts will be uploaded here
2024-12-28 14:06:59 UTC ya make is running...
🟡 2024-12-28 14:27:12 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1704 0 11 8 9

2024-12-28 14:27:29 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-28 14:38:38 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

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

2024-12-28 14:38:46 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-28 14:49:52 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
21 (only retried tests) 10 0 4 0 7

🟢 2024-12-28 14:49:59 UTC Build successful.
🟢 2024-12-28 14:50:17 UTC ydbd size 3.6 GiB changed* by +34.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e1ce008 merge: c980b86 diff diff %
ydbd size 3 870 467 528 Bytes 3 870 502 896 Bytes +34.5 KiB +0.001%
ydbd stripped size 1 349 997 072 Bytes 1 350 016 464 Bytes +18.9 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

@jsjant jsjant force-pushed the roaring-improvements branch from 4d5e821 to 4fc62c4 Compare December 28, 2024 15:27
Copy link

github-actions bot commented Dec 28, 2024

2024-12-28 15:31:32 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9f14f91 has started.
2024-12-28 15:31:44 UTC Artifacts will be uploaded here
2024-12-28 15:34:14 UTC ya make is running...
🟡 2024-12-28 15:56:40 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?
4459 4335 0 5 40 79

2024-12-28 15:57:09 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-28 16:00:50 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
103 (only retried tests) 26 0 0 0 77

🟢 2024-12-28 16:00:57 UTC Build successful.
🟢 2024-12-28 16:01:09 UTC ydbd size 2.1 GiB changed* by +32.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 22e791d merge: 9f14f91 diff diff %
ydbd size 2 242 053 384 Bytes 2 242 086 808 Bytes +32.6 KiB +0.001%
ydbd stripped size 472 101 744 Bytes 472 119 792 Bytes +17.6 KiB +0.004%

*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 Dec 28, 2024

2024-12-28 15:31:37 UTC Pre-commit check linux-x86_64-release-asan for 9f14f91 has started.
2024-12-28 15:31:48 UTC Artifacts will be uploaded here
2024-12-28 15:34:23 UTC ya make is running...
🟡 2024-12-28 15:55:11 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1707 0 13 6 6

2024-12-28 15:55:26 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-28 16:06:31 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37 (only retried tests) 28 0 2 0 7

2024-12-28 16:06:39 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-28 16:17:46 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13 (only retried tests) 4 0 2 0 7

🟢 2024-12-28 16:17:53 UTC Build successful.
🟢 2024-12-28 16:18:10 UTC ydbd size 3.6 GiB changed* by +34.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e1ce008 merge: 9f14f91 diff diff %
ydbd size 3 870 467 528 Bytes 3 870 502 896 Bytes +34.5 KiB +0.001%
ydbd stripped size 1 349 997 072 Bytes 1 350 016 464 Bytes +18.9 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

@jsjant jsjant force-pushed the roaring-improvements branch 2 times, most recently from adaca6d to f8487d4 Compare January 4, 2025 10:11
Copy link

github-actions bot commented Jan 4, 2025

2025-01-04 10:13:47 UTC Pre-commit check linux-x86_64-relwithdebinfo for 998e4a7 has started.
2025-01-04 10:13:59 UTC Artifacts will be uploaded here
2025-01-04 10:16:24 UTC ya make is running...
🟡 2025-01-04 10:36:23 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?
4459 4340 0 4 36 79

2025-01-04 10:36:50 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-04 10:40:42 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?
100 (only retried tests) 24 0 1 0 75

2025-01-04 10:40:51 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-01-04 10:43:53 UTC ydbd size 2.1 GiB changed* by +36.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5e5216a merge: 998e4a7 diff diff %
ydbd size 2 243 630 208 Bytes 2 243 667 512 Bytes +36.4 KiB +0.002%
ydbd stripped size 472 256 784 Bytes 472 278 928 Bytes +21.6 KiB +0.005%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2025-01-04 10:43:54 UTC Check cancelled

Copy link

github-actions bot commented Jan 4, 2025

2025-01-04 10:13:50 UTC Pre-commit check linux-x86_64-release-asan for 998e4a7 has started.
2025-01-04 10:14:02 UTC Artifacts will be uploaded here
2025-01-04 10:16:33 UTC ya make is running...
🟡 2025-01-04 10:40:24 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1705 0 17 3 7

2025-01-04 10:40:42 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-04 10:44:00 UTC ydbd size 3.6 GiB changed* by +34.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5e5216a merge: 998e4a7 diff diff %
ydbd size 3 872 762 856 Bytes 3 872 798 080 Bytes +34.4 KiB +0.001%
ydbd stripped size 1 350 424 528 Bytes 1 350 443 920 Bytes +18.9 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
2025-01-04 10:44:02 UTC Check cancelled

@jsjant jsjant force-pushed the roaring-improvements branch from f8487d4 to 082076c Compare January 4, 2025 10:43
Copy link

github-actions bot commented Jan 4, 2025

2025-01-04 10:45:48 UTC Pre-commit check linux-x86_64-release-asan for 7e31ed3 has started.
2025-01-04 10:46:01 UTC Artifacts will be uploaded here
2025-01-04 10:48:36 UTC ya make is running...
🟡 2025-01-04 11:08:13 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1704 0 19 2 7

2025-01-04 11:08:27 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-04 11:19:51 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
45 (only retried tests) 33 0 6 1 5

2025-01-04 11:20:00 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-04 11:30:57 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
22 (only retried tests) 10 0 5 0 7

🟢 2025-01-04 11:31:04 UTC Build successful.
🟢 2025-01-04 11:31:21 UTC ydbd size 3.6 GiB changed* by +34.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 8bd8b57 merge: 7e31ed3 diff diff %
ydbd size 3 872 762 720 Bytes 3 872 798 080 Bytes +34.5 KiB +0.001%
ydbd stripped size 1 350 424 528 Bytes 1 350 443 920 Bytes +18.9 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 Jan 4, 2025

2025-01-04 10:45:54 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7e31ed3 has started.
2025-01-04 10:46:06 UTC Artifacts will be uploaded here
2025-01-04 10:48:39 UTC ya make is running...
🟡 2025-01-04 11:10:59 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?
4459 4341 0 1 36 81

2025-01-04 11:11:26 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-04 11:14:47 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
97 (only retried tests) 19 0 0 0 78

🟢 2025-01-04 11:14:54 UTC Build successful.
🟢 2025-01-04 11:15:05 UTC ydbd size 2.1 GiB changed* by +36.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 8bd8b57 merge: 7e31ed3 diff diff %
ydbd size 2 243 630 008 Bytes 2 243 667 512 Bytes +36.6 KiB +0.002%
ydbd stripped size 472 256 784 Bytes 472 278 928 Bytes +21.6 KiB +0.005%

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

@jsjant jsjant force-pushed the roaring-improvements branch from 082076c to 54df49e Compare January 7, 2025 08:20
Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 08:24:30 UTC Pre-commit check linux-x86_64-release-asan for a0be68f has started.
2025-01-07 08:24:42 UTC Artifacts will be uploaded here
2025-01-07 08:27:09 UTC ya make is running...
🟡 2025-01-07 08:47:24 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1708 0 11 7 6

2025-01-07 08:47:39 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-07 08:58:54 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
34 (only retried tests) 22 0 6 1 5

2025-01-07 08:59:02 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-01-07 09:09:04 UTC ydbd size 3.6 GiB changed* by +26.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2876ba4 merge: a0be68f diff diff %
ydbd size 3 873 639 440 Bytes 3 873 666 632 Bytes +26.6 KiB +0.001%
ydbd stripped size 1 350 625 264 Bytes 1 350 636 464 Bytes +10.9 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
2025-01-07 09:09:06 UTC Check cancelled

Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 08:24:30 UTC Pre-commit check linux-x86_64-relwithdebinfo for a0be68f has started.
2025-01-07 08:24:42 UTC Artifacts will be uploaded here
2025-01-07 08:27:08 UTC ya make is running...
🟡 2025-01-07 08:48:05 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?
4459 4340 0 4 36 79

2025-01-07 08:48:30 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-07 08:51:59 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?
100 (only retried tests) 25 0 1 0 74

2025-01-07 08:52:06 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-07 08:55:34 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?
87 (only retried tests) 12 0 1 0 74

🟢 2025-01-07 08:55:41 UTC Build successful.
🟢 2025-01-07 08:55:53 UTC ydbd size 2.1 GiB changed* by +36.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2876ba4 merge: a0be68f diff diff %
ydbd size 2 244 193 944 Bytes 2 244 231 576 Bytes +36.8 KiB +0.002%
ydbd stripped size 472 320 624 Bytes 472 342 896 Bytes +21.8 KiB +0.005%

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

@jsjant jsjant force-pushed the roaring-improvements branch from 54df49e to e14fa40 Compare January 7, 2025 09:08
Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 09:12:58 UTC Pre-commit check linux-x86_64-release-asan for 8f9c7f9 has started.
2025-01-07 09:13:10 UTC Artifacts will be uploaded here
2025-01-07 09:15:38 UTC ya make is running...
🟡 2025-01-07 09:37:29 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1705 0 11 9 7

2025-01-07 09:37:43 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-07 09:48:54 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
36 (only retried tests) 20 0 5 5 6

2025-01-07 09:49:02 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-07 10:00:08 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
22 (only retried tests) 13 0 2 1 6

🟢 2025-01-07 10:00:15 UTC Build successful.
🟢 2025-01-07 10:00:32 UTC ydbd size 3.6 GiB changed* by +26.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2876ba4 merge: 8f9c7f9 diff diff %
ydbd size 3 873 639 440 Bytes 3 873 666 632 Bytes +26.6 KiB +0.001%
ydbd stripped size 1 350 625 264 Bytes 1 350 636 464 Bytes +10.9 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 Jan 7, 2025

2025-01-07 09:12:59 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8f9c7f9 has started.
2025-01-07 09:13:11 UTC Artifacts will be uploaded here
2025-01-07 09:15:37 UTC ya make is running...
🟡 2025-01-07 09:35:53 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?
4459 4339 0 3 36 81

2025-01-07 09:36:19 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-07 09:39:42 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
101 (only retried tests) 23 0 0 0 78

🟢 2025-01-07 09:39:49 UTC Build successful.
🟢 2025-01-07 09:40:00 UTC ydbd size 2.1 GiB changed* by +36.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2876ba4 merge: 8f9c7f9 diff diff %
ydbd size 2 244 193 944 Bytes 2 244 231 576 Bytes +36.8 KiB +0.002%
ydbd stripped size 472 320 624 Bytes 472 342 896 Bytes +21.8 KiB +0.005%

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

@jsjant jsjant marked this pull request as ready for review January 7, 2025 12:30
@jsjant jsjant requested a review from a team as a code owner January 7, 2025 12:30
Copy link

github-actions bot commented Jan 9, 2025

2025-01-09 07:33:49 UTC Pre-commit check linux-x86_64-release-asan for e3ff35d has started.
2025-01-09 07:33:53 UTC Artifacts will be uploaded here
2025-01-09 07:36:19 UTC ya make is running...
🔴 2025-01-09 07:38:13 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jan 9, 2025

2025-01-09 07:34:01 UTC Pre-commit check linux-x86_64-relwithdebinfo for e3ff35d has started.
2025-01-09 07:34:05 UTC Artifacts will be uploaded here
2025-01-09 07:36:29 UTC ya make is running...
🔴 2025-01-09 07:38:06 UTC Build failed, see the logs. Also see fail summary

@jsjant jsjant force-pushed the roaring-improvements branch from 6f9da96 to cce62ff Compare January 9, 2025 07:56
Copy link

github-actions bot commented Jan 9, 2025

2025-01-09 08:00:04 UTC Pre-commit check linux-x86_64-release-asan for 7f410e6 has started.
2025-01-09 08:00:20 UTC Artifacts will be uploaded here
2025-01-09 08:02:47 UTC ya make is running...
🟡 2025-01-09 08:23:22 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1732 1698 0 19 9 6

2025-01-09 08:23:38 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-09 08:34:48 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

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

2025-01-09 08:34:56 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-09 08:45:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

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

🟢 2025-01-09 08:45:54 UTC Build successful.
🟢 2025-01-09 08:46:10 UTC ydbd size 3.6 GiB changed* by +26.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: bc52487 merge: 7f410e6 diff diff %
ydbd size 3 873 834 368 Bytes 3 873 861 576 Bytes +26.6 KiB +0.001%
ydbd stripped size 1 350 684 240 Bytes 1 350 695 440 Bytes +10.9 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 Jan 9, 2025

2025-01-09 08:00:07 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7f410e6 has started.
2025-01-09 08:00:18 UTC Artifacts will be uploaded here
2025-01-09 08:02:45 UTC ya make is running...
🟡 2025-01-09 08:24:57 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?
4459 4340 0 2 36 81

2025-01-09 08:25:27 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-09 08:28:53 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
96 (only retried tests) 21 0 0 0 75

🟢 2025-01-09 08:28:59 UTC Build successful.
🟢 2025-01-09 08:29:11 UTC ydbd size 2.1 GiB changed* by +36.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: bc52487 merge: 7f410e6 diff diff %
ydbd size 2 244 317 464 Bytes 2 244 355 048 Bytes +36.7 KiB +0.002%
ydbd stripped size 472 336 560 Bytes 472 358 768 Bytes +21.7 KiB +0.005%

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

@azevaykin azevaykin merged commit 217e49d into ydb-platform:main Jan 9, 2025
12 checks passed
azevaykin pushed a commit to azevaykin/ydb that referenced this pull request Jan 9, 2025
azevaykin pushed a commit to azevaykin/ydb that referenced this pull request Jan 9, 2025
azevaykin pushed a commit to azevaykin/ydb that referenced this pull request Jan 9, 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.

3 participants