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: autoscaling tests #316

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

fix: autoscaling tests #316

wants to merge 8 commits into from

Conversation

karenc-bq
Copy link
Contributor

Summary

Description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment on lines +5 to +7
push:
branch:
- test/autoscaling
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove before merge

const totalInstances: number = await auroraTestUtility.getNumberOfInstances();
const instances: TestInstanceInfo[] = env.databaseInfo.instances;
const numInstances: number = instances.length;
it.only("set read only on old connection", async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will change this back to itIf before merge

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be itIfMinimumFiveInstances instead of itIf

@karenc-bq karenc-bq marked this pull request as ready for review November 16, 2024 00:42
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.

3 participants