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

TestPublisher.createNoncompliant().mono() would become compliant #1244

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

simonbasle
Copy link
Contributor

@simonbasle simonbasle commented Jun 15, 2018

This commit prevents the TestPublisher with violations from hiding the
violations when using the mono() method, by calling Mono.fromDirect,
which doesn't provide any protection against malformed sources.

This commit prevents the TestPublisher with violations from hiding the
violations when using the `mono()` method, by calling Mono.fromDirect,
which doesn't provide any protection against malformed sources.
@simonbasle simonbasle requested a review from smaldini June 15, 2018 14:49
@simonbasle simonbasle added the area/reactor-test This belongs to the reactor-test module label Jun 15, 2018
@simonbasle simonbasle changed the title TestPublisher.mono() would drop TERMINATION violations TestPublisher.createNoncompliant().mono() would become compliant Jun 15, 2018
reactorbot
reactorbot previously approved these changes Jun 15, 2018
Copy link

@reactorbot reactorbot left a comment

Choose a reason for hiding this comment

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

Fast-track requested by @simonbasle with message: found it while working on metrics tests

@simonbasle simonbasle self-assigned this Jun 15, 2018
@simonbasle simonbasle added this to the 3.2.0.M3 milestone Jun 15, 2018
@reactorbot reactorbot dismissed their stale review June 15, 2018 14:52

Fast-track cancelled by @simonbasle

@simonbasle simonbasle merged commit a879741 into master Jun 15, 2018
@simonbasle simonbasle deleted the testPublisherMalformedMono branch June 15, 2018 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reactor-test This belongs to the reactor-test module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants