aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

chore(deps): bump deadline-cloud-test-fixtures from ==0.15.* to ==0.16.* #459

Closed jusiskin closed 3 weeks ago

jusiskin commented 3 weeks ago

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

deadline-cloud-test-fixtures version 0.16.0 was just released with a bug fix (see aws-deadline/deadline-cloud-test-fixtures#160) that is impacting the end-to-end tests in the worker agent. The bug caused multiple worker agent processes to be launched on the same worker host and these processes were trying to manage the same worker resource and conflicting with eachother. This caused many false-positive test failures due to the test setup and not the worker agent itself.

What was the solution? (How)

Bump the pinned version of deadline-cloud-test-fixtures from == 0.15.*== 0.16.*

What is the impact of this change?

The worker agent end-to-end tests will no longer be impacted by the multiple worker agent processes bug that was present in deadline-cloud-test-fixtures==0.15.*.

How was this change tested?

During the development iterations on aws-deadline/deadline-cloud-test-fixtures#160, the bugfix was tested on the worker agent repository using the dev workflow in DEVELOPMENT.md of this repository. The tests passed successfully

Was this change documented?

No

Is this a breaking change?

No


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

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud