Skip to content

Commit 9aa9176

Browse files
committed
describe: Update namespace describe
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 275f751 commit 9aa9176

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/integration/sqcmds/common-samples/describe.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,14 @@ tests:
405405
{"name": "hasOspf", "type": "boolean", "key": "", "display": 4, "description":
406406
"Is OSPF used in this namespace"}, {"name": "hasVxlan", "type": "boolean", "key":
407407
"", "display": 6, "description": "Is VXLAN used in this namespace"}, {"name":
408-
"lastUpdate", "type": "timestamp", "key": "", "display": 8, "description": "Time
409-
when any service was last polled"}, {"name": "namespace", "type": "string", "key":
410-
0, "display": 0, "description": "Namespace associated with this record"}, {"name":
411-
"serviceCnt", "type": "long", "key": "", "display": 2, "description": "Number
412-
of services polled in this namespace"}, {"name": "sqvers", "type": "string", "key":
413-
"", "display": "", "description": "Schema version, not selectable"}]'
408+
"lastUpdate", "type": "timestamp", "key": "", "display": 8, "description": "The
409+
last time the poller updated this namespace"}, {"name": "lastUpdate", "type":
410+
"timestamp", "key": "", "display": 8, "description": "Time when any service was
411+
last polled"}, {"name": "namespace", "type": "string", "key": 0, "display": 0,
412+
"description": "Namespace associated with this record"}, {"name": "serviceCnt",
413+
"type": "long", "key": "", "display": 2, "description": "Number of services polled
414+
in this namespace"}, {"name": "sqvers", "type": "string", "key": "", "display":
415+
"", "description": "Schema version, not selectable"}]'
414416
- command: path describe --format=json
415417
data-directory: tests/data/parquet
416418
marks: path describe

0 commit comments

Comments
 (0)