[
https://issues.apache.org/jira/browse/FLINK-13188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16881819#comment-16881819
]
Lun Zhang commented on FLINK-13188:
-----------------------------------
this cause by a Notnull annotation in
[MockKeyedStateBackend.java|https://github.com/apache/flink/blob/master/flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/mock/MockKeyedStateBackend.java]
,while in MockStateBackend, this param(#Nonnull CheckpointStreamFactory
streamFactory) always return null.
This not failed in CI, but when developer run with intellij with supporting run
time assertions opening it will failed.
> Flink runtime MockTtlStateTest failed 94
> ----------------------------------------
>
> Key: FLINK-13188
> URL: https://issues.apache.org/jira/browse/FLINK-13188
> Project: Flink
> Issue Type: Test
> Components: Runtime / State Backends
> Affects Versions: 1.7.2, 1.8.0, 1.8.1, 1.9.0
> Environment: system: ubuntu16.04
> ide: intellij 2018.1.8
> Reporter: Lun Zhang
> Priority: Minor
> Attachments:
> addRuntimeAssertionsForNotNullAnnototatedMethodsAndParameters.png, error.png
>
>
> 94 tests failed when running the tests of *flink-runtime/state/ttl* with
> intellij run time assertions opening.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)