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

Add *Conn.ListHeader to retrieve stats about ipsets #6

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from

Conversation

dsheets
Copy link

@dsheets dsheets commented Oct 13, 2020

Also expanded SetPolicy to include returned CreateData and expanded CreateData to include kernel-originated fields.

Also expanded SetPolicy to include returned CreateData and expanded CreateData
to include kernel-originated fields.
conn_test.go Outdated
@@ -298,6 +298,45 @@ func TestConn_List(t *testing.T) {
m.AssertExpectations(t)
}

func TestConn_ListHeader(t *testing.T) {
assert2 := assert.New(t)
Copy link
Member

Choose a reason for hiding this comment

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

please use assert := assert.New(t)

Copy link
Author

Choose a reason for hiding this comment

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

Would you like all instances in the file changed? Every other use is assert2 := assert.New(t).

@dsheets dsheets requested a review from corny October 13, 2020 11:29
dsheets added a commit to dsheets/AdGuardHome that referenced this pull request Oct 13, 2020
@dsheets
Copy link
Author

dsheets commented Oct 21, 2020

What's the likelihood of getting this merged and released soonish?

@dsheets
Copy link
Author

dsheets commented Nov 5, 2020

Any chance for a re-review sometime soon?

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.

2 participants