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

Fix issue when multiple test processes output data to neotest. #488

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tlxpro
Copy link

@tlxpro tlxpro commented Mar 1, 2025

I was experimenting with https://github.com/HiPhish/neotest-busted and I had issues with data being corrupted when read after multiple commands to busted completed concurrently. Seems like the issue is with multiple calls to uv_fs_write. According to libuv/libuv#3820 (comment), the responsabilty to control concurrent access to same file must lie with the user.

NVIM v0.11.0-nightly+1fb606b
Build type: Release
LuaJIT 2.1.1713773202
OSX

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.

1 participant