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

fix(server): cannot update placement group #902

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

jooola
Copy link
Member

@jooola jooola commented Mar 28, 2024

The placement_group field name must be placement_group_id, the placement group could not be updated while using the wrong field name.

When no placement group is set, we find an id of 0, which seem to be expected by Terraform.

@jooola jooola requested a review from a team as a code owner March 28, 2024 11:25
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.80%. Comparing base (f57f303) to head (1fad321).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #902       +/-   ##
===========================================
+ Coverage   33.70%   69.80%   +36.09%     
===========================================
  Files          56       63        +7     
  Lines        7734     7938      +204     
===========================================
+ Hits         2607     5541     +2934     
+ Misses       5110     1704     -3406     
- Partials       17      693      +676     
Flag Coverage Δ
e2e 69.80% <100.00%> (?)
unit 34.22% <0.00%> (+0.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apricote apricote force-pushed the fix-server-placement-group branch from fa04176 to 1fad321 Compare April 5, 2024 08:24
@jooola jooola merged commit fa5f98c into main Apr 5, 2024
6 checks passed
@jooola jooola deleted the fix-server-placement-group branch April 5, 2024 09:42
apricote pushed a commit that referenced this pull request Apr 8, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.46.1](v1.46.0...v1.46.1)
(2024-04-05)


### Bug Fixes

* **server:** cannot update placement group
([#902](#902))
([fa5f98c](fa5f98c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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