We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85e6a8 commit 053ecdeCopy full SHA for 053ecde
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_stats.yml
@@ -103,7 +103,7 @@ setup:
103
- match: { jobs.0.state: opened }
104
- is_true: jobs.0.node.name
105
- is_true: jobs.0.node.transport_address
106
- - match: { jobs.0.node.attributes.ml\.max_open_jobs: "512"}
+ - is_true: jobs.0.node.attributes.ml\.machine_memory
107
- is_true: jobs.0.open_time
108
- match: { jobs.0.timing_stats.job_id: job-stats-test }
109
- match: { jobs.0.timing_stats.bucket_count: 1 } # Records are 1h apart and bucket span is 1h so 1 bucket is produced
0 commit comments