TestNG and maybe use of Java's Virtual Threads #3142
dmirica-gpsw
started this conversation in
Ideas
Replies: 1 comment
-
@dmirica-gpsw - Yes you are right. TestNG doesn't use virtual threads yet, because its minimal JDK requirement is still The codebase may also require some refactoring around this to allow users to toggle between real and virtual threads preferably via a configuration. Please feel free to add more context, if you have done a bit more involved research around this topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I'm not mistaken TestNG doesn't use virtual threads when running tests in parallel. Using virtual threads would bring improvements? I'm thinking that at least some tests (eg selenium) are waiting on network which I think is one of the examples for virtual threads use.
Probably this will have implications regarding what java will be required and I assume that the implementation effort would be consistent.
I'm curios about other opinions and related info.
Beta Was this translation helpful? Give feedback.
All reactions