Github user anwar6953 commented on a diff in the pull request:

    https://github.com/apache/twill/pull/8#discussion_r78106987
  
    --- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/BaseYarnTest.java 
---
    @@ -66,6 +69,18 @@ protected void after() {
         }
       };
     
    +  @Rule
    +  public final TestName testName = new TestName();
    +
    +  @Before
    +  public void beforeTest() {
    +    LOG.info("Before test {}", testName.getMethodName());
    --- End diff --
    
    Wouldn't JUnit already log the test method before it is executed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to