Commit 9ea42ac
authored
fix: Fix the Sysman Engine Test for the workload submission (#337)
If engine utilization prior to workload submission is above 5%, the
check for the utilization values before and after workload should be
skipped.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
If engine utilization prior to workload submission exceeds 5%, the
check for the utilization values before and after workload should be
skipped.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
Modified the engine workload test to poll pre-utilization for 5 seconds. The test now
continuously measures utilization at 500ms intervals over a 5-second period and only
skips the workload test if the final pre-utilization value exceeds 5%.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
Modified the engine workload test to poll pre-utilization for 5 seconds. The test now
continuously measures utilization at 500ms intervals over a 5-second period and only
skips the workload test if the final pre-utilization value exceeds 5%.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
Modified the engine workload test to poll pre-utilization for 5 seconds. The test now
continuously measures utilization at 500ms intervals over a 5-second period and only
skips the workload test if the final pre-utilization value exceeds 5%.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
Modified the engine workload test to poll pre-utilization for 5 seconds. The test now
continuously measures utilization at 500ms intervals over a 5-second period and only
skips the workload test if the final pre-utilization value exceeds 5%.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
* fix: Fix the Sysman Engine Test for the workload submission
Modified the engine workload test to poll pre-utilization for 5 seconds. The test now
continuously measures utilization at 500ms intervals over a 5-second period and only
skips the workload test if the final pre-utilization value exceeds 5%.
Related-To: NEO-16864
Signed-off-by: Pratik Bari <[email protected]>
---------
Signed-off-by: Pratik Bari <[email protected]>1 parent 2b7e6f8 commit 9ea42ac
File tree
1 file changed
+36
-9
lines changed- conformance_tests/sysman/test_sysman_engine/src
1 file changed
+36
-9
lines changedLines changed: 36 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| 308 | + | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
312 | | - | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | | - | |
315 | 318 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
321 | 344 | | |
322 | 345 | | |
323 | 346 | | |
| |||
330 | 353 | | |
331 | 354 | | |
332 | 355 | | |
333 | | - | |
334 | 356 | | |
335 | 357 | | |
336 | 358 | | |
337 | 359 | | |
338 | | - | |
339 | 360 | | |
| 361 | + | |
| 362 | + | |
340 | 363 | | |
341 | 364 | | |
342 | 365 | | |
| |||
355 | 378 | | |
356 | 379 | | |
357 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
358 | 385 | | |
359 | 386 | | |
360 | 387 | | |
| |||
0 commit comments