[
https://issues.apache.org/jira/browse/HADOOP-17608?focusedWorklogId=573294&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-573294
]
ASF GitHub Bot logged work on HADOOP-17608:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/21 02:35
Start Date: 29/Mar/21 02:35
Worklog Time Spent: 10m
Work Description: aajisaka opened a new pull request #2828:
URL: https://github.com/apache/hadoop/pull/2828
When running all the unit tests in TestKMS by `mvn test -Dtest=TestKMS`
instead of specifying a test case (e.g., `mvn test
-Dtest=TestKMS#testStartStopHttpsPseudo`) , NPE occurs because there may be
some active null threads or some active threads are removed after allocating
the active thread list.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 573294)
Remaining Estimate: 0h
Time Spent: 10m
> TestKMS is flaky
> ----------------
>
> Key: HADOOP-17608
> URL: https://issues.apache.org/jira/browse/HADOOP-17608
> Project: Hadoop Common
> Issue Type: Bug
> Components: kms
> Reporter: Akira Ajisaka
> Priority: Major
> Labels: flaky-test
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/460/artifact/out/patch-unit-hadoop-common-project_hadoop-kms.txt]
> The following https tests are flaky:
> * testStartStopHttpsPseudo
> * testStartStopHttpsKerberos
> * testDelegationTokensOpsHttpsPseudo
> {noformat}
> [ERROR]
> testStartStopHttpsPseudo(org.apache.hadoop.crypto.key.kms.server.TestKMS)
> Time elapsed: 1.354 s <<< ERROR!
> java.lang.NullPointerException
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS$1.call(TestKMS.java:553)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS$1.call(TestKMS.java:534)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS.runServer(TestKMS.java:258)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS.runServer(TestKMS.java:235)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS.runServer(TestKMS.java:230)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS.testStartStop(TestKMS.java:534)
> at
> org.apache.hadoop.crypto.key.kms.server.TestKMS.testStartStopHttpsPseudo(TestKMS.java:634){noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]