-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/openstack: Acceptance Test Failures #1830
Comments
@jtopjian thanks for looking into this! Generally these point to problems in Let me know if this points you in the right direction. |
Indeed it did! Thank you. I was able to get this test working... onward! I'll leave this open for now in case I have any more issues / questions. |
Spoke too soon about that test. While I was able to clear all errors with the The problem is with the So here's the situation I'm in:
I searched for past issues and ran into this, which looks to be very similar: However, it looks like that pull request just deferred the issue of allowing external updates. Any idea how to get around this issue? |
@phinze (or anyone else) Friendly poke about the metadata issue I'm seeing ... any ideas? |
Hey @jtopjian - thanks for the ping. I think we need As for the unresolvable Are you still seeing that behavior on latest master? |
@phinze Thanks for the quick reply! Looks like your possibly-related bug was indeed related as everything is working off of the latest master. 😄 I made a few other minor changes and I'm now able to get the volume attach test to pass. I'm running the entire suite of tests through a devstack environment and, if everything passes, will submit a PR. Thank you for your help! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hello,
I noticed that the Acceptance Tests for the OpenStack provider started failing, so I wanted to fix them up.
Some have been easy enough -- just missing parameters that are now being caught or parameters that need to be Computed, but I'm having trouble with some others...
For example, the
TestAccComputeV2Instance_volumeAttach
runs the following:and results in:
The security group part is easy enough -- I just need to add the default security group to the resource.
The device and ID are indeed computed, however, the
volume_id
is specified.It's looking like
TypeSet
s that have a mixture of Computed and specified parameters are being flagged for tests?If I run the same scenarios outside of the testing framework, everything works and the final
terraform show
output is correct.Is there something I can do to get these types of test to work correctly?
The text was updated successfully, but these errors were encountered: