File tree 2 files changed +26
-3
lines changed
ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_
2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx
94
94
ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach
95
95
ydb/tests/functional/postgresql test_postgres.py.TestPostgresSuite.test_postgres_suite*
96
96
ydb/tests/functional/restarts test_restarts.py.*
97
- ydb/tests/functional/scheme_tests tablet_scheme_tests.py.TestTabletSchemes.test_tablet_schemes[flat_schemeshard]
98
97
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--*]
99
98
ydb/tests/functional/sqs/merge_split_common_table/fifo *
100
99
ydb/tests/functional/sqs/merge_split_common_table/std *
Original file line number Diff line number Diff line change 346
346
"ColumnId": 10,
347
347
"ColumnName": "ReplicationConfig",
348
348
"ColumnType": "String"
349
+ },
350
+ {
351
+ "ColumnId": 11,
352
+ "ColumnName": "IsTemporary",
353
+ "ColumnType": "Bool"
354
+ },
355
+ {
356
+ "ColumnId": 12,
357
+ "ColumnName": "OwnerActorId",
358
+ "ColumnType": "String"
349
359
}
350
360
],
351
361
"ColumnsDropped": [],
361
371
7,
362
372
8,
363
373
9,
364
- 10
374
+ 10,
375
+ 11,
376
+ 12
365
377
],
366
378
"RoomID": 0,
367
379
"Codec": 0,
3533
3545
"ColumnId": 11,
3534
3546
"ColumnName": "ReplicationConfig",
3535
3547
"ColumnType": "String"
3548
+ },
3549
+ {
3550
+ "ColumnId": 12,
3551
+ "ColumnName": "IsTemporary",
3552
+ "ColumnType": "Bool"
3553
+ },
3554
+ {
3555
+ "ColumnId": 13,
3556
+ "ColumnName": "OwnerActorId",
3557
+ "ColumnType": "String"
3536
3558
}
3537
3559
],
3538
3560
"ColumnsDropped": [],
3549
3571
8,
3550
3572
9,
3551
3573
10,
3552
- 11
3574
+ 11,
3575
+ 12,
3576
+ 13
3553
3577
],
3554
3578
"RoomID": 0,
3555
3579
"Codec": 0,
You can’t perform that action at this time.
0 commit comments