diff --git a/cli/testdata/meta_describe b/cli/testdata/meta_describe index aada2c361..44a3f6e9f 100644 --- a/cli/testdata/meta_describe +++ b/cli/testdata/meta_describe @@ -16,13 +16,13 @@ // Show columns for table. SEND:\d users -EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+----------------------+---------------------+----------+-------+-------------+-----+ -EXPECT:| _id | name | type | created_at | keys | cache_type | cache_size | scale | min | max | timeunit | epoch | timequantum | ttl | -EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+----------------------+---------------------+----------+-------+-------------+-----+ -EXPECTCOMP:WithFormat:| _id | _id | id | {timestamp} | false | | 0 | 0 | 0 | 0 | | 0 | | 0s | -EXPECTCOMP:WithFormat:| name | name | string | {timestamp} | true | ranked | 50000 | 0 | 0 | 0 | | 0 | | 0s | -EXPECTCOMP:WithFormat:| age | age | int | {timestamp} | false | | 0 | 0 | -9223372036854775808 | 9223372036854775807 | | 0 | | 0s | -EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+----------------------+---------------------+----------+-------+-------------+-----+ +EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+--------+----------------------+---------------------+----------+-------+-------------+-----+ +EXPECT:| _id | name | type | created_at | keys | cache_type | cache_size | scale | length | min | max | timeunit | epoch | timequantum | ttl | +EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+--------+----------------------+---------------------+----------+-------+-------------+-----+ +EXPECTCOMP:WithFormat:| _id | _id | id | {timestamp} | false | | 0 | 0 | 0 | 0 | 0 | | 0 | | 0s | +EXPECTCOMP:WithFormat:| name | name | string | {timestamp} | true | ranked | 50000 | 0 | 0 | 0 | 0 | | 0 | | 0s | +EXPECTCOMP:WithFormat:| age | age | int | {timestamp} | false | | 0 | 0 | 0 | -9223372036854775808 | 9223372036854775807 | | 0 | | 0s | +EXPECT:+------+------+--------+----------------------+-------+------------+------------+-------+--------+----------------------+---------------------+----------+-------+-------------+-----+ EXPECT: // Show columns for an invalid table.