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

Fixes #342, cleanup netns after test suit #373

Closed
wants to merge 0 commits into from

Conversation

smarkm
Copy link
Contributor

@smarkm smarkm commented Aug 17, 2019

Fixes #342, cleanup netns after test suit

@squeed
Copy link
Member

squeed commented Aug 19, 2019

Makes sense. Can you squash your commits and force-push? Thanks.

@smarkm
Copy link
Contributor Author

smarkm commented Aug 19, 2019

Yes @squeed , but how can I squash? just close this then push a new clearly commit ?

@mars1024
Copy link
Member

Yes @squeed , but how can I squash? just close this then push a new clearly commit ?

I think git rebase & force-push will help you :)

@@ -234,6 +234,7 @@ var _ = Describe("base functionality", func() {

AfterEach(func() {
originalNS.Close()
Copy link
Member

Choose a reason for hiding this comment

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

Could you help to change this to Expect(originalNS.Close()).To(Succeed()) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I will do it, thank you @mars1024

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.

Do we need clean up the the netns after test suit
4 participants