aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

fix!: delete workers from non-autoscaling fleets #123

Closed moorec-aws closed 3 months ago

moorec-aws commented 3 months ago

What was the problem/requirement? (What/Why)

non-autoscaling fleets workers are not deleted automatically from fleets. This causes errors when tests are run more than the amount of workers a fleet is allowed to launch.

What was the solution? (How)

What is the impact of this change?

Allow the tests to run more than twice.

How was this change tested?

Tested using the Worker Agent tests.

Was this change documented?

No

Is this a breaking change?

Yes, changes the behaviour of how workers are stopped. We now pass a fleet object to the worker configuration instead of an id.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.