You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One problem with shell scripts - handling partial failures: if some resources were created and some note, re-runing a failed script is not possible because it will fail due to attempts to create already existing resources
Consider using declarative infra management tools to manage infra in tests.
The text was updated successfully, but these errors were encountered:
mpstefan
added
tests
Pull requests that update tests
backlog
Currently unprioritized work. May change with user feedback or as the product progresses.
labels
Apr 10, 2024
We use shell scripts https://github.com/nginxinc/nginx-gateway-fabric/tree/15bab00d0f31c96eed0fe29f34ed7373fa0b9646/tests/scripts to provision and deprovision cloud infra on GKE for tests.
One problem with shell scripts - handling partial failures: if some resources were created and some note, re-runing a failed script is not possible because it will fail due to attempts to create already existing resources
Consider using declarative infra management tools to manage infra in tests.
The text was updated successfully, but these errors were encountered: