Skip to content
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

client fingerprinter doesn't overwrite manual configuration #5553

Merged
merged 6 commits into from
Apr 26, 2019

Conversation

langmartin
Copy link
Contributor

Revert "Revert accidental merge of pr #5482"
This reverts commit c45652a.

This revert revert reinstates the changes from the pull request, now based on the master branch

@notnoop notnoop self-requested a review April 18, 2019 15:45
@notnoop notnoop self-assigned this Apr 18, 2019
@langmartin langmartin force-pushed the b-fingerprinter-manual-config branch from c1798e8 to f5c6219 Compare April 19, 2019 19:50
Copy link
Contributor

@notnoop notnoop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome - lgtm, thanks!

}
if !ns.Equals(&Networks{
&NetworkResource{Device: "eth0"},
}) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would encourage use of testify as it has nicer output than plain t.Fatal() that makes it easier to find failing conditions in a stream of logs and test output.

This would be something like:

require.True(t, ns.Equals(&Networks{&NetworkResource{Device: "eth0"}}))

@langmartin langmartin merged commit 33f550f into master Apr 26, 2019
@langmartin langmartin deleted the b-fingerprinter-manual-config branch April 26, 2019 16:55
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants