Skip to content

filter pg const params in response #5711

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

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

VPolka
Copy link
Collaborator

@VPolka VPolka commented Jun 19, 2024

Changelog entry

return only params from request

Changelog category

  • Bugfix

Additional information

...

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 10:59:29 UTC Pre-commit check for 776a312 has started.
2024-06-19 11:02:02 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-19 11:34:59 UTC Build successful.

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 10:59:46 UTC Pre-commit check for 776a312 has started.
2024-06-19 11:02:18 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-19 11:30:16 UTC Build successful.
2024-06-19 11:30:28 UTC Tests are running...
🔴 2024-06-19 13:14:11 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9619 9570 0 21 20 8

🟢 2024-06-19 13:14:54 UTC merge: 776a312 ydbd size 5.7 GiB +23.5 KiB +0.000% vs build main: 2fe639e

Build size details

main: 2fe639e ydbd build size:

  • binary size 6 147 952 320 Bytes
  • stripped binary size 1 527 228 256 Bytes

merge: 776a312 ydbd build size:

  • binary size 6 147 976 400 Bytes
  • stripped binary size 1 527 229 920 Bytes

ydbd size dashboard

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 10:59:51 UTC Pre-commit check for 776a312 has started.
2024-06-19 11:02:19 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-19 11:27:23 UTC Build successful.
2024-06-19 11:27:39 UTC Tests are running...
🟢 2024-06-19 12:51:54 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13867 12585 0 0 1274 8

🟢 2024-06-19 12:52:43 UTC merge: 776a312 ydbd size 8.6 GiB +22.7 KiB +0.000% vs build main: 2fe639e

Build size details

main: 2fe639e ydbd build size:

  • binary size 9 211 801 072 Bytes
  • stripped binary size 711 182 256 Bytes

merge: 776a312 ydbd build size:

  • binary size 9 211 824 288 Bytes
  • stripped binary size 711 182 896 Bytes

ydbd size dashboard

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 18:36:12 UTC Pre-commit check for c2db54f has started.
2024-06-19 18:38:50 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-19 18:40:57 UTC Build successful.
2024-06-19 18:41:11 UTC Tests are running...
🔴 2024-06-19 20:27:11 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9632 9590 0 13 20 9

🟢 2024-06-19 20:27:51 UTC merge: c2db54f ydbd size 5.7 GiB +29.4 KiB +0.000% vs build main: 285cc51

Build size details

main: 285cc51 ydbd build size:

  • binary size 6 148 810 488 Bytes
  • stripped binary size 1 527 389 056 Bytes

merge: c2db54f ydbd build size:

  • binary size 6 148 840 552 Bytes
  • stripped binary size 1 527 392 640 Bytes

ydbd size dashboard

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 18:36:48 UTC Pre-commit check for c2db54f has started.
2024-06-19 18:39:19 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-19 18:43:19 UTC Build successful.

Copy link

github-actions bot commented Jun 19, 2024

2024-06-19 18:36:50 UTC Pre-commit check for c2db54f has started.
2024-06-19 18:39:26 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-19 18:42:49 UTC Build successful.
2024-06-19 18:43:05 UTC Tests are running...
🟢 2024-06-19 20:10:26 UTC Tests successful.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13882 12586 0 0 1286 10

🟢 2024-06-19 20:11:13 UTC merge: c2db54f ydbd size 8.6 GiB +95.8 KiB +0.001% vs build main: 1a63699

Build size details

main: 1a63699 ydbd build size:

  • binary size 9 214 091 880 Bytes
  • stripped binary size 711 255 088 Bytes

merge: c2db54f ydbd build size:

  • binary size 9 214 189 984 Bytes
  • stripped binary size 711 260 528 Bytes

ydbd size dashboard

@VPolka VPolka changed the title return only params from request filter pg const params in response Jun 20, 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.

[pg] Error in parameters count on parse request with feature flag enable_pg_consts_to_params
2 participants