Skip to content

fix(itests): Speed up JVM teardown by using TCP communication instead of stdio - #2815

Merged
jbonofre merged 1 commit into
apache:mainfrom
holgerfriedrich:pr-timeouts
Aug 23, 2026
Merged

fix(itests): Speed up JVM teardown by using TCP communication instead of stdio#2815
jbonofre merged 1 commit into
apache:mainfrom
holgerfriedrich:pr-timeouts

Conversation

@holgerfriedrich

Copy link
Copy Markdown
Contributor

This tries to mitigate the 30sec timeouts we see in our tests by switching to TCP communcation towards the forked JVMs.
Let's see how much faster it is.

Ref:
https://maven.apache.org/surefire/maven-surefire-plugin/examples/process-communication.html

… of stdio

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
@holgerfriedrich

Copy link
Copy Markdown
Contributor Author

This seems to be a good improvement 🎉

(though only looking at a single sample)
image
vs
image

@jbonofre
jbonofre merged commit b830879 into apache:main Aug 23, 2026
6 checks passed
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