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(test): add support to run test on a Virtual Thread #144

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

Conversation

cristian-joseb
Copy link

@cristian-joseb cristian-joseb commented Jan 13, 2025

Motivation:

Allowing to run unit test using Virtual Thread and a Sync programing model.

When running unit test in Virtual Thread get an error, because the extension is working on a Event loop context, this change will allow to pass a ThreadingModel to run the unit test, while keeping the Event Loop threading model as default.

@vietj vietj added this to the 5.0.0 milestone Jan 13, 2025
@vietj
Copy link
Member

vietj commented Jan 13, 2025

can you sign the Eclipse Contributor Agreement @cristian-joseb ?

@cristian-joseb
Copy link
Author

can you sign the Eclipse Contributor Agreement @cristian-joseb ?

done

Copy link
Member

@vietj vietj left a comment

Choose a reason for hiding this comment

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

a few changes are necessary

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.

2 participants