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

[jira] [Updated] (FLINK-17662) testDetachedModeSecureWithPreInstallKeytab: "The JobManager and the TaskManager should both run with Kerberos."

     [ https://issues.apache.org/jira/browse/FLINK-17662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger updated FLINK-17662:
-----------------------------------
    Description: 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=1133&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=6b04ca5f-0b52-511d-19c9-52bf0d9fbdfa

{code}
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 78.918 s <<< FAILURE! - in org.apache.flink.yarn.YARNSessionFIFOSecuredITCase
[ERROR] testDetachedModeSecureWithPreInstallKeytab(org.apache.flink.yarn.YARNSessionFIFOSecuredITCase)  Time elapsed: 23.927 s  <<< FAILURE!
java.lang.AssertionError: 
The JobManager and the TaskManager should both run with Kerberos.
Expected: is <true>
     but: was <false>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.verifyResultContainsKerberosKeytab(YARNSessionFIFOSecuredITCase.java:161)
	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.lambda$testDetachedModeSecureWithPreInstallKeytab$0(YARNSessionFIFOSecuredITCase.java:133)
	at org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:242)
	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.testDetachedModeSecureWithPreInstallKeytab(YARNSessionFIFOSecuredITCase.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)
{code}

> testDetachedModeSecureWithPreInstallKeytab: "The JobManager and the TaskManager should both run with Kerberos."
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-17662
>                 URL: https://issues.apache.org/jira/browse/FLINK-17662
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN, Tests
>    Affects Versions: 1.11.0
>            Reporter: Robert Metzger
>            Priority: Major
>              Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=1133&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=6b04ca5f-0b52-511d-19c9-52bf0d9fbdfa
> {code}
> [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 78.918 s <<< FAILURE! - in org.apache.flink.yarn.YARNSessionFIFOSecuredITCase
> [ERROR] testDetachedModeSecureWithPreInstallKeytab(org.apache.flink.yarn.YARNSessionFIFOSecuredITCase)  Time elapsed: 23.927 s  <<< FAILURE!
> java.lang.AssertionError: 
> The JobManager and the TaskManager should both run with Kerberos.
> Expected: is <true>
>      but: was <false>
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> 	at org.junit.Assert.assertThat(Assert.java:956)
> 	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.verifyResultContainsKerberosKeytab(YARNSessionFIFOSecuredITCase.java:161)
> 	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.lambda$testDetachedModeSecureWithPreInstallKeytab$0(YARNSessionFIFOSecuredITCase.java:133)
> 	at org.apache.flink.yarn.YarnTestBase.runTest(YarnTestBase.java:242)
> 	at org.apache.flink.yarn.YARNSessionFIFOSecuredITCase.testDetachedModeSecureWithPreInstallKeytab(YARNSessionFIFOSecuredITCase.java:119)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	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.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}



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