[
https://issues.apache.org/jira/browse/FLINK-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944370#comment-16944370
]
ramkrishna.s.vasudevan commented on FLINK-14295:
------------------------------------------------
[~chesnay] -thanks for the comment.
I am running with jdk 11 (open jdk) but am not seeing the test failure. Enabled
-X while running the test but seems this failure does not happen.
{code}
[DEBUG] Forking command line: /bin/sh -c cd /home/flink/flink-runtime &&
/home/jdk-11.0.4+11/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=1 -XX:+UseG1GC
-jar
/home/flink/flink-runtime/target/surefire/surefirebooter4621356499252557184.jar
/home/flink/flink-runtime/target/surefire 2019-10-04T17-53-15_850-jvmRun1
surefire18278570483194581237tmp surefire_0623991537379306572tmp
[INFO] Running org.apache.flink.runtime.taskexecutor.TaskExecutorSubmissionTest
{code}
You can see that the jdk here is 11.
> Nightly flink-runtime failed with java 11
> -----------------------------------------
>
> Key: FLINK-14295
> URL: https://issues.apache.org/jira/browse/FLINK-14295
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Yu Li
> Priority: Critical
> Labels: test-stability
>
> The core-jdk11 part of nightly test failed with below error:
> {noformat}
> 22:09:38.176 [ERROR] Failures:
> 22:09:38.180 [ERROR]
> TaskExecutorSubmissionTest.testRequestStackTraceSample:637
> expected:<[updateTaskExecutionState]> but
> was:<[lambda$updateTaskExecutionState$0]>
> 22:09:38.185 [ERROR] Errors:
> 22:09:38.185 [ERROR]
> RecordWriterTest.testClearBuffersAfterInterruptDuringBlockingBufferRequest:165
> » NoSuchElement
> 22:09:38.185 [INFO]
> 22:09:38.186 [ERROR] Tests run: 3936, Failures: 1, Errors: 1, Skipped: 40
> {noformat}
> Link of the build: https://api.travis-ci.org/v3/job/591086968/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)