ydb icon indicating copy to clipboard operation
ydb copied to clipboard

Parametrize tests with pools encryption

Open rosik opened this issue 1 month ago • 4 comments

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

  • Part of #29326

Parametrized tests:

test_serverless.py::test_fixtures
test_serverless.py::test_create_table
test_serverless.py::test_turn_on_serverless_storage_billing
test_serverless.py::test_create_table_with_quotas
test_serverless.py::test_create_table_with_alter_quotas
test_serverless.py::test_database_with_disk_quotas
test_serverless.py::test_database_with_column_disk_quotas
test_serverless.py::test_discovery
test_serverless.py::test_discovery_exclusive_nodes
test_serverless.py::test_seamless_migration_to_exclusive_nodes
test_tenants.py::TestTenants::test_create_remove_database
test_tenants.py::TestTenants::test_create_remove_database_wait
test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok
test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table
test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted
test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes
test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes
test_tenants.py::TestTenants::test_resolve_nodes
test_tenants.py::TestTenants::test_create_tables
test_tenants.py::TestTenants::test_stop_start
test_tenants.py::TestTenants::test_create_drop_create_table
test_tenants.py::TestTenants::test_create_drop_create_table2
test_tenants.py::TestTenants::test_create_drop_create_table3 [tags: xfail]
test_tenants.py::TestTenants::test_create_create_table
test_tenants.py::TestTenants::test_list_database_above
test_tenants.py::test_operation_with_locks
test_dynamic_tenants.py::test_create_tenant_no_cpu
test_dynamic_tenants.py::test_create_tenant_with_cpu
test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue
test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete
test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header
test_dynamic_tenants.py::test_create_tenant_then_exec_yql
test_dynamic_tenants.py::test_create_and_drop_tenants
test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2
test_dynamic_tenants.py::test_check_access
test_dynamic_tenants.py::test_custom_coordinator_options

rosik avatar Dec 10 '25 14:12 rosik

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

ydbot avatar Dec 10 '25 14:12 ydbot

:green_circle: 2025-12-11 17:34:40 UTC The validation of the Pull Request description is successful.

github-actions[bot] avatar Dec 10 '25 14:12 github-actions[bot]

:white_circle: 2025-12-11 14:09:09 UTC Pre-commit check linux-x86_64-release-asan for 9d452f8593e191e686290d17ad56f50974fa31c7 has started. :white_circle: 2025-12-11 14:09:26 UTC Artifacts will be uploaded here :white_circle: 2025-12-11 14:11:33 UTC ya make is running... :yellow_circle: 2025-12-11 14:51:54 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1806 1777 0 8 9 12

:green_circle: 2025-12-11 14:52:01 UTC Build successful. :green_circle: 2025-12-11 14:52:23 UTC ydbd size 3.8 GiB changed* by +3.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 4eb6709e36f24021c00a189027293d1194b29863 merge: 9d452f8593e191e686290d17ad56f50974fa31c7 diff diff %
ydbd size 4 133 680 200 Bytes 4 133 683 360 Bytes +3.1 KiB +0.000%
ydbd stripped size 1 534 344 728 Bytes 1 534 344 536 Bytes -192 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

github-actions[bot] avatar Dec 11 '25 14:12 github-actions[bot]

:white_circle: 2025-12-11 14:09:49 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9d452f8593e191e686290d17ad56f50974fa31c7 has started. :white_circle: 2025-12-11 14:10:10 UTC Artifacts will be uploaded here :white_circle: 2025-12-11 14:12:17 UTC ya make is running... :yellow_circle: 2025-12-11 15:05:53 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
6812 6645 0 9 137 21

:white_circle: 2025-12-11 15:06:01 UTC ya make is running... (failed tests rerun, try 2) :green_circle: 2025-12-11 15:21:32 UTC Tests successful.

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
51 (only retried tests) 41 0 0 0 10

:green_circle: 2025-12-11 15:21:39 UTC Build successful. :green_circle: 2025-12-11 15:22:03 UTC ydbd size 2.3 GiB changed* by +2.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 4eb6709e36f24021c00a189027293d1194b29863 merge: 9d452f8593e191e686290d17ad56f50974fa31c7 diff diff %
ydbd size 2 468 498 464 Bytes 2 468 501 208 Bytes +2.7 KiB +0.000%
ydbd stripped size 525 298 688 Bytes 525 298 688 Bytes 0 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

github-actions[bot] avatar Dec 11 '25 14:12 github-actions[bot]

:white_circle: 2025-12-17 10:14:05 UTC Pre-commit check linux-x86_64-release-asan for b9d3c7b353971827940836d8de9b133036f5c4ba has started. :white_circle: 2025-12-17 10:14:37 UTC Artifacts will be uploaded here :white_circle: 2025-12-17 10:16:48 UTC ya make is running... :yellow_circle: 2025-12-17 10:53:19 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
2679 2614 0 45 8 12

:green_circle: 2025-12-17 10:53:26 UTC Build successful. :green_circle: 2025-12-17 10:53:49 UTC ydbd size 3.9 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: c314210d93c6b2073b7a5ee6b617b20a14e96e8c merge: b9d3c7b353971827940836d8de9b133036f5c4ba diff diff %
ydbd size 4 145 702 840 Bytes 4 145 702 744 Bytes -96 Bytes -0.000%
ydbd stripped size 1 538 715 000 Bytes 1 538 714 936 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

github-actions[bot] avatar Dec 17 '25 10:12 github-actions[bot]

:white_circle: 2025-12-17 10:16:20 UTC Pre-commit check linux-x86_64-relwithdebinfo for b9d3c7b353971827940836d8de9b133036f5c4ba has started. :white_circle: 2025-12-17 10:16:38 UTC Artifacts will be uploaded here :white_circle: 2025-12-17 10:18:50 UTC ya make is running... :yellow_circle: 2025-12-17 11:10:50 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8104 7953 0 8 127 16

:white_circle: 2025-12-17 11:10:58 UTC ya make is running... (failed tests rerun, try 2) :green_circle: 2025-12-17 11:25:11 UTC Tests successful.

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
116 (only retried tests) 105 0 0 0 11

:green_circle: 2025-12-17 11:25:17 UTC Build successful. :green_circle: 2025-12-17 11:25:42 UTC ydbd size 2.3 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: c314210d93c6b2073b7a5ee6b617b20a14e96e8c merge: b9d3c7b353971827940836d8de9b133036f5c4ba diff diff %
ydbd size 2 476 768 504 Bytes 2 476 768 504 Bytes 0 Bytes 0.000%
ydbd stripped size 527 299 456 Bytes 527 299 456 Bytes 0 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

github-actions[bot] avatar Dec 17 '25 10:12 github-actions[bot]

:white_circle: 2025-12-17 14:58:24 UTC Pre-commit check linux-x86_64-relwithdebinfo for e93ed29aa52fe2467753cfddd3edcd2bb6a66c63 has started. :white_circle: 2025-12-17 14:58:40 UTC Artifacts will be uploaded here :white_circle: 2025-12-17 15:00:52 UTC ya make is running... :yellow_circle: 2025-12-17 15:55:31 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8104 7946 0 10 125 23

:white_circle: 2025-12-17 15:55:39 UTC ya make is running... (failed tests rerun, try 2) :green_circle: 2025-12-17 16:10:22 UTC Tests successful.

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
290 (only retried tests) 279 0 0 0 11

:green_circle: 2025-12-17 16:10:29 UTC Build successful. :green_circle: 2025-12-17 16:10:51 UTC ydbd size 2.3 GiB changed* by +48.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 70532057febb11cd126de5e0c3cbc0ce1c055f13 merge: e93ed29aa52fe2467753cfddd3edcd2bb6a66c63 diff diff %
ydbd size 2 476 897 416 Bytes 2 476 947 160 Bytes +48.6 KiB +0.002%
ydbd stripped size 527 334 912 Bytes 527 348 224 Bytes +13.0 KiB +0.003%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

github-actions[bot] avatar Dec 17 '25 14:12 github-actions[bot]

:white_circle: 2025-12-17 14:58:26 UTC Pre-commit check linux-x86_64-release-asan for e93ed29aa52fe2467753cfddd3edcd2bb6a66c63 has started. :white_circle: 2025-12-17 14:58:43 UTC Artifacts will be uploaded here :white_circle: 2025-12-17 15:00:52 UTC ya make is running... :yellow_circle: 2025-12-17 15:41:06 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
2679 2612 0 52 6 9

:green_circle: 2025-12-17 15:41:13 UTC Build successful. :green_circle: 2025-12-17 15:41:34 UTC ydbd size 3.9 GiB changed* by +81.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 70532057febb11cd126de5e0c3cbc0ce1c055f13 merge: e93ed29aa52fe2467753cfddd3edcd2bb6a66c63 diff diff %
ydbd size 4 145 926 184 Bytes 4 146 009 352 Bytes +81.2 KiB +0.002%
ydbd stripped size 1 538 830 264 Bytes 1 538 860 280 Bytes +29.3 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

github-actions[bot] avatar Dec 17 '25 14:12 github-actions[bot]

Backport

To backport this PR, click the button next to the target branch and then click "Run workflow" in the Run Actions UI.

Branch Run
stable-25-2, stable-25-2-1, stable-25-3, stable-25-3-1 ▶  Backport
stable-25-3, stable-25-3-1 ▶  Backport
stable-25-3 ▶  Backport

▶  Backport manual

ydbot avatar Dec 17 '25 17:12 ydbot