()
| 51 | ) |
| 52 | |
| 53 | def check_unscheduled(): |
| 54 | time.sleep(0.5) |
| 55 | table = hq_env.command(["job", "info", "1"], as_table=True) |
| 56 | assert table.get_row_value("State") == "WAITING" |
| 57 | |
| 58 | hq_env.start_worker(cpus=4) |
| 59 | check_unscheduled() |
no test coverage detected