-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: [sc-103753] Host analysers are not deduplicating during multiple spec merges #1485 #1542
Conversation
quick question - how does this interact if there's a url in one of the specs? Just want to confirm that the dedup happens after the url content replaced that particular spec. |
2529eca
to
fedd3e5
Compare
the dedupe happens after loading URI spec here troubleshoot/cmd/troubleshoot/cli/run.go Line 297 in f7ac39f
|
f349f4c
to
a5c78dd
Compare
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.
Ship it
Description, Motivation and Context
Fixes: #1485
Given spec
sb.yaml
and command
Before
After
Checklist
Does this PR introduce a breaking change?
Duplicated specs with
Analyzer
,HostCollector
andHostAnalayzer
will now be merged by their stringified content