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 time out when applying updates to Triton machine metadata. #6149

Merged
merged 2 commits into from
Apr 20, 2016
Merged

Fixes time out when applying updates to Triton machine metadata. #6149

merged 2 commits into from
Apr 20, 2016

Commits on Apr 13, 2016

  1. Add Triton Metadata modification AccTest.

    The test starts the basic machine and then adds the metadata field
    user_data.
    Test fails if the user_data field does not match what we expect
    OR it times out.
    
    Related to #6148
    sodre committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    c18dcc6 View commit details
    Browse the repository at this point in the history
  2. Fix the non-convergence of Triton metadata changes

    The code waiting for the entire Machine Metadata to "deep equal" the Terraform
    metadata modifications. These two sets will only be the same if the user
    changes all metadata fields of the resource before calling `apply`.
    
    Closes #6148
    sodre committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    b50c213 View commit details
    Browse the repository at this point in the history