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

Openstack: Prevent data race in servergroup member list #10553

Merged
merged 2 commits into from
Jan 10, 2021

Commits on Jan 10, 2021

  1. Openstack: Prevent data race in servergroup member list

    We were adding to the ServerGroup without a mutex, so we introduce a mutex.
    
    Also introduce some defense against the member list changing once
    we've observed it, though this is already enforced by GetDependencies.
    justinsb committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1c11f1a View commit details
    Browse the repository at this point in the history
  2. Update OpenStack expected test output for removal of Members

    It is now an internal field.
    justinsb committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2f5ba0f View commit details
    Browse the repository at this point in the history