Open joh024 opened 4 years ago
If you run the executenotebook task supplying a notebookPath to a notebook that doesn't exist, it succeeds (expected behaviour: fail).
executenotebook
If you then run the waitexecution task, the task hangs indefinitely (expected behaviour: fail), as it doesn't seem to understand the error message:
waitexecution
"state": { "life_cycle_state": "INTERNAL_ERROR", "state_message": "Notebook not found: /NotebookDoesNotExist" },
If you run the
executenotebook
task supplying a notebookPath to a notebook that doesn't exist, it succeeds (expected behaviour: fail).If you then run the
waitexecution
task, the task hangs indefinitely (expected behaviour: fail), as it doesn't seem to understand the error message: