Skip to content

Commit ef90259

Browse files
authored
Recanonize audit log output after setting feature flag "enable_resource_pools" default value to false (#25612)
2 parents a884071 + 06ae029 commit ef90259

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ ydb/tests/fq/yds test_mem_alloc.py.TestMemAlloc.test_join_alloc[v1]
249249
ydb/tests/fq/yds test_recovery.py.TestRecovery.test_ic_disconnection
250250
ydb/tests/fq/yds test_select_limit_db_id.py.TestSelectLimitWithDbId.test_select_same_with_id[v1-mvp_external_ydb_endpoint0]
251251
ydb/tests/fq/yds test_yds_bindings.py.TestBindings.test_yds_insert[v1]
252-
ydb/tests/functional/audit test_canonical_records.py.test_create_drop_and_alter_database
253252
ydb/tests/functional/bridge test_bridge.py.TestBridgeBasic.test_failover
254253
ydb/tests/functional/bridge test_bridge.py.TestBridgeBasic.test_takedown
255254
ydb/tests/functional/hive test_drain.py.TestHive.test_drain_on_stop
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
{"component": "schemeshard", "database": "/Root", "detailed_status": "StatusAccepted", "operation": "CREATE DATABASE", "paths": "[/Root/Database]", "remote_address": "<canonized_remote_address>", "sanitized_token": "**** (B6C6F477)", "status": "SUCCESS", "subject": "root@builtin", "tx_id": "<canonized_tx_id>"}
22
{"component": "schemeshard", "database": "/Root", "detailed_status": "StatusAccepted", "operation": "ALTER DATABASE", "paths": "[/Root/Database]", "remote_address": "<canonized_remote_address>", "sanitized_token": "**** (B6C6F477)", "status": "SUCCESS", "subject": "root@builtin", "tx_id": "<canonized_tx_id>"}
3-
{"acl_add": "[+U:root@builtin, +(SR|DS):all-users@well-known, +(SR|DS):root@builtin]", "component": "schemeshard", "database": "/Root/Database", "detailed_status": "StatusAccepted", "new_owner": "metadata@system", "operation": "CREATE RESOURCE POOL", "paths": "[.metadata/workload_manager/pools/default]", "remote_address": "{none}", "sanitized_token": "{none}", "status": "SUCCESS", "subject": "metadata@system", "tx_id": "<canonized_tx_id>"}
4-
{"acl_add": "[+U:root@builtin, +(SR|DS):all-users@well-known, +(SR|DS):root@builtin]", "component": "schemeshard", "database": "/Root/Database", "detailed_status": "StatusAlreadyExists", "new_owner": "metadata@system", "operation": "CREATE RESOURCE POOL", "paths": "[default]", "reason": "Check failed: path: '/Root/Database/.metadata/workload_manager/pools/default', error: path exist, request accepts it (id: [OwnerId: <canonized_owner_id>, LocalPathId: <canonized_local_path_id>], type: EPathTypeResourcePool, state: EPathStateNoChanges)", "remote_address": "{none}", "sanitized_token": "{none}", "status": "SUCCESS", "subject": "metadata@system", "tx_id": "<canonized_tx_id>"}

0 commit comments

Comments
 (0)