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

YQ kqprun pass actor system config #7693

Merged

Conversation

GrigoriyPA
Copy link
Collaborator

@GrigoriyPA GrigoriyPA commented Aug 13, 2024

Changelog entry

Pass actor system config into testlib

Changelog category

  • Improvement

Additional information

  • Passed actor system config into testlib
  • Added QUERY_ID template for -p queries

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 07:55:27 UTC Pre-commit check for 9047ffb has started.
2024-08-13 07:58:10 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-13 08:11:43 UTC Build successful.

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 07:56:03 UTC Pre-commit check for 9047ffb has started.
2024-08-13 07:58:49 UTC Check linux-x86_64-release-asan is running...
2024-08-13 08:22:11 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 07:56:08 UTC Pre-commit check for 9047ffb has started.
2024-08-13 07:58:54 UTC Check linux-x86_64-relwithdebinfo is running...
2024-08-13 08:22:36 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:26:03 UTC Pre-commit check for 3a7df78 has started.
2024-08-13 08:28:55 UTC Check linux-x86_64-release-asan is running...
2024-08-13 08:47:22 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:26:15 UTC Pre-commit check for 3a7df78 has started.
2024-08-13 08:29:00 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-13 08:45:04 UTC Build successful.

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:27:24 UTC Pre-commit check for 3a7df78 has started.
2024-08-13 08:30:11 UTC Check linux-x86_64-relwithdebinfo is running...
2024-08-13 08:47:21 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:48:57 UTC Pre-commit check for 517a1d6 has started.
2024-08-13 08:53:26 UTC Check linux-x86_64-release-asan is running...
2024-08-13 09:27:17 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:49:15 UTC Pre-commit check for 517a1d6 has started.
2024-08-13 08:52:15 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-13 08:57:14 UTC Build successful.

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 08:51:30 UTC Pre-commit check for 517a1d6 has started.
2024-08-13 08:54:18 UTC Check linux-x86_64-relwithdebinfo is running...
2024-08-13 09:27:59 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 09:30:07 UTC Pre-commit check for 5838392 has started.
2024-08-13 09:33:07 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-13 09:37:55 UTC Build successful.

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 09:31:09 UTC Pre-commit check for 5838392 has started.
2024-08-13 09:33:52 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-13 11:03:58 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15511 14150 0 7 1339 15

2024-08-13 11:05:43 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-13 11:12:58 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
27 (only retried tests) 19 0 0 0 8

🟢 2024-08-13 11:13:05 UTC Build successful.
🟡 2024-08-13 11:13:41 UTC ydbd size 8.1 GiB changed* by +147.4 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 5ccb818 merge: 5838392 diff diff %
ydbd size 8 700 411 808 Bytes 8 700 562 696 Bytes +147.4 KiB +0.002%
ydbd stripped size 473 084 488 Bytes 473 084 168 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 Aug 13, 2024

2024-08-13 09:31:58 UTC Pre-commit check for 5838392 has started.
2024-08-13 09:34:45 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-13 11:47:04 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11095 11049 0 8 24 14

🟢 2024-08-13 11:48:34 UTC Build successful.
🟢 2024-08-13 11:49:05 UTC ydbd size 5.4 GiB changed* by +24.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5ccb818 merge: 5838392 diff diff %
ydbd size 5 851 252 280 Bytes 5 851 277 080 Bytes +24.2 KiB +0.000%
ydbd stripped size 1 469 332 688 Bytes 1 469 333 296 Bytes +608 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 Aug 13, 2024

2024-08-13 12:57:06 UTC Pre-commit check for 99d9387 has started.
2024-08-13 13:00:49 UTC Check linux-x86_64-release-asan is running...
2024-08-13 13:32:27 UTC Check cancelled

@GrigoriyPA GrigoriyPA added the rebase-and-check Rebase PR with the current main and check label Aug 13, 2024
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current main and check label Aug 13, 2024
Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 13:35:32 UTC Pre-commit check for 127ef04 has started.
2024-08-13 13:38:17 UTC Check linux-x86_64-release-clang14 is running...

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 13:36:00 UTC Pre-commit check for 127ef04 has started.
2024-08-13 13:39:29 UTC Check linux-x86_64-release-asan is running...
2024-08-13 13:57:41 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 13:44:05 UTC Pre-commit check for 127ef04 has started.
2024-08-13 13:48:05 UTC Check linux-x86_64-relwithdebinfo is running...
2024-08-13 13:57:33 UTC Check cancelled

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 14:00:53 UTC Pre-commit check for 108f642 has started.
2024-08-13 14:03:38 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-13 16:21:57 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11106 11032 0 22 34 18

🟢 2024-08-13 16:23:19 UTC Build successful.
🟢 2024-08-13 16:23:53 UTC ydbd size 5.4 GiB changed* by +28.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e0e98b1 merge: 108f642 diff diff %
ydbd size 5 851 479 824 Bytes 5 851 508 720 Bytes +28.2 KiB +0.000%
ydbd stripped size 1 469 374 288 Bytes 1 469 378 992 Bytes +4.6 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 Aug 13, 2024

2024-08-13 14:08:19 UTC Pre-commit check for 108f642 has started.
2024-08-13 14:11:59 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-13 15:20:15 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15508 14136 0 9 1349 14

2024-08-13 15:22:42 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-13 15:30:22 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
35 (only retried tests) 27 0 0 0 8

🟢 2024-08-13 15:30:29 UTC Build successful.
🟡 2024-08-13 15:31:04 UTC ydbd size 8.1 GiB changed* by +147.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: e0e98b1 merge: 108f642 diff diff %
ydbd size 8 700 604 288 Bytes 8 700 755 096 Bytes +147.3 KiB +0.002%
ydbd stripped size 473 093 896 Bytes 473 093 512 Bytes -384 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 Aug 13, 2024

2024-08-13 14:13:32 UTC Pre-commit check for 108f642 has started.
2024-08-13 14:16:20 UTC Check linux-x86_64-release-clang14 is running...

@GrigoriyPA GrigoriyPA added the rebase-and-check Rebase PR with the current main and check label Aug 13, 2024
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current main and check label Aug 13, 2024
Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 17:28:29 UTC Pre-commit check for d01c14d has started.
2024-08-13 17:31:30 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-08-13 17:41:25 UTC Build successful.

Copy link

github-actions bot commented Aug 13, 2024

2024-08-13 17:33:37 UTC Pre-commit check for d01c14d has started.
2024-08-13 17:37:19 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-08-13 18:48:15 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15518 14162 0 3 1336 17

2024-08-13 18:50:36 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-08-13 19:01:12 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
23 (only retried tests) 12 0 0 0 11

🟢 2024-08-13 19:01:20 UTC Build successful.
🟡 2024-08-13 19:01:51 UTC ydbd size 8.1 GiB changed* by +147.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 555ebf3 merge: d01c14d diff diff %
ydbd size 8 700 817 976 Bytes 8 700 968 848 Bytes +147.3 KiB +0.002%
ydbd stripped size 473 108 424 Bytes 473 108 104 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 Aug 13, 2024

2024-08-13 17:43:53 UTC Pre-commit check for d01c14d has started.
2024-08-13 17:47:32 UTC Check linux-x86_64-release-asan is running...
🔴 2024-08-13 20:06:03 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11102 11044 0 10 29 19

🟢 2024-08-13 20:07:21 UTC Build successful.
🟢 2024-08-13 20:07:51 UTC ydbd size 5.4 GiB changed* by +24.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 555ebf3 merge: d01c14d diff diff %
ydbd size 5 851 697 544 Bytes 5 851 722 352 Bytes +24.2 KiB +0.000%
ydbd stripped size 1 469 408 176 Bytes 1 469 408 784 Bytes +608 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

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