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

Test full track ingest functionality in UAT #239

Open
nikki-t opened this issue Sep 24, 2024 · 0 comments
Open

Test full track ingest functionality in UAT #239

nikki-t opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nikki-t
Copy link
Collaborator

nikki-t commented Sep 24, 2024

UAT test (1.5.0) Test operations to mirror expected operations in OPS

  1. Wipe out Hydrocron tables in services UAT environment.
  2. Follow release process for UAT environment: ReleaseProcess
  3. Enable track ingest EventBridge schedules.
    a. Modify schedule cron expressions:
    • reach: 0 23 * * ? *
    • node: 5 23 * * ? *
    • prior lake: 10 23 * * ? *
  4. Enable the sending of CNM messages from SWOT OPS to the services UAT account.
  5. Monitor track ingest operations via CloudWatch Logs.
  6. Track Ingest Lamba executes hourly to:
    • Locate granules that are in CMR but not in Hydrocron.
    • Locate granules that have been marked as "to_ingest" in the track ingest tables and counts the features to determine if they have been fully ingested.
    • Send CNM messages to the CNM Lambda for any granules that have not been or have been partially ingested.
    • Update the track ingest tables with new granule statuses.
    • CloudWatch logs: /aws/lambda/svc-hydrocron-sit-track-ingest-lambda
  7. CNM Lambda function executes upon receipt of a new CNM message:
    • Executes the Load Data Granule with the required input data: granule_path, table_name, track_table, checksum, revisionDate, load_benchmarking_data
    • CloudWatch logs: /aws/lambda/svc-hydrocron-uat-cnm-lambda
  8. The Granule Lambda function executes (triggered from Track Ingest or CNM Lambda) to:
    • Add granule to track ingest table with expected feature count and a status of "to_ingest".
    • Read in granule shapefile data and add it to the appropriate Hydrocron SWOT table.
    • CloudWatch logs: /aws/lambda/svc-hydrocron-uat-load_granule-lambda
@nikki-t nikki-t added the enhancement New feature or request label Sep 24, 2024
@nikki-t nikki-t self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant