-
Notifications
You must be signed in to change notification settings - Fork 597
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
4493 Reactive Streams Unit Tests #6617
Conversation
Signed-off-by: Gordon Hutchison <[email protected]>
Signed-off-by: Gordon Hutchison <[email protected]>
Signed-off-by: Gordon Hutchison <[email protected]>
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
#build |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_5d5gITUsEemUn-nbjMTX6w Target locations of links might be accessible only to IBM employees. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
#build |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_iHFIQDW8EemUn-nbjMTX6w Target locations of links might be accessible only to IBM employees. |
First build was abandoned |
Your Open Liberty build results are at http://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/personal/_iHFIQDW8EemUn-nbjMTX6w. There might be a brief delay before results are available. |
The build hutchig-6617-20190221-1048 |
public void testReactiveStreamsDotOrgProcessor() throws InterruptedException { | ||
|
||
PublisherBuilder<Integer> data = ReactiveStreams.of(1, 2, 3, 4, 5); | ||
UnicastProcessor<Integer> rxProc = UnicastProcessor.create(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to create a Processor out of an RxJava operator.
Unit tests for the Reactive Stream Operators RxJava implementation.