vertx-junit5 icon indicating copy to clipboard operation
vertx-junit5 copied to clipboard

feat(test): add support to run test on a Virtual Thread

Open cristian-joseb opened this issue 1 year ago • 4 comments

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.

cristian-joseb avatar Jan 13 '25 16:01 cristian-joseb

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

vietj avatar Jan 13 '25 22:01 vietj

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

done

cristian-joseb avatar Jan 14 '25 16:01 cristian-joseb

Are there any more changes required?

mcollins-ttd avatar Nov 13 '25 20:11 mcollins-ttd

it should have been merged indeed

vietj avatar Nov 14 '25 07:11 vietj