Re: How to create a new directory for tests

2010-04-08 Thread André Oriani
> André Oriani wrote: >> Hi all, >> >> I am working in a patch for HDFS-1031, which will add a new page fo the >> WebUI. I talked to Todd Lipcon at freenode an he said there is no UT for >> the web ui. Actually there is one -- >> src/test/hdfs/org/apache/hadoop/hdfs/TestMissingBlocksAlert.java --

Re: How to create a new directory for tests

2010-04-08 Thread Steve Loughran
André Oriani wrote: Hi all, I am working in a patch for HDFS-1031, which will add a new page fo the WebUI. I talked to Todd Lipcon at freenode an he said there is no UT for the web ui. Actually there is one -- src/test/hdfs/org/apache/hadoop/hdfs/TestMissingBlocksAlert.java -- but it is kind of

How to create a new directory for tests

2010-04-08 Thread André Oriani
Hi all, I am working in a patch for HDFS-1031, which will add a new page fo the WebUI. I talked to Todd Lipcon at freenode an he said there is no UT for the web ui. Actually there is one -- src/test/hdfs/org/apache/hadoop/hdfs/TestMissingBlocksAlert.java -- but it is kind of a mixed test rather th