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

feat: allow local session logs to be turned off in worker tests #155

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

YutongLi291
Copy link
Contributor

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

For some of the worker agent tests, we want to verify that local session logs are able to be turned off for the worker agent.

We currently do not have that option in the test fixtures despite it already being an option for the worker agent. We should allow this in the test fixtures.

What was the solution? (How)

Add this as an option in the worker test fixture config

What is the impact of this change?

Further tests are able to spin up a worker that does not write local session logs.

How was this change tested?

hatch run fmt
hatch run lint

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.

Signed-off-by: Yutong Li <52769999+YutongLi291@users.noreply.github.com>
@YutongLi291 YutongLi291 requested a review from a team as a code owner October 15, 2024 02:21
Copy link

sonarcloud bot commented Oct 15, 2024

@YutongLi291 YutongLi291 merged commit 656db75 into aws-deadline:mainline Oct 15, 2024
15 checks passed
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