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

Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures [DATAGEODE-40] #65

Closed
spring-projects-issues opened this issue Sep 12, 2017 · 1 comment
Assignees
Labels
in: configuration Issues with configuration type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link

John Blum opened DATAGEODE-40 and commented

The o.s.d.g.client.PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests class tests recently failed in both the Spring's Bamboo CI server, SDG nightly and release builds.

The underlying cause of the failures is not apparent from...

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.data.gemfire.client.PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests': Unsatisfied dependency expressed through field 'locatorPool';

nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.client.Pool' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=locatorPool)}

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.geode.cache.client.Pool' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=locatorPool)}

Affects: 2.0 RC3 (Kay)

@spring-projects-issues
Copy link
Author

John Blum commented

In addition, this test class will be renamed to... o.s.d.g.client.SpELExpressionConfiguredPoolsIntegrationTests and refactored to used Java 8 Lambdas and the SDG o.s.d.g.test.mock.MockGemFireObjectsSupport class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: configuration Issues with configuration type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants