Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to #2047 Pulling out the tests from #2065 so that the changes in behaviour in the other PR are more visible and easy to review. This adds tests for refreshes on collections for: - list/set/map - RPC/non-PRC - null/empty/non-empty collections - nil/non-nil cloud values for the nil collections - top-level collections/nested collections - Properties with a value override in Create/ ones without - this is a behaviour observed in AWS and GCP labels and some other providers, mainly seen around maps. The goal of the tests is to: - Ensure we do not regress on behaviour in PRC vs non-PRC - Ensure we do not regress on behaviour in PRC as we change the implementation in #2073 / #2065 I've flattened the matrix in order to allow us to annotate/skip individual test cases.
- Loading branch information