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

Tests TestKernel2Vxlan2Memif and TestMemif2Vxlan2Kernel deleting NSC and NSE too long #81

Closed
denis-tingaikin opened this issue Mar 1, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@denis-tingaikin
Copy link
Member

Steps to reproduce

  1. Run basic suite from the integration tests.

Actual: TestKernel2Vxlan2Memif and TestMemif2Vxlan2Kernel delete NSC and NSE too long

Description

On deleting NAMESPACE we are doing this:

https://github.com/networkservicemesh/cmd-nsc-vpp/blob/master/main.go#L208-L211

It looks like RPC Close in these tests work incorrectly.
We should investigate the problem and fix it.

@denis-tingaikin
Copy link
Member Author

Fixed by #97

@denis-tingaikin
Copy link
Member Author

@haiodo haiodo closed this as completed Mar 9, 2021
Issue/PR tracking automation moved this from In progress to Done Mar 9, 2021
@denis-tingaikin denis-tingaikin changed the title Tests TestKernel2Vxlan2Memif and TestMemif2Vxlan2Kernel delete NSC and NSE too long Tests TestKernel2Vxlan2Memif and TestMemif2Vxlan2Kernel deleting NSC and NSE too long Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants