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

Sleep between file copies and serve for macOS serve tests #945

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

kennethloeffler
Copy link
Member

This PR adds a 100ms sleep between copying test files and starting the Rojo server in macOS serve tests. I added a comment explaining the addition - I'm not sure why it happens, there's very scant information about this issue on the internet, and this isn't quite a proper way to fix it. Ideally, we could somehow get FSEvents to flush its event stream before starting to process events, but that will probably require changes to notify.

@kennethloeffler kennethloeffler added the skip changelog PRs that may skip the changelog enforcement check label Jul 20, 2024
Copy link
Member

@Dekkonot Dekkonot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not in love with this tactics anymore than you but until we find a workaround at least it'll get CI working

@Dekkonot Dekkonot merged commit 5f7dd45 into rojo-rbx:master Jul 20, 2024
6 of 7 checks passed
@kennethloeffler kennethloeffler deleted the sleep-for-macos-fsevents branch July 20, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog PRs that may skip the changelog enforcement check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants