-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove
TEST_CACHE_NAME
env var reference in tests (#1352)
Previoulsy we read the test cache name from the environment in CI. We no longer do this. However a developer may have TEST_CACHE_NAME set. In that case the integration tests will always use that for the cache name. Because of this, control tests fail since some invoke testCacheName() expecting a unique cache name as opposed to a consistent one. Speaking with other developers, they have been hit by this gotcha. One solution would be to change tests to specify if they expect a unique cache name vs some cache name. That will make the tests more difficult to maintain, so we will remove the env var instead.
- Loading branch information
Showing
3 changed files
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters