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

Support PG and Decimal in scheme board cache viewer #11076

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

lex007in
Copy link
Collaborator

Changelog entry

Support PG and Decimal in scheme board cache viewer

Changelog category

  • Improvement

Additional information

...

Copy link

github-actions bot commented Oct 29, 2024

2024-10-29 17:41:58 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9766ee1 has started.
2024-10-29 17:42:31 UTC Artifacts will be uploaded here
2024-10-29 17:45:58 UTC ya make is running...
🟡 2024-10-29 18:32:50 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?
15498 14004 0 3 1394 97

2024-10-29 18:34:20 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-10-29 18:45:35 UTC Tests successful.

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

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

🟢 2024-10-29 18:45:42 UTC Build successful.
🟢 2024-10-29 18:46:01 UTC ydbd size 2.8 GiB changed* by +2.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 08f5064 merge: 9766ee1 diff diff %
ydbd size 3 038 244 440 Bytes 3 038 246 648 Bytes +2.2 KiB +0.000%
ydbd stripped size 481 263 544 Bytes 481 263 864 Bytes +320 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 Oct 29, 2024

2024-10-29 17:42:06 UTC Pre-commit check linux-x86_64-release-asan for 9766ee1 has started.
2024-10-29 17:42:47 UTC Artifacts will be uploaded here
2024-10-29 17:46:29 UTC ya make is running...
🟡 2024-10-29 18:55:18 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9437 9367 0 26 13 31

🟢 2024-10-29 18:56:08 UTC Build successful.
🟢 2024-10-29 18:56:40 UTC ydbd size 5.7 GiB changed* by +15.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 08f5064 merge: 9766ee1 diff diff %
ydbd size 6 147 831 152 Bytes 6 147 846 880 Bytes +15.4 KiB +0.000%
ydbd stripped size 1 534 205 968 Bytes 1 534 213 776 Bytes +7.6 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

break;
}

col.EndObject();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this json is only displayed "as is" on the /actors/scheme_board/cache Developer UI page.

@lex007in lex007in marked this pull request as ready for review October 30, 2024 12:42
@lex007in lex007in requested a review from CyberROFL October 30, 2024 16:18
Copy link

github-actions bot commented Oct 30, 2024

2024-10-30 16:19:58 UTC Pre-commit check linux-x86_64-release-asan for c029cba has started.
2024-10-30 16:20:03 UTC Artifacts will be uploaded here
2024-10-30 16:23:00 UTC ya make is running...
🟡 2024-10-30 17:35:34 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9444 9350 0 48 14 32

🟢 2024-10-30 17:36:22 UTC Build successful.
🟢 2024-10-30 17:36:54 UTC ydbd size 5.7 GiB changed* by +4.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2dbf832 merge: c029cba diff diff %
ydbd size 6 148 051 872 Bytes 6 148 056 704 Bytes +4.7 KiB +0.000%
ydbd stripped size 1 534 231 600 Bytes 1 534 232 688 Bytes +1.1 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 Oct 30, 2024

2024-10-30 16:21:37 UTC Pre-commit check linux-x86_64-relwithdebinfo for c029cba has started.
2024-10-30 16:21:47 UTC Artifacts will be uploaded here
2024-10-30 16:24:48 UTC ya make is running...
🟡 2024-10-30 17:13: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?
15504 14003 0 2 1401 98

2024-10-30 17:14:58 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-10-30 17:26:55 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
99 (only retried tests) 7 0 0 0 92

🟢 2024-10-30 17:27:14 UTC Build successful.
🟢 2024-10-30 17:27:33 UTC ydbd size 2.8 GiB changed* by +752 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: 2dbf832 merge: c029cba diff diff %
ydbd size 3 038 379 008 Bytes 3 038 379 760 Bytes +752 Bytes +0.000%
ydbd stripped size 481 282 744 Bytes 481 282 680 Bytes -64 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

@lex007in lex007in merged commit 4e69825 into ydb-platform:main Oct 30, 2024
10 checks passed
@lex007in lex007in self-assigned this Oct 31, 2024
@lex007in lex007in deleted the pg_scheme_board branch October 31, 2024 17:10
This was referenced Nov 1, 2024
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