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

Added missing db-related fields #659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ezilber-akamai
Copy link
Contributor

📝 Description

Support the following missing fields for API parity:

  • Database

    • updates
    • used_disk_size_gb
    • total_disk_size_gb
    • port
  • DatabaseType

    • deprecated
  • DatabaseTypeEngineMap

    • postgresql
  • MySQLDatabase

    • used_disk_size_gb
    • total_disk_size_gb
    • port
  • PostgresDatabase

    • used_disk_size_gb
    • total_disk_size_gb

✔️ How to Test

  • make testunit
  • make ARGS="-timeout 0 -run TestDatabase" fixtures

NOTE: This will run all DB-related integration tests and will take a long time to run.

@ezilber-akamai ezilber-akamai requested a review from a team as a code owner January 22, 2025 21:36
@ezilber-akamai ezilber-akamai requested review from zliang-akamai and ykim-akamai and removed request for a team January 22, 2025 21:36
@ezilber-akamai ezilber-akamai added the improvement for improvements in existing functionality in the changelog. label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement for improvements in existing functionality in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant