-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
push: | ||
branch: | ||
- test/autoscaling |
There was a problem hiding this comment.
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 () => { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
d8a23dc
to
b277a7e
Compare
3906492
to
a7b367d
Compare
Co-authored-by: crystall-bitquill <97126568+crystall-bitquill@users.noreply.github.com>
ec4f7ee
to
2f2a80f
Compare
2f2a80f
to
c0208a0
Compare
Summary
Description
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.