-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run mode not conserved on restart #5781
Comments
I think this issue needs a bit of clarification. There are two cases we need to consider:
|
I think the run mode should conserve across restarts. |
I agree with @wxtim - it should restart in sim mode
Agreed. |
I ended up with this table:
Questions -
|
hard fail |
IMO same goes for dummy mode as for sim mode. They're really the same thing, with respect to live mode. Neither one runs real tasks that generate real outputs, which is what matters if you want to restart in a different mode. |
Some options like |
Yes. I think it's much nicer than carrying on doing something the user has every reason not to expect. |
However, @hjoliver - does it make sense to stop people restarting in a different mode if we're going to allow them to override live mode by broadcasting to tasks? Perhaps it should just be a warning? I also wonder if it would make sense for this to be a warning at 8.2.x and an exception at 8.3, since it's a fair change in behaviour? Also, we want branches restarted without a |
When I tried this on master it looks like it restarts in simulation mode (on master & my branch). Ick.
That's a bug.
Originally posted by @wxtim in #5712 (comment)
Example
The text was updated successfully, but these errors were encountered: