Skip to content
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

DIST-S1 PGE Integration Tests #597

Merged
merged 17 commits into from
Mar 5, 2025
Merged

DIST-S1 PGE Integration Tests #597

merged 17 commits into from
Mar 5, 2025

Conversation

RKuttruff
Copy link
Contributor

Description

  • Implemented initial integration testing for DIST-S1 PGE
  • Currently provided comparison function only compares entire product directory, not individual band tiffs
    • Will ask ADT to provide this in future releases
    • Wrote script for both band comparison (commented out) and whole-product comparison

Affected Issues

Testing

@RKuttruff RKuttruff self-assigned this Mar 4, 2025
@RKuttruff RKuttruff linked an issue Mar 4, 2025 that may be closed by this pull request
5 tasks
Copy link
Collaborator

@collinss-jpl collinss-jpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of minor issues to address, but looks solid otherwise

do
if [[ "$potential_product" == *"$tile_code"* ]]; then
echo "expected product is $potential_product"
expected_product=$potential_product
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be expected_file not expected_product. It's causing N/A to be propagated to the output HTML report:

Screenshot 2025-03-05 at 11 08 46 AM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the name to expected_product since we're comparing the whole product directory. The N/A comes from me missing to change a couple references to that, including in the update_html_results_file call. This has been fixed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the release version for the DIST-S1 Beta delivery is actually 2.1, not 6.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these version numbers...
Maybe we should centralize what is what and what goes where

[ -z "${PGE_TAG}" ] && PGE_TAG="${USER}-dev"
[ -z "${INPUT_DATA}" ] && INPUT_DATA="dist_s1_beta_0.0.6_expected_input.zip "
[ -z "${EXPECTED_DATA}" ] && EXPECTED_DATA="dist_s1_beta_0.0.6_expected_output.zip "
[ -z "${RUNCONFIG}" ] && RUNCONFIG="opera_pge_dist_s1_r6.0_beta_runconfig.yaml"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to be updated to use 2.1 as release version as well

@@ -446,6 +446,7 @@ def run_postprocessor(self, **kwargs):
print(f'Running postprocessor for {self._post_mixin_name}')

self._validate_outputs()
self._run_sas_qa_executable()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good catch

# TODO: Should the PGE flatten the output?

# TODO: Just realized the below loop doesn't really work with the current compare script (but should be kept since
# I think the compare script should check by band and not whole product)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its alright to let the SAS validation routine work on a directory (or granule) at time for us if that's what makes the most sense. In the meantime, can we remove the commented out block before this branch is merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cut out this section.

I did make a feature request for ADT to support comparisons by band (might make it easier for them/us to diagnose issues if something goes wrong) + more descriptive reasons for what is unequal.

opera-adt/dist-s1#51

@RKuttruff RKuttruff requested a review from collinss-jpl March 5, 2025 19:52
@RKuttruff RKuttruff merged commit 6e6fcce into main Mar 5, 2025
2 checks passed
@RKuttruff RKuttruff deleted the 595-dist-s1-int branch March 5, 2025 21:57
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.

DIST-S1 Integration Test Framework Addition
2 participants