-
Notifications
You must be signed in to change notification settings - Fork 38
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
Enable reuse of forked test JVMs in the Maven Surefire Plugin configuration #537
Labels
in: build
Build issues
status: on-hold
We cannot start working on this issue yet
status: pending-design-work
Needs design work before any code can be developed
Milestone
Comments
Unfortunately, and currently, there are test conflicts due to stale state in the test JVM, either in Apache Geode or the Spring
|
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 27, 2021
…pringProperties and Java System properties. Add default constant value declarations for cache close and the bean phase to the AbstractBasicCacheFactoryBean class. Resolves spring-projectsgh-537.
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 27, 2021
…ss close() operations during tests. Resolves spring-projectsgh-537.
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 27, 2021
…pringProperties and Java System properties. Add default constant value declarations for cache close and the bean phase to the AbstractBasicCacheFactoryBean class. Resolves spring-projectsgh-537.
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 27, 2021
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 27, 2021
…work caching. Resolves spring-projectsgh-537.
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 28, 2021
…work caching. Add configuration to toggle (enable/disable) the explicit close of the Spring ApplicationContext after test class execution. Resolves spring-projectsgh-537.
jxblum
added a commit
to jxblum/spring-data-geode
that referenced
this issue
Oct 28, 2021
…work caching. Add configuration to toggle (enable/disable) the explicit close of the Spring ApplicationContext after test class execution. Resolves spring-projectsgh-537.
jxblum
added
status: on-hold
We cannot start working on this issue yet
status: pending-design-work
Needs design work before any code can be developed
labels
Dec 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: build
Build issues
status: on-hold
We cannot start working on this issue yet
status: pending-design-work
Needs design work before any code can be developed
Enabling the reuse of test JVM forks in the Maven Surefire Build Plugin significantly improves the build time of SDG, from 17 minutes down to ~4 minutes.
The text was updated successfully, but these errors were encountered: