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
As described in this PR, we currently just copy statically defined runtime config files into the integ test containers. This works but duplicates a lot of configuration and makes it harder to write integ tests that test different variations on a runtime config.
A better model would be to add some test helper functions that generate the runtime config files per-testcase.
The text was updated successfully, but these errors were encountered:
As described in this PR, we currently just copy statically defined runtime config files into the integ test containers. This works but duplicates a lot of configuration and makes it harder to write integ tests that test different variations on a runtime config.
A better model would be to add some test helper functions that generate the runtime config files per-testcase.
The text was updated successfully, but these errors were encountered: