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

json_hc metadata cache #5465

Merged

Conversation

StekPerepolnen
Copy link
Collaborator

@StekPerepolnen StekPerepolnen commented Jun 11, 2024

Changelog entry

#5466

  • json_healthcheck uses metadata cache
  • skips cache if merge_records=false or feature flag is false

Changelog category

  • Improvement

Additional information

...

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:39:27 UTC Pre-commit check for 879fbe1 has started.
2024-06-11 22:41:52 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 22:45:22 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:39:43 UTC Pre-commit check for 879fbe1 has started.
2024-06-11 22:42:15 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 22:46:22 UTC Build successful.
2024-06-11 22:46:35 UTC Tests are running...
🔴 2024-06-11 22:48:07 UTC Test run completed, no test results found for commit 72ddc11. Please check test log.
2024-06-11 22:48:18 UTC Check cancelled

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:39:54 UTC Pre-commit check for 879fbe1 has started.
2024-06-11 22:42:24 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 22:46:04 UTC Build successful.
2024-06-11 22:46:19 UTC Tests are running...
🔴 2024-06-11 22:48:07 UTC Test run completed, no test results found for commit 72ddc11. Please check test log.
2024-06-11 22:48:28 UTC Check cancelled

@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch from 72ddc11 to 3ecd135 Compare June 11, 2024 22:47
Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:52:07 UTC Pre-commit check for 416a83a has started.
2024-06-11 22:54:39 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 22:57:56 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:52:09 UTC Pre-commit check for 416a83a has started.
2024-06-11 22:54:44 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 22:59:01 UTC Build successful.
2024-06-11 22:59:14 UTC Tests are running...
🔴 2024-06-12 00:49:59 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10799 10752 0 16 20 11

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 22:52:10 UTC Pre-commit check for 416a83a has started.
2024-06-11 22:54:47 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 22:58:38 UTC Build successful.
2024-06-11 22:58:56 UTC Tests are running...
🟢 2024-06-12 00:23:55 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15013 13741 0 0 1261 11

@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch from 3ecd135 to 889f4ba Compare June 12, 2024 01:40
@StekPerepolnen StekPerepolnen requested a review from adameat June 12, 2024 01:41
Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 01:44:09 UTC Pre-commit check for aca115b has started.
2024-06-12 01:46:34 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-12 01:49:47 UTC Build successful.

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 01:44:16 UTC Pre-commit check for aca115b has started.
2024-06-12 01:46:42 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-12 01:50:26 UTC Build successful.
2024-06-12 01:50:43 UTC Tests are running...
🟢 2024-06-12 03:09:43 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15014 13740 0 0 1261 13

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 01:44:18 UTC Pre-commit check for aca115b has started.
2024-06-12 01:46:49 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-12 01:50:28 UTC Build successful.
2024-06-12 01:50:43 UTC Tests are running...
🔴 2024-06-12 03:37:43 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10797 10752 0 12 20 13

@StekPerepolnen StekPerepolnen changed the title json hc metadata cache json_hc metadata cache Jun 12, 2024
@StekPerepolnen StekPerepolnen requested a review from vporyadke June 12, 2024 07:13
@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch from 889f4ba to ec70580 Compare June 12, 2024 07:20
Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:22:09 UTC Pre-commit check for a91bbdd has started.
2024-06-12 07:24:31 UTC Build linux-x86_64-release-clang14 is running...
2024-06-12 07:26:30 UTC Check cancelled

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:23:42 UTC Pre-commit check for a91bbdd has started.
2024-06-12 07:26:08 UTC Build linux-x86_64-relwithdebinfo is running...
2024-06-12 07:26:36 UTC Check cancelled

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:23:46 UTC Pre-commit check for a91bbdd has started.
2024-06-12 07:26:26 UTC Check cancelled

@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch from ec70580 to c33fe36 Compare June 12, 2024 07:26
Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:27:57 UTC Pre-commit check for 05189a9 has started.
2024-06-12 07:30:11 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-12 07:32:55 UTC Build successful.

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:30:31 UTC Pre-commit check for 05189a9 has started.
2024-06-12 07:33:04 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-12 07:36:39 UTC Build successful.
2024-06-12 07:42:54 UTC Tests are running...
🟢 2024-06-12 09:06:42 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15014 13738 0 0 1261 15

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 07:30:33 UTC Pre-commit check for 05189a9 has started.
2024-06-12 07:33:01 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-12 07:36:39 UTC Build successful.
2024-06-12 07:42:54 UTC Tests are running...
🔴 2024-06-12 09:32:25 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10796 10743 0 20 21 12

vporyadke
vporyadke previously approved these changes Jun 12, 2024
Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 11:33:25 UTC Pre-commit check for 78b0948 has started.
2024-06-12 11:35:51 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-12 11:39:02 UTC Build successful.

Copy link

github-actions bot commented Jun 12, 2024

2024-06-12 11:33:40 UTC Pre-commit check for 78b0948 has started.
2024-06-12 11:36:08 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-12 11:39:29 UTC Build successful.
2024-06-12 11:39:43 UTC Tests are running...
🔴 2024-06-12 13:01:13 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13429 12150 0 5 1261 13

@StekPerepolnen StekPerepolnen requested a review from vporyadke June 12, 2024 11:37
@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch 2 times, most recently from f3b0eeb to 9e9f4f0 Compare June 13, 2024 09:53
Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 09:56:08 UTC Pre-commit check for 10068d1 has started.
2024-06-13 09:59:08 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-13 10:03:00 UTC Build successful.
2024-06-13 10:03:12 UTC Tests are running...
🔴 2024-06-13 11:46:56 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9379 9337 0 10 20 12

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 10:00:45 UTC Pre-commit check for 10068d1 has started.
2024-06-13 10:03:04 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-13 10:06:38 UTC Build successful.

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 10:03:32 UTC Pre-commit check for 10068d1 has started.
2024-06-13 10:05:57 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-13 10:09:19 UTC Build successful.
2024-06-13 10:09:32 UTC Tests are running...
🟢 2024-06-13 11:34:24 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13428 12159 0 0 1261 8

@StekPerepolnen StekPerepolnen requested a review from adameat June 13, 2024 11:01
@StekPerepolnen StekPerepolnen force-pushed the json-hc-metadata-cache branch from 9e9f4f0 to b9d24a2 Compare June 13, 2024 11:53
Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 11:54:58 UTC Pre-commit check for 1b5f41e has started.
2024-06-13 11:57:29 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-13 12:01:12 UTC Build successful.
2024-06-13 12:01:27 UTC Tests are running...
🔴 2024-06-13 13:45:26 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9381 9336 0 14 20 11

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 11:56:35 UTC Pre-commit check for 1b5f41e has started.
2024-06-13 11:59:02 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-13 12:02:23 UTC Build successful.
2024-06-13 12:02:37 UTC Tests are running...
🔴 2024-06-13 13:19:03 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13432 12163 0 1 1261 7

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 12:07:18 UTC Pre-commit check for 1b5f41e has started.
2024-06-13 12:09:43 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-13 12:13:18 UTC Build successful.

@StekPerepolnen StekPerepolnen enabled auto-merge (squash) June 13, 2024 13:21
@StekPerepolnen StekPerepolnen merged commit 495adc4 into ydb-platform:main Jun 13, 2024
8 of 12 checks passed
@StekPerepolnen StekPerepolnen deleted the json-hc-metadata-cache branch June 13, 2024 16:18
naspirato pushed a commit to naspirato/ydb that referenced this pull request Jun 18, 2024
@StekPerepolnen StekPerepolnen mentioned this pull request Jun 19, 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.

3 participants