Skip to content
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

ISPN-5023 Random Failues on *FactoryBeanTest in the Spring Modules #3108

Merged

Conversation

danberindei
Copy link
Member

Force the test JMX domain even if the configuration was loaded from a file.

https://issues.jboss.org/browse/ISPN-5023

@gustavocoding
Copy link

Looking

protected EmbeddedCacheManager createCacheManager(InputStream is) throws IOException {
return TestCacheManagerFactory.fromStream(is);
protected EmbeddedCacheManager createCacheManager(ConfigurationBuilderHolder configurationBuilderHolder) {
return TestCacheManagerFactory.createClusteredCacheManager(configurationBuilderHolder);
}

}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestSpringEmbeddedCacheManagerFactoryBean is not used it seems

Remove the test cache manager factories and test the production ones
directly.
@danberindei
Copy link
Member Author

I removed both test factories.

@gustavocoding gustavocoding merged commit dd0da31 into infinispan:master Nov 27, 2014
@gustavocoding
Copy link

Merged. Thanks @danberindei

@danberindei danberindei deleted the t_ISPN-5023_duplicateDomain branch November 27, 2014 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants