Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

ExecutorTest.test_manage_task_random_binary_output sometimes fails #856

Open
dposada opened this issue May 16, 2018 · 0 comments
Open

ExecutorTest.test_manage_task_random_binary_output sometimes fails #856

dposada opened this issue May 16, 2018 · 0 comments
Assignees

Comments

@dposada
Copy link
Contributor

dposada commented May 16, 2018

For example:

tests/test_executor.py:569: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/test_executor.py:379: in manage_task_runner
    assertions_fn(driver, task_id, sandbox_directory)
tests/test_executor.py:547: in assertions
    tu.assert_statuses(self, expected_statuses, driver.statuses)
tests/utils.py:92: in assert_statuses
    assert_status(test_case, expected_status, actual_status)
tests/utils.py:58: in assert_status
    test_case.assertEqual(expected_status, actual_status)
E   AssertionError: {'task_id': {'value': '285398'}, 'state': 'TASK_FINISHED'} != {'state': 'TASK_KILLED', 'task_id': {'value': '285398'}}
E   - {'state': 'TASK_FINISHED', 'task_id': {'value': '285398'}}
E   ?                 ^ ^^^^
E   
E   + {'state': 'TASK_KILLED', 'task_id': {'value': '285398'}}
E   ?                 ^ ^^
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants