Skip to content

INT-4381: MessageSources refactoring #2517

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

Merged
merged 2 commits into from
Jul 25, 2018

Conversation

artembilan
Copy link
Member

JIRA: https://jira.spring.io/browse/INT-4381

  • Make all the out-of-the-box MessageSource implementations based
    on the AbstractMessageSource
  • Fix JdbcPollingChannelAdapterIntegrationTests for sporadic failure
    because of fixed-rate for the poller

JIRA: https://jira.spring.io/browse/INT-4381

* Make all the out-of-the-box `MessageSource` implementations based
on the `AbstractMessageSource`
* Fix `JdbcPollingChannelAdapterIntegrationTests` for sporadic failure
because of `fixed-rate` for the poller
@garyrussell
Copy link
Contributor

org.springframework.integration.config.xml.HeaderEnricherTests > errorChannel FAILED
java.lang.AssertionError at HeaderEnricherTests.java:101

The `errorChannel()` expect an error in the `testErrorChannel` after
`1000` ms, but at the same time the `poller` in configured for the
`3000` ms.

* Increase all the timeouts for replies
* Decrease a `fixed-delay` on the `poller`
* Some other code style polishing for the `HeaderEnricherTests`
@garyrussell garyrussell merged commit 0d0605b into spring-projects:master Jul 25, 2018
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