CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
34 stars 14 forks source link

Intermittent failures of unit tests on PHDI charts #1412

Open nickbristow opened 8 months ago

nickbristow commented 8 months ago

Need to investigate intermittent failures of phdi charts unit tests.

Look at restarting the downloads for different containers or increasing timeout limits.

Acceptance Criteria

Generated by Zenhub AI

marycrawford commented 8 months ago

Some research, investigation, testing and/or validation is needed for this ticket. One suggestion is to consider if setting the restartPolicy to OnFailure can assist with resolving this issue by automating the restart. Currently, engineers have to manually restart the test to see if any failing portion passes. If this is true, we may need to set the number or restarts to avoid an infinite loop. Note, the restartPolicy is currently set to Never. See https://github.com/CDCgov/phdi-charts/blob/main/charts/ingestion/templates/tests/test-connection.yaml#L17.