Skip to content

fix!: compare objects semantically equal using deep.Equal#113

Merged
ruromero merged 1 commit intoRHsyseng:mainfrom
ruromero:dep-compare
Jul 19, 2023
Merged

fix!: compare objects semantically equal using deep.Equal#113
ruromero merged 1 commit intoRHsyseng:mainfrom
ruromero:dep-compare

Conversation

@ruromero
Copy link
Copy Markdown
Member

Fix #109

Introduce the use of the go-test/deep library which allows semantic equality and more granularity for tracing the differences of two objects.

Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
@ruromero ruromero merged commit 3630e01 into RHsyseng:main Jul 19, 2023
@ruromero ruromero deleted the dep-compare branch July 19, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When comparing corev1.Deployment, resource limits & requests are semantically equal, but reported as not equal

2 participants