You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_advanced_python_wrapper/resources/aws_advanced_python_wrapper_messages.properties
+2
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,8 @@ Testing.InstanceNotFound=[Testing] Instance {} not found.
266
266
Testing.OpenConnectionFailed=[Testing] Open connection failed with exception: {}.
267
267
Testing.ProxyNotFound=[Testing] Proxy for {} is not found.
268
268
Testing.RequiredTestDriver=[Testing] testDriver is required.
269
+
Testing._get_multi_az_instance_ids=[Testing] Get topology: {}.
270
+
Testing._get_multi_az_instance_ids_connecting=[Testing] Connecting to {}.
269
271
270
272
UnknownDialect.AbortConnection=[UnknownDialect] abort_connection was called, but the database dialect is unknown. A valid database dialect must be detected in order to abort a connection.
|`DB_USER`| Yes | The username to access the database. |`admin`|
120
+
|`DB_USER`| Yes | The username to access the database. |`admin`|
121
121
|`DB_PASSWORD`| Yes | The database cluster password. |`password`|
122
122
|`DB_DATABASE_NAME`| No | Name of the database that will be used by the tests. The default database name is test. |`test_db_name`|
123
-
|`AURORA_CLUSTER_NAME`| Yes | The database identifier for your Aurora cluster. Must be a unique value to avoid conflicting with existing clusters.|`db-identifier`|
124
-
|`RDS_CLUSTER_DOMAIN`| No | The existing database connection suffix. Use this variable to run against an existing database. |`XYZ.us-east-2.rds.amazonaws.com`|
123
+
|`RDS_CLUSTER_NAME`| Yes | The database identifier for your Aurora or RDS cluster. Must be a unique value to avoid conflicting with existing clusters. |`db-identifier`|
124
+
|`RDS_CLUSTER_DOMAIN`| No | The existing database connection suffix. Use this variable to run against an existing database. |`XYZ.us-east-2.rds.amazonaws.com`|
125
125
|`IAM_USER`| No | User within the database that is identified with AWSAuthenticationPlugin. This is used for AWS IAM Authentication and is optional |`example_user_name`|
126
126
|`AWS_ACCESS_KEY_ID`| Yes | An AWS access key associated with an IAM user or role with RDS permissions. |`ASIAIOSFODNN7EXAMPLE`|
127
127
|`AWS_SECRET_ACCESS_KEY`| Yes | The secret key associated with the provided AWS_ACCESS_KEY_ID. |`wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`|
128
128
|`AWS_SESSION_TOKEN`| No | AWS Session Token for CLI, SDK, & API access. This value is for MFA credentials only. See: [temporary AWS credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html). |`AQoDYXdzEJr...<remainder of session token>`||
129
-
|`REUSE_AURORA_CLUSTER`| Yes | Set to true if you would like to use an existing cluster for your tests. |`false`|
130
-
|`AURORA_DB_REGION`| Yes | The database region. |`us-east-2`|
129
+
|`REUSE_RDS_CLUSTER`| Yes | Set to true if you would like to use an existing cluster for your tests. |`false`|
130
+
|`RDS_DB_REGION`| Yes | The database region. |`us-east-2`|
131
131
|`DEBUG_ENV`| No | The IDE you will be using to debug the tests, values are either `PYCHARM` or `VSCODE`|`PYCHARM`|
0 commit comments