Skip to content

[uss_qualifier/astm] Make cleanup phase in down_uss use estimated extents as well#1405

Open
the-glu wants to merge 1 commit intointeruss:mainfrom
Orbitalize:fix_1400
Open

[uss_qualifier/astm] Make cleanup phase in down_uss use estimated extents as well#1405
the-glu wants to merge 1 commit intointeruss:mainfrom
Orbitalize:fix_1400

Conversation

@the-glu
Copy link
Contributor

@the-glu the-glu commented Mar 26, 2026

This PR should fix #1400 by also using estimated extends during cleanup phase.

Initial cleanup was not doing anything during initial phase since it was using scenario_execution_max_extents only, where as check was done on estimated_max_extents.

I didn't verify exact scenario in original issue, but looking at report, there is now a query to perform clean up:

image

(before, no query was done:

image

so potentially existing OP intents would not being deleted

)

And having a previous test leaving an OPI cleanup it as expected:

image

The other usage of estimate_scenario_execution_max_extents don't perform any cleanup (but does perform an 'area clear' check), so I didn't change anything there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some test scenarios do not clean up reliably

1 participant