[
https://issues.apache.org/jira/browse/HADOOP-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655817#action_12655817
]
Hadoop QA commented on HADOOP-4728:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12395705/HADOOP-4728-4.patch
against trunk revision 725729.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 6 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 Eclipse classpath. The patch retains Eclipse classpath integrity.
-1 core tests. The patch failed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3712/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3712/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3712/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3712/console
This message is automatically generated.
> Tests for NameNode -checkpoint option with different configurations
> --------------------------------------------------------------------
>
> Key: HADOOP-4728
> URL: https://issues.apache.org/jira/browse/HADOOP-4728
> Project: Hadoop Core
> Issue Type: Test
> Affects Versions: 0.20.0
> Reporter: Boris Shkolnik
> Assignee: Boris Shkolnik
> Priority: Minor
> Fix For: 0.20.0
>
> Attachments: HADOOP-4728-1.patch, HADOOP-4728-2.patch,
> HADOOP-4728-3.patch, HADOOP-4728-4.patch, HADOOP-4728.patch
>
>
> here are the tests:
> id : secnn-4
> Desc : Start SecondaryNameNode first before starting NameNode
>
> Expected
> results : Secondary namenode should fail to start
> ---------------------------------
> id : secnn-6
> Desc : Configure NameNode with dfs.name.dir and dfs.name.edits.dir
> pointing to different directories. Make sure the directories are empty.
> Use default configuration for fs.checkpoint.dir and
> fs.checkpoint.edits.dir pointing to same directory.
> Start NameNode using -importCheckpoint.
> Expected
> results : Name-node should import image and edits into different
> directories.
> ---------------------------------
> id : secnn-7
> Desc : Start NameNode.
> Configure SecondaryNameNode with fs.checkpoint.dir and
> fs.checkpoint.edits.dir pointing to different directories.
> Start SecondaryNameNode.
> Expected
> results : Secondary name-node should download edits and create the
> image in different directories.
> ----------------------------
> id : secnn-8
> Desc : Configure NameNode with dfs.name.dir and dfs.name.edits.dir
> pointing to different directories. Make sure the directories are empty.
> Configure fs.checkpoint.dir and fs.checkpoint.edits.dir
> pointing to different (same as in secnn-7) directories.
> Start NameNode using -importCheckpoint.
> Expected
> Results : Name-node should import image and edits into different
> directories.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.