MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / check_unscheduled

Function check_unscheduled

tests/test_resources.py:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Calls 3

sleepMethod · 0.80
commandMethod · 0.80
get_row_valueMethod · 0.80

Tested by

no test coverage detected