----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4407/#review6654 -----------------------------------------------------------
trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java <https://reviews.apache.org/r/4407/#comment14367> This test case checks whether the debug option can be specified on command line or not. However, it doesn't check if debug is on or off. Is it possible to design that testcase? Also, javadoc comment regarding the scope of the test would be helpful. - Virag On 2012-04-02 18:08:37, Mona Chitnis wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4407/ > ----------------------------------------------------------- > > (Updated 2012-04-02 18:08:37) > > > Review request for oozie. > > > Summary > ------- > > Currently, you can export the env variable OOZIE_DEBUG to a non-zero value to > get debug statements on stdout after job submit/run. This patch is making > this feature available by alternately specifying '-debug' through the CLI > arguments. > > e.g. oozie job -run -config <job.properties> -debug > > Starting right now with getting basic debug output such as the Http > connection URL to the server, this can be later extended for printing more > debug statements at various stages of the Oozie process. > > > This addresses bug OOZIE-769. > https://issues.apache.org/jira/browse/OOZIE-769 > > > Diffs > ----- > > trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java 1308447 > trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1308447 > > Diff: https://reviews.apache.org/r/4407/diff > > > Testing > ------- > > > Thanks, > > Mona > >
