Created
July 8, 2016 06:55
-
-
Save cr1901/a81d7de67684f95c81b503c6d80195fc to your computer and use it in GitHub Desktop.
ARTIQ windows test fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[artiq] William@WILLIAM-THINK F:\Consult\artiq\artiq\artiq\test | |
> python -m unittest test_ctlmgr.py | |
fatal: --dirty is incompatible with commit-ishes | |
Controller lda_sim did not exit on request, ending the process | |
E | |
====================================================================== | |
ERROR: test_start_ping_stop_controller (test_ctlmgr.ControllerCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "F:\Consult\artiq\artiq\artiq\test\test_ctlmgr.py", line 73, in test_start_ping_stop_controller | |
self.loop.run_until_complete(test()) | |
File "C:\Users\William\Miniconda3\envs\artiq\lib\asyncio\base_events.py", line 387, in run_until_complete | |
return future.result() | |
File "C:\Users\William\Miniconda3\envs\artiq\lib\asyncio\futures.py", line 274, in result | |
raise self._exception | |
File "C:\Users\William\Miniconda3\envs\artiq\lib\asyncio\tasks.py", line 239, in _step | |
result = coro.send(None) | |
File "F:\Consult\artiq\artiq\artiq\test\test_ctlmgr.py", line 69, in test | |
await self.start("lda_sim", entry) | |
File "F:\Consult\artiq\artiq\artiq\test\test_ctlmgr.py", line 30, in start | |
await self.wait_for_ping(entry["host"], entry["port"]) | |
File "F:\Consult\artiq\artiq\artiq\test\test_ctlmgr.py", line 57, in wait_for_ping | |
raise asyncio.TimeoutError | |
concurrent.futures._base.TimeoutError | |
---------------------------------------------------------------------- | |
Ran 1 test in 2.452s | |
FAILED (errors=1) | |
[artiq] William@WILLIAM-THINK F:\Consult\artiq\artiq\artiq\test | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment