-
# Basic tests sprint kick-off
### Dates
GanttStart: 2018-10-01
GanttDue: 2018-10-12
### People
- @diegodelemos (10d)
- @dinosk (10d)
- @tiborsimko (10d)
### Goals
- Implement th…
-
-
Developers can use `reana` CLI to test all workflow engines for a particular example via one command:
```console
$ cd reana-demo-worldpopulation
$ reana run-example -c .
...
[reana-demo-worldpo…
-
Extract [RWC's FS fixture](https://github.com/reanahub/reana-workflow-controller/blob/master/tests/conftest.py#L40) to reuse it across components:
- In REANA-Server [creating the user workspace](http…
-
Duringna- REANA development, when one tests some feature branch for e.g. `r-j-controller`, one currently deletes the pods "manually" after compiling the new version, for example:
```console
$ cd r…
-
Currently [REANA-Workflow-Controller](https://github.com/reanahub/reana-workflow-controller/blob/master/tests/conftest.py#L68) and [REANA-Server](https://github.com/reanahub/reana-server/blob/0d6acb9c…
-
This is about resuming a stopped workflow. Some things to consider (copying from the whiteboard):
- resume from a given step name
- by default resume from last step that finished successfully
- res…
-
The REST API documentation navigation can be improved:
- Harmonise tile text in Python docstring and OpenAPI. Example: https://reana-workflow-controller.readthedocs.io/en/latest/restapi.html we ha…
-
or, if this is desired behaviour, I'd suggest for a better error message:
```
➜ reana-demo-helloworld git:(master) ✗ export REANA_WORKON=$(reana-client create -f reana2.yaml); reana-client upload…
-
The RabbitMQ connection in the `reana-workflow-controller` as well as the workflow engines needs to be able to handle closed connections (due to BlockingConnections not responding to heartbeats, or ot…