Skip to content

Commit 5e6002c

Browse files
authored
Fix scheme_tests canondata (#1493)
* Initial commit * Fixes
1 parent e496382 commit 5e6002c

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

.github/config/muted_ya.txt

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx
9494
ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach
9595
ydb/tests/functional/postgresql test_postgres.py.TestPostgresSuite.test_postgres_suite*
9696
ydb/tests/functional/restarts test_restarts.py.*
97-
ydb/tests/functional/scheme_tests tablet_scheme_tests.py.TestTabletSchemes.test_tablet_schemes[flat_schemeshard]
9897
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--*]
9998
ydb/tests/functional/sqs/merge_split_common_table/fifo *
10099
ydb/tests/functional/sqs/merge_split_common_table/std *

ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_/flat_schemeshard.schema

+26-2
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,16 @@
346346
"ColumnId": 10,
347347
"ColumnName": "ReplicationConfig",
348348
"ColumnType": "String"
349+
},
350+
{
351+
"ColumnId": 11,
352+
"ColumnName": "IsTemporary",
353+
"ColumnType": "Bool"
354+
},
355+
{
356+
"ColumnId": 12,
357+
"ColumnName": "OwnerActorId",
358+
"ColumnType": "String"
349359
}
350360
],
351361
"ColumnsDropped": [],
@@ -361,7 +371,9 @@
361371
7,
362372
8,
363373
9,
364-
10
374+
10,
375+
11,
376+
12
365377
],
366378
"RoomID": 0,
367379
"Codec": 0,
@@ -3533,6 +3545,16 @@
35333545
"ColumnId": 11,
35343546
"ColumnName": "ReplicationConfig",
35353547
"ColumnType": "String"
3548+
},
3549+
{
3550+
"ColumnId": 12,
3551+
"ColumnName": "IsTemporary",
3552+
"ColumnType": "Bool"
3553+
},
3554+
{
3555+
"ColumnId": 13,
3556+
"ColumnName": "OwnerActorId",
3557+
"ColumnType": "String"
35363558
}
35373559
],
35383560
"ColumnsDropped": [],
@@ -3549,7 +3571,9 @@
35493571
8,
35503572
9,
35513573
10,
3552-
11
3574+
11,
3575+
12,
3576+
13
35533577
],
35543578
"RoomID": 0,
35553579
"Codec": 0,

0 commit comments

Comments
 (0)