[ https://issues.apache.org/jira/browse/FLINK-12800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861947#comment-16861947 ]
leesf edited comment on FLINK-12800 at 6/12/19 9:40 AM: -------------------------------------------------------- [~StephanEwen] yes. Will open a PR soon. was (Author: xleesf): [~StephanEwen] yes. > Harden Tests when availableProcessors is 1 > ------------------------------------------ > > Key: FLINK-12800 > URL: https://issues.apache.org/jira/browse/FLINK-12800 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.8.0 > Reporter: leesf > Assignee: leesf > Priority: Major > Fix For: 1.9.0 > > > Some tests failed when Runtime.getRuntime().availableProcessors() is 1. The > source vertex and other vertex may chained, thus make test failed. such as > AsyncWaitOperatorTest#testOperatorChainWithProcessingTime > StreamingJobGraphGeneratorTest#testChainStartEndSetting > StreamOperatorChainingTest#testMultiChainingWithObjectReuse > StreamOperatorChainingTest#testMultiChainingWithoutObjectReuse > > So we would specify parallelism of vertex directly to let its not chained > with source . -- This message was sent by Atlassian JIRA (v7.6.3#76005)