You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2020/04/08 13:38:00 UTC

[jira] [Created] (FLINK-17053) RecordWriterTest.testClearBuffersAfterInterruptDuringBlockingBufferRequest fails

Robert Metzger created FLINK-17053:
--------------------------------------

             Summary: RecordWriterTest.testClearBuffersAfterInterruptDuringBlockingBufferRequest fails
                 Key: FLINK-17053
                 URL: https://issues.apache.org/jira/browse/FLINK-17053
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Network
    Affects Versions: 1.11.0
            Reporter: Robert Metzger


{code}
[ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.378 s <<< FAILURE! - in org.apache.flink.runtime.io.network.api.writer.BroadcastRecordWriterTest
[ERROR] testClearBuffersAfterInterruptDuringBlockingBufferRequest(org.apache.flink.runtime.io.network.api.writer.BroadcastRecordWriterTest)  Time elapsed: 1.197 s  <<< FAILURE!
Wanted but not invoked:
bufferProvider.requestBufferBuilderBlocking();
-> at org.apache.flink.runtime.io.network.api.writer.RecordWriterTest.testClearBuffersAfterInterruptDuringBlockingBufferRequest(RecordWriterTest.java:211)
However, there were exactly 2 interactions with this mock:
bufferProvider.requestBufferBuilder();
-> at org.apache.flink.runtime.io.network.api.writer.RecordWriterTest$RecyclingPartitionWriter.tryGetBufferBuilder(RecordWriterTest.java:726)
bufferProvider.requestBufferBuilder();
-> at org.apache.flink.runtime.io.network.api.writer.RecordWriterTest$RecyclingPartitionWriter.tryGetBufferBuilder(RecordWriterTest.java:726)
	at org.apache.flink.runtime.io.network.api.writer.RecordWriterTest.testClearBuffersAfterInterruptDuringBlockingBufferRequest(RecordWriterTest.java:211)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)