[
https://issues.apache.org/jira/browse/HADOOP-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945673#comment-14945673
]
Steve Loughran commented on HADOOP-12463:
-----------------------------------------
{code}
Running org.apache.hadoop.util.TestShell
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.266 sec <<<
FAILURE! - in org.apache.hadoop.util.TestShell
testGetSignalKillCommand(org.apache.hadoop.util.TestShell) Time elapsed: 0.016
sec <<< FAILURE!
org.junit.internal.ArrayComparisonFailure: arrays first differed at element
[2]; expected:<[isAlive]> but was:<[kill]>
at
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50)
at org.junit.Assert.internalArrayEquals(Assert.java:473)
at org.junit.Assert.assertArrayEquals(Assert.java:265)
at org.junit.Assert.assertArrayEquals(Assert.java:280)
at
org.apache.hadoop.util.TestShell.testGetSignalKillCommand(TestShell.java:189)
{code}
> TestShell.testGetSignalKillCommand failing on windows
> -----------------------------------------------------
>
> Key: HADOOP-12463
> URL: https://issues.apache.org/jira/browse/HADOOP-12463
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Affects Versions: 3.0.0
> Reporter: Steve Loughran
> Priority: Critical
>
> TestShell.testGetSignalKillCommand is failing on windows; the command to
> query a process isn't that which the test expects.
> Maybe we need to have some policy that nothing goes into Shell without being
> tested on Windows first: its where things meet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)