mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix tests to fail when over drift over heartbeat time
This commit is contained in:
parent
6461ecc762
commit
3f83647600
@ -347,8 +347,8 @@ class TestJobReaper(object):
|
||||
'status, execution_node, controller_node, modified, fail',
|
||||
[
|
||||
('running', '', '', None, False), # running, not assigned to the instance
|
||||
('running', 'awx', '', None, True), # running, has the instance as its execution_node
|
||||
('running', '', 'awx', None, True), # running, has the instance as its controller_node
|
||||
('running', 'awx', '', minute, True), # running, has the instance as its execution_node
|
||||
('running', '', 'awx', minute, True), # running, has the instance as its controller_node
|
||||
('waiting', '', '', None, False), # waiting, not assigned to the instance
|
||||
('waiting', 'awx', '', None, False), # waiting, was edited less than a minute ago
|
||||
('waiting', '', 'awx', None, False), # waiting, was edited less than a minute ago
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user