You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2019/10/12 10:45:14 UTC

Broken: apache/flink#40644 (master - cee9bf0)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[master](https://github.com/apache/flink/tree/master)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #40644 broken](https://travis-ci.org/apache/flink/builds/596933243)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)2 hrs, 29
mins, 16 secs  
  
---  
  
![Zhijiang
avatar](https://secure.gravatar.com/avatar/92a244cca512354365c41d947baeb69e.jpg)Zhijiang

[cee9bf0 CHANGESET
->](https://github.com/apache/flink/compare/00ee80313c90...cee9bf0ab6c1)  
  
[FLINK-14004][runtime] Define SourceReaderOperator to verify the integration
with StreamOneInputProcessor  
  
We already refactored the task input and output in runtime stack for
considering the requirements of FLIP-27. In order to  
further verify that the new source could work well with the unified
StreamOneInputProcessor in mailbox model, we define the  
SourceReaderOperator as task input and implement a unit test for passing
through the whole process.