[TEST] fix open_time in jobs_get_stats YAML test
Original commit: elastic/x-pack-elasticsearch@2a1c62ab3c
This commit is contained in:
parent
a8b1b3e863
commit
061e3fc1fe
|
@ -85,7 +85,7 @@ setup:
|
|||
- is_true: jobs.0.node.name
|
||||
- is_true: jobs.0.node.transport_address
|
||||
- match: { jobs.0.node.attributes.max_running_jobs: "10"}
|
||||
- gte: { jobs.0.open_time: 0}
|
||||
- gte: { jobs.0.open_time: "0s"}
|
||||
|
||||
---
|
||||
"Test get job stats for closed job":
|
||||
|
@ -134,7 +134,7 @@ setup:
|
|||
- match: { jobs.0.data_counts.processed_record_count: 0 }
|
||||
- match: { jobs.0.model_size_stats.model_bytes : 0 }
|
||||
- match: { jobs.0.state: opened }
|
||||
- gte: { jobs.0.open_time: 0}
|
||||
- gte: { jobs.0.open_time: "0s"}
|
||||
|
||||
---
|
||||
"Test get all job stats explicitly":
|
||||
|
|
Loading…
Reference in New Issue