forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REVISIT/TODO: fix-test: semantic equality for pkg/deploy roundtrip tests
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
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
766b1de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kargakis: this is related to kubernetes/kubernetes#43203 / kubernetes/kubernetes#43422 in the 1.6 rebase (compare openshift#13419). Can you check which fields need a distinction between nil and empty slice/map? We have to register equality funcs for them in kapi.Semantic.
766b1de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For DeploymentConfigs, dc.spec.triggers was using that distinction but I think it's already handled, see openshift#13419 (comment)