Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Skip testNoChangeAfterUpdate if update resource is empty
This issue was never hit before because testNoChangeAfterUpdate is currently only enabled for SQLInstances resources. We recently added a SQLInstance test case that does not set an update.yaml resource (sqlinstance-clone-minimal), and it revealed the problem causing a nil pointer dereference when getting update object.
- Loading branch information