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: Fixed race condition with debug tasks #167

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

bmingles
Copy link
Collaborator

@bmingles bmingles commented Nov 4, 2024

Running the debugger was intermittently failing due to a race condition with the npm clean script deleting the out directory. This fix should ensure clean is completed before the 2 watch tasks start.

Copy link

github-actions bot commented Nov 4, 2024

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000004:54:53
A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅1828
should return custom settings: Empty configspassed ✅113
should return custom settings: Populated configspassed ✅184
should be able to load VSCodepassed ✅478
should only be visible when a supported file type is active: test.groovypassed ✅3213
should only be visible when a supported file type is active: test.pypassed ✅1112
A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨

@bmingles bmingles merged commit 2411f02 into main Nov 4, 2024
3 checks passed
@bmingles bmingles deleted the fix-debug-build branch November 4, 2024 17:21
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