Open nickbristow opened 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.
Need to investigate intermittent failures of phdi charts unit tests.
Look at restarting the downloads for different containers or increasing timeout limits.
Acceptance Criteria