pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss#16272
pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss#16272ahrtr merged 1 commit intoetcd-io:mainfrom callthingsoff:fix_unique_urls
Conversation
|
Looking forward to reply. Thanks. |
ahrtr
left a comment
There was a problem hiding this comment.
LGTM
thx @gocurr
Please backport this PR to both 3.5 and 3.4 if needed.
fuweid
left a comment
There was a problem hiding this comment.
LGTM
Thank you for explanation and patient.
For now? Or after this is merged(if accepted)? |
|
This PR needs to be backported to both 3.5 and 3.4. Please raise an issue to track the effort. Otherwise it's hard to track the task after merging this PR. |
|
@gocurr Please signoff the commit |
|
Sorry, I don't see anything wrong with the commit message. |
|
Please check:
|
|
Maybe it's the #16308, this pull uses wrong branch, and I closed it. |
|
Sorry, should it be abandoned? Sorry again. |
|
Sorry, I'm not very familiar with github's workflow yet. |
|
Please rebase this PR |
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss should not have duplicates. The current implemention of UniqueURLs'Set has a bug to make it unique. Fixes: #16307. Signed-off-by: Jes Cok <xigua67damn@gmail.com>
|
How I wish it can be cherry-picked. |

From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss should not have duplicates. The current implemention of UniqueURLs'Set has a bug to make it unique. This PR fixes it.
Please take a look.