Created
September 27, 2018 14:47
-
-
Save CosminNechifor/1ea2ade55c18bb470e4c4845df7a50de to your computer and use it in GitHub Desktop.
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
| Serial [ 0 s] - Open channel scenarios | |
| - [✗] Serial [ 0 s] - Stop node 4 | |
| - [✗] StopNode [ 0 s]: 4 | |
| - [ ] Parallel - Opening channels | |
| - [ ] OpenChannel: {'from': 0, 'to': 1, 'total_deposit': 20, 'expected_http_status': 201} | |
| - [ ] OpenChannel: {'from': 1, 'to': 2, 'total_deposit': 20, 'expected_http_status': 201} | |
| - [ ] OpenChannel: {'from': 2, 'to': 3, 'total_deposit': 20, 'expected_http_status': 201} | |
| - [ ] OpenChannel: {'from': 3, 'to': 4, 'total_deposit': 20, 'expected_http_status': 201} | |
| - [ ] OpenChannel: {'from': 0, 'to': 3, 'total_deposit': 20, 'expected_http_status': 201} | |
| - [ ] Parallel - Checking if the channels were opened correctly | |
| - [ ] Assert: {'from': 0, 'to': 1, 'total_deposit': 20, 'balance': 20, 'state': 'opened'} | |
| - [ ] Assert: {'from': 1, 'to': 2, 'total_deposit': 20, 'balance': 20, 'state': 'opened'} | |
| - [ ] Assert: {'from': 2, 'to': 3, 'total_deposit': 20, 'balance': 20, 'state': 'opened'} | |
| - [ ] Assert: {'from': 3, 'to': 4, 'total_deposit': 20, 'balance': 20, 'state': 'opened'} | |
| - [ ] Assert: {'from': 0, 'to': 3, 'total_deposit': 20, 'balance': 20, 'state': 'opened'} | |
| - [ ] Assert: {'from': 1, 'to': 0, 'total_deposit': 20, 'balance': 0, 'state': 'opened'} | |
| - [ ] Assert: {'from': 2, 'to': 1, 'total_deposit': 20, 'balance': 0, 'state': 'opened'} | |
| - [ ] Assert: {'from': 3, 'to': 2, 'total_deposit': 20, 'balance': 0, 'state': 'opened'} | |
| - [ ] Assert: {'from': 4, 'to': 3, 'total_deposit': 20, 'balance': 0, 'state': 'opened'} | |
| - [ ] Assert: {'from': 3, 'to': 0, 'total_deposit': 20, 'balance': 0, 'state': 'opened'} | |
| - [ ] Parallel - Checking for different response codes | |
| - [ ] OpenChannel: {'from': 0, 'to': 2, 'total_deposit': 20, 'expected_http_status': 402} | |
| - [ ] OpenChannel: {'from': 0, 'to': 0, 'total_deposit': 20, 'expected_http_status': 409} | |
| ======================================================================== LOG ======================================================================== | |
| self._handle_process(greenlet) | |
| File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/tasks/execution.py", line 90, in _handle_process | |
| greenlet.get() | |
| File "src/gevent/greenlet.py", line 633, in gevent._greenlet.Greenlet.get | |
| File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/_compat.py", line 47, in reraise | |
| raise value.with_traceback(tb) | |
| File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/subprocess.py", line 1670, in run | |
| raise _with_stdout_stderr(CalledProcessError(retcode, process.args, stdout), stderr) | |
| subprocess.CalledProcessError: Command '['pkill', '-f', '127.0.0.1:5004']' returned non-zero exit status 1. | |
| 2018-09-27 14:39:55 [warning ] Press Ctrl-C to exit [scenario_player.main] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment