You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have more bits of shark working, I'm getting to the point where things in the container will fail, which is fine, but then we fail because there's no data for a later stage, and we blow up. That blow up looks a lot like a shark bug I've had to fight in the past, confusing me :)
When we can't find data for a later stage I need to stop markdown result generation and return what we have, as the output blocks would make it clear what happened from the stdout/stderr of the command. But we should also (incase things don't log) note when commands exit unsuccessfully, and add that to the output markdown.
Basically we've got shark to the point where it's not always what's wrong, but I need it to tell me the other ways in which I've messed up in the code I'm running in shark :)
The text was updated successfully, but these errors were encountered:
Now that we have more bits of shark working, I'm getting to the point where things in the container will fail, which is fine, but then we fail because there's no data for a later stage, and we blow up. That blow up looks a lot like a shark bug I've had to fight in the past, confusing me :)
When we can't find data for a later stage I need to stop markdown result generation and return what we have, as the output blocks would make it clear what happened from the stdout/stderr of the command. But we should also (incase things don't log) note when commands exit unsuccessfully, and add that to the output markdown.
Basically we've got shark to the point where it's not always what's wrong, but I need it to tell me the other ways in which I've messed up in the code I'm running in shark :)
The text was updated successfully, but these errors were encountered: