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.
What was the problem/requirement? (What/Why)
deadline-cloud-test-fixtures
version0.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 successfullyWas 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.