Skip to content

Commit a640494

Browse files
committed
Canonize tests
1 parent 498896d commit a640494

File tree

1 file changed

+50
-2
lines changed
  • ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_

1 file changed

+50
-2
lines changed

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

+50-2
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,36 @@
48054805
"ColumnId": 34,
48064806
"ColumnName": "CreationConfig",
48074807
"ColumnType": "String"
4808+
},
4809+
{
4810+
"ColumnId": 35,
4811+
"ColumnName": "ReadRowsBilled",
4812+
"ColumnType": "Uint64"
4813+
},
4814+
{
4815+
"ColumnId": 36,
4816+
"ColumnName": "ReadBytesBilled",
4817+
"ColumnType": "Uint64"
4818+
},
4819+
{
4820+
"ColumnId": 37,
4821+
"ColumnName": "UploadRowsProcessed",
4822+
"ColumnType": "Uint64"
4823+
},
4824+
{
4825+
"ColumnId": 38,
4826+
"ColumnName": "UploadBytesProcessed",
4827+
"ColumnType": "Uint64"
4828+
},
4829+
{
4830+
"ColumnId": 39,
4831+
"ColumnName": "ReadRowsProcessed",
4832+
"ColumnType": "Uint64"
4833+
},
4834+
{
4835+
"ColumnId": 40,
4836+
"ColumnName": "ReadBytesProcessed",
4837+
"ColumnType": "Uint64"
48084838
}
48094839
],
48104840
"ColumnsDropped": [],
@@ -4844,7 +4874,13 @@
48444874
31,
48454875
32,
48464876
33,
4847-
34
4877+
34,
4878+
35,
4879+
36,
4880+
37,
4881+
38,
4882+
39,
4883+
40
48484884
],
48494885
"RoomID": 0,
48504886
"Codec": 0,
@@ -5112,6 +5148,16 @@
51125148
"ColumnId": 10,
51135149
"ColumnName": "BytesProcessed",
51145150
"ColumnType": "Uint64"
5151+
},
5152+
{
5153+
"ColumnId": 11,
5154+
"ColumnName": "ReadRowsProcessed",
5155+
"ColumnType": "Uint64"
5156+
},
5157+
{
5158+
"ColumnId": 12,
5159+
"ColumnName": "ReadBytesProcessed",
5160+
"ColumnType": "Uint64"
51155161
}
51165162
],
51175163
"ColumnsDropped": [],
@@ -5127,7 +5173,9 @@
51275173
7,
51285174
8,
51295175
9,
5130-
10
5176+
10,
5177+
11,
5178+
12
51315179
],
51325180
"RoomID": 0,
51335181
"Codec": 0,

0 commit comments

Comments
 (0)