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

KqpRun fixed performance and backtrace printing #5368

Merged

Conversation

GrigoriyPA
Copy link
Collaborator

@GrigoriyPA GrigoriyPA commented Jun 10, 2024

Changelog entry

KqpRun fixed performance and backtrace printing

Changelog category

  • Improvement

Additional information

  • Fixed performance for -C query
  • Refactored arguments parsing
  • Added new backtrace format by default
  • Added fixed monitoring port option
  • Added execution case option for each request
  • Added async query execution
  • Added loop options

Copy link

github-actions bot commented Jun 10, 2024

2024-06-10 07:38:27 UTC Pre-commit check for bee43ca has started.
2024-06-10 07:40:34 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-10 07:50:19 UTC Build successful.

Copy link

github-actions bot commented Jun 10, 2024

2024-06-10 07:39:29 UTC Pre-commit check for bee43ca has started.
2024-06-10 07:41:29 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-10 07:43:43 UTC Build successful.
2024-06-10 07:44:00 UTC Tests are running...
🟢 2024-06-10 07:56:18 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3106 1829 0 0 1277 0

Copy link

github-actions bot commented Jun 10, 2024

2024-06-10 07:39:41 UTC Pre-commit check for bee43ca has started.
2024-06-10 07:41:44 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-10 07:44:06 UTC Build successful.
2024-06-10 07:44:18 UTC Tests are running...
🟢 2024-06-10 07:58:50 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
164 164 0 0 0 0

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 07:58:55 UTC Pre-commit check for 7b7d416 has started.
2024-06-11 08:01:25 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 08:14:58 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 07:58:57 UTC Pre-commit check for 7b7d416 has started.
2024-06-11 08:01:24 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 08:13:41 UTC Build successful.
2024-06-11 08:13:57 UTC Tests are running...
🔴 2024-06-11 09:14:03 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7854 7827 0 16 0 11

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 07:59:04 UTC Pre-commit check for 7b7d416 has started.
2024-06-11 08:01:33 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 08:14:58 UTC Build successful.
2024-06-11 08:15:11 UTC Tests are running...
🔴 2024-06-11 09:16:45 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11071 9771 0 5 1279 16

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 12:46:34 UTC Pre-commit check for 676cba7 has started.
2024-06-11 12:49:07 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 13:01:07 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 12:46:46 UTC Pre-commit check for 676cba7 has started.
2024-06-11 12:49:13 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 13:01:49 UTC Build successful.
2024-06-11 13:02:06 UTC Tests are running...
🔴 2024-06-11 14:02:59 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7861 7842 0 8 0 11

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 12:48:47 UTC Pre-commit check for 676cba7 has started.
2024-06-11 12:51:12 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 13:03:05 UTC Build successful.
2024-06-11 13:03:21 UTC Tests are running...
🔴 2024-06-11 13:53:30 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11065 9771 0 4 1279 11

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:02:33 UTC Pre-commit check for 5fad957 has started.
2024-06-11 17:05:08 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 17:18:36 UTC Build successful.
2024-06-11 17:18:48 UTC Tests are running...
🔴 2024-06-11 17:43:52 UTC Test run completed, no test results found for commit 6f6984f. Please check test log.
2024-06-11 17:43:58 UTC Check cancelled

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:04:23 UTC Pre-commit check for 5fad957 has started.
2024-06-11 17:06:49 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 17:18:29 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:04:25 UTC Pre-commit check for 5fad957 has started.
2024-06-11 17:07:02 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 17:20:37 UTC Build successful.
2024-06-11 17:20:52 UTC Tests are running...
🔴 2024-06-11 17:44:06 UTC Test run completed, no test results found for commit 6f6984f. Please check test log.
2024-06-11 17:44:29 UTC Check cancelled

@GrigoriyPA GrigoriyPA requested a review from uzhastik June 11, 2024 17:15
Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:47:32 UTC Pre-commit check for 142eecb has started.
2024-06-11 17:49:53 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-11 17:51:34 UTC Build successful.
2024-06-11 17:51:45 UTC Tests are running...
🔴 2024-06-11 18:51:55 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7857 7834 0 10 0 13

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:48:14 UTC Pre-commit check for 142eecb has started.
2024-06-11 17:50:40 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-11 17:52:33 UTC Build successful.

Copy link

github-actions bot commented Jun 11, 2024

2024-06-11 17:48:21 UTC Pre-commit check for 142eecb has started.
2024-06-11 17:50:52 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-11 17:52:55 UTC Build successful.
2024-06-11 17:53:10 UTC Tests are running...
🔴 2024-06-11 18:48:44 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11067 9773 0 2 1279 13

uzhastik
uzhastik previously approved these changes Jun 13, 2024
Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:49:14 UTC Pre-commit check for 9a53164 has started.
2024-06-14 09:51:47 UTC Build linux-x86_64-release-clang14 is running...
2024-06-14 09:56:14 UTC Check cancelled

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:49:16 UTC Pre-commit check for 9a53164 has started.
2024-06-14 09:51:41 UTC Build linux-x86_64-release-asan is running...
2024-06-14 09:56:12 UTC Check cancelled

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:51:29 UTC Pre-commit check for 9a53164 has started.
2024-06-14 09:54:02 UTC Build linux-x86_64-relwithdebinfo is running...
2024-06-14 09:56:16 UTC Check cancelled

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:57:35 UTC Pre-commit check for 3f13c75 has started.
2024-06-14 09:59:57 UTC Build linux-x86_64-relwithdebinfo is running...
2024-06-14 10:11:04 UTC Check cancelled

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:57:42 UTC Pre-commit check for 3f13c75 has started.
2024-06-14 09:59:58 UTC Build linux-x86_64-release-asan is running...
2024-06-14 10:11:04 UTC Check cancelled

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 09:59:47 UTC Pre-commit check for 3f13c75 has started.
2024-06-14 10:02:13 UTC Build linux-x86_64-release-clang14 is running...
2024-06-14 10:11:16 UTC Check cancelled

@GrigoriyPA GrigoriyPA requested a review from uzhastik June 14, 2024 10:11
Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 10:23:47 UTC Pre-commit check for e94cdae has started.
2024-06-14 10:26:11 UTC Build linux-x86_64-release-clang14 is running...
2024-06-14 10:34:04 UTC Check cancelled

@GrigoriyPA GrigoriyPA requested a review from uzhastik June 14, 2024 10:33
Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 10:44:34 UTC Pre-commit check for be11150 has started.
2024-06-14 10:46:48 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-14 10:53:41 UTC Build successful.

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 10:45:45 UTC Pre-commit check for be11150 has started.
2024-06-14 10:48:06 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-14 10:54:42 UTC Build successful.
2024-06-14 10:54:51 UTC Tests are running...
🟢 2024-06-14 11:47:44 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11111 9869 0 0 1233 9

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 10:51:38 UTC Pre-commit check for be11150 has started.
2024-06-14 10:53:58 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-14 11:01:03 UTC Build successful.
2024-06-14 11:01:15 UTC Tests are running...
🔴 2024-06-14 12:03:36 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
7885 7856 0 7 12 10

@GrigoriyPA GrigoriyPA merged commit 95cdcfe into ydb-platform:main Jun 14, 2024
10 of 12 checks passed
@GrigoriyPA GrigoriyPA deleted the kqprun-fix-backtrace-and-perf branch June 14, 2024 12:18
naspirato pushed a commit to naspirato/ydb that referenced this pull request Jun 18, 2024
UgnineSirdis pushed a commit to UgnineSirdis/ydb that referenced this pull request Jul 2, 2024
UgnineSirdis pushed a commit to UgnineSirdis/ydb that referenced this pull request Jul 8, 2024
UgnineSirdis pushed a commit to UgnineSirdis/ydb that referenced this pull request Jul 8, 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