Skip to content

Commit

Permalink
RDS Integration tests - Bump MySQL/MariaDB versions to match AWS supp…
Browse files Browse the repository at this point in the history
…ort (#2089) (#2090)

[PR #2089/f7c110ac backport][stable-7] RDS Integration tests - Bump MySQL/MariaDB versions to match AWS support

This is a backport of PR #2089 as merged into main (f7c110a).
SUMMARY
Bump MySQL/MariaDB versions to match AWS support.  AWS dropped the versions we were using in our integration tests, bump them
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
rds_instance
rds_option_group
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
  • Loading branch information
patchback[bot] authored May 16, 2024
1 parent b223a71 commit 2aa3968
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ storage_type: io1
iops: 1000

# For mariadb tests
mariadb_engine_version: 10.6.10
mariadb_engine_version: 10.11.7
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ db_instance_class: db.t3.micro
allocated_storage: 20

# For mariadb tests
mariadb_engine_version: 10.6.10
mariadb_engine_version: 10.11.7
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ password: "{{ lookup('password', '/dev/null') }}"
db_instance_class: db.t3.micro
allocated_storage: 10
engine: mariadb
mariadb_engine_version: 10.6.10
mariadb_engine_version: 10.11.7

# Create snapshot
snapshot_id: "{{ instance_id }}-snapshot"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
option_group_name: "{{ resource_prefix }}rds-option-group"
engine_name: mysql
major_engine_version: 5.6
major_engine_version: 8.0
option_group_description: "{{ resource_prefix }}rds-option-group test"
instance_id: "{{ resource_prefix }}"
username: test
Expand Down

0 comments on commit 2aa3968

Please sign in to comment.