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

Manually update to the latest sdk and fix tests #132

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

Bolodya1997
Copy link

Issues

  1. Sometimes fake cgroup files are not ready when test start.
  2. FIFO socket in fileapi is created without O_NONBLOCK flag and so Close fails and Read hangs.

Solution

  1. Wait for the fake cgroup files to become ready before starting test.
  2. Use O_NONBLOCK flag.

Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
@denis-tingaikin denis-tingaikin merged commit 310f6ac into networkservicemesh:master Mar 26, 2021
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