Register existing builders to watch their expirations.
This commit is contained in:
parent
a9839021af
commit
b33ee1a474
2 changed files with 24 additions and 20 deletions
|
@ -199,8 +199,6 @@ class TestEphemeral(unittest.TestCase):
|
|||
self.test_executor.stop_builder.assert_called_once_with('1234')
|
||||
self.assertEqual(self.test_executor.stop_builder.call_count, 1)
|
||||
|
||||
self.etcd_client_mock.delete.assert_called_once_with(self.mock_job_key)
|
||||
|
||||
@async_test
|
||||
def test_change_worker(self):
|
||||
# Send a signal to the callback that a worker key has been changed
|
||||
|
|
Reference in a new issue