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
make -C ./railgun test.integration issues helm repo add kong which succeeds on the first run, but then fails on a subsequent run with an error that the kong repo already exists.
This does not surface on CI (because every run is in a clean environment) but gave me a spurious test error on my machine that took a while to debug.
The text was updated successfully, but these errors were encountered:
make -C ./railgun test.integration
issueshelm repo add kong
which succeeds on the first run, but then fails on a subsequent run with an error that the kong repo already exists.This does not surface on CI (because every run is in a clean environment) but gave me a spurious test error on my machine that took a while to debug.
The text was updated successfully, but these errors were encountered: