mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
fixed test I broke
This commit is contained in:
parent
1900ba1789
commit
5f20f27b8e
1 changed files with 7 additions and 7 deletions
14
cli/testdata/meta_describe
vendored
14
cli/testdata/meta_describe
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue