Procedural Scheduling activity auto-deletion
- Tickets addressed: #1609
- Review: By commit
- Merge strategy: Merge (no squash)
Description
Not ready for review. I'm just using this for the e2e tests.
Verification
Documentation
Future work
@Mythicaeda I caught a bug and pushed a fairly large commit to fix it. The sim facade checks if the plan has been simulated before so it can use cached results, but it (correctly) doesn't check for ID equality, only activity type/args/time equality. If the IDs are unequal (which is now common behavior with auto-deletion) the sim facade returns sim results with IDs that don't match the input plan. So I made the facade map the returned results to use the new ids from the input plan.
Quality Gate passed
Issues
17 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@Mythicaeda will review this for next release