-
Notifications
You must be signed in to change notification settings - Fork 26
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
Enabling ForkingClientServerIntegrationTestsSupport.java to support starting multiple servers #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! Please make the requested changes.
...ringframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java
Outdated
Show resolved
Hide resolved
...ringframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java
Outdated
Show resolved
Hide resolved
...ringframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java
Outdated
Show resolved
Hide resolved
...ringframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java
Outdated
Show resolved
Hide resolved
...ringframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java
Outdated
Show resolved
Hide resolved
b07aa9d
to
a3b9626
Compare
the starting of multiple server processes without overwriting the `gemfireServer` property with the last started server. gh spring-projects#11
a3b9626
to
3409cc5
Compare
Is there any thing left preventing this from being merged? Because it would be great to have this in a release so the WAN examples work correctly. |
95a67f6
to
5b78c3d
Compare
Thank you for the PR. It is already possible to fork multiple Java / JVM processes using the STDG framework; see this test in the Spring Data for Apache Geode (SDG) project. The (future) management of multiple, forked Java / JVM processes by the STDG framework will be handled slightly differently than the logic presented in this PR. In short, it will leverage the Spring |
Not accepting any more contributions to this project as it is nearly EOL. |
Enabling ForkingClientServerIntegrationTestsSupport.java to support the starting of multiple server processes without overwriting the
gemfireServer
property with the last started server.
gh #11