Skip to content

Fix/restart sim reset processed field

Alejo Carballude requested to merge fix/restart_sim_reset_processed_field into develop

Related tasks

Context

Restarted simulations copy the SimulationDeployment database entry. This copies all of the fields as they are, and requires manually resetting any specific fields. SimulationDeployment contains a processed field used to stop Cloudsim from processing simulations multiple times. Since this field was being copied, the restarted simulation was not being processed when being terminated.

Change

The SimulationDeployment.Processed field is not being correctly reset when restarting a simulation.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports