[ https://issues.apache.org/jira/browse/HADOOP-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704429#action_12704429 ]
Ravi Phulari commented on HADOOP-5080: -------------------------------------- -1 . Latest patch failed against git source ( Summary pasted below , log file is attached for reference ). HADOOP-4503 is already opened for null version information because of which version test case is failing . Karthikeyn could you please remove / comment-out version test cases and resubmit the patch. Thanks , --- {noformat} 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(202)) - ------------------------------------------- 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(203)) - Test ID: [643] 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(204)) - Test Description: [version: display the version of current hadoop] 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(205)) - 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(209)) - Test Commands: [hdfs://localhost:32770] 2009-04-30 01:13:51,336 INFO cli.TestCLI (TestCLI.java:displayResults(213)) - 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(220)) - 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(224)) - Comparator: [RegexpComparator] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(226)) - Comparision result: [pass] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(228)) - Expected output: [^[Hh]adoop [0-9a-zA-Z\.\-_]+$] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(230)) - Actual output: [Hadoop Unknown Subversion Unknown -r Unknown Compiled by Unknown on Unknown ] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(224)) - Comparator: [RegexpComparator] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(226)) - Comparision result: [fail] 2009-04-30 01:13:51,337 INFO cli.TestCLI (TestCLI.java:displayResults(228)) - Expected output: [^Compiled( )*by( )*[a-zA-Z0-9\.]+( )*on( )*[a-zA-Z]+( )*[a-zA-Z]+( )*[0-9]+( )*[0-9]+:[0-9]+:[0-9]+( )*[A-Z\-\+\:0-9]+( )*[0-9]+] 2009-04-30 01:13:51,338 INFO cli.TestCLI (TestCLI.java:displayResults(230)) - Actual output: [Hadoop Unknown Subversion Unknown -r Unknown Compiled by Unknown on Unknown ] 2009-04-30 01:13:51,338 INFO cli.TestCLI (TestCLI.java:displayResults(233)) - {noformat} > Update TestCLI and split the test as HDFS,MR and core > ----------------------------------------------------- > > Key: HADOOP-5080 > URL: https://issues.apache.org/jira/browse/HADOOP-5080 > Project: Hadoop Core > Issue Type: Test > Components: test > Affects Versions: 0.20.0 > Reporter: Ramya R > Priority: Minor > Fix For: 0.21.0 > > Attachments: HADOOP-5080.patch, Hadoop-5080.patch, > Hadoop-5080new.patch, Hadoop-5080New.patch, HADOOP-5080Update.patch, > Hadoop-5080Updated.patch, hadoop-5080v1.patch, hadoop5080.patch, > patch5080-v1.txt, TEST-org.apache.hadoop.cli.TestCLI.txt, TestCLI.doc > > > Currently TestCLI contains few of the dfs commands and verifies some of the > error messages for quota and refreshServiceAcl.. Here is a proposal to add > additional test cases to TestCLI to cover an exhaustive list of Hadoop > commands. Here is a list of action items for the same: > 1) Complete the test cases for dfs commands which are not yet automated such > as count, chmod, chown, chgrp etc > 2) Verify help messages in fs, dfsadmin, mradmin > 3) Add other Hadoop commands such as archives, dfsadmin, balancer, job, > queue, version, jar, distcp, daemonlog etc to the command line test. > 4) Also, this test needs to be broken up as MR, HDFS, Core -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.