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

make gc quit buffered, also rm last trace of fx #289

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

rompetroll
Copy link
Contributor

@rompetroll rompetroll commented Jan 8, 2024

The unit test for garbage collection was vulnerable to timing issues, because the quit channel was unbuffered. Now the channel is buffered which allows us do quit signal and cancel checking sequentially and therefore more stable.

Also, this PR removes the now unused testutil for wrapping fx logger

@gra-moore gra-moore merged commit f83e4e6 into master Jan 9, 2024
3 checks passed
@rompetroll rompetroll deleted the fix/last-fx branch January 9, 2024 08:18
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.

None yet

2 participants