Mythicaeda

Results 38 comments of Mythicaeda

I'm concerned about the e2e test failure: ``` SchedulingTests > schedulingPostsSimResults() FAILED java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "gov.nasa.jpl.***.e2e.types.SchedulingResponse.datasetId()" is null at gov.nasa.jpl.***.e2e.SchedulingTests.schedulingPostsSimResults(SchedulingTests.java:358) ``` `datasetId` is only...

It is also hard-coded in the migration script.

For verification, a test plan with a `parent` activity should suffice, as long as the plan is long enough to start `child` (maybe even finish one `child` and start the...

[Excalidraw link](https://excalidraw.com/#room=4d39daf1c3ae97077256,sTk9Nliof5KKeU5ffdES6w) from [design thread](https://jpl.slack.com/archives/CJ07FGRPH/p1712951947360269).

Our goal with this was to improve peak memory usage for large mission models. Simulation run time is not expected to change much, but a [follow-up ticket to improve it...

Is it feasible to fix the history up at all? If not, then given how big this is I think I'd prefer a bunch of commits than it all just...

The `addExternalProfile` action inserts the `offset_from_plan_start` column using the `days HH:MM:SS` format

Can you give more information on the code you have written/restrictions you have? In my experience from Clipper, these PEL states were represented as a enum made of the permitted...

@dandelany I'm specifically concerned with completing a basic test suite being considered "out of scope" for a major feature. The fact that the existing tests have been easy to break...