Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-21714

Intermittent unit test failure in ExecutionCommandWrapperTest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 3.0.0, 2.6.0
    • ambari-server
    • None

    Description

      Intermittent failure in ExecutionCommandWrapperTest:

      Running org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest
      Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.452 sec <<< FAILURE! - in org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest
      testExecutionCommandHasVersionInfoWithoutCurrentClusterVersion(org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest)  Time elapsed: 0.024 sec  <<< ERROR!
      org.apache.ambari.server.ServiceNotFoundException: Service not found, clusterName=c1, serviceName=HDFS
      	at org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest.testExecutionCommandHasVersionInfoWithoutCurrentClusterVersion(ExecutionCommandWrapperTest.java:293)
      

      is caused by dependence on order of execution of test methods.

      Steps to reproduce:

      1. Disable testGetExecutionCommand() to simulate "wrong" order of execution
      2. Run ExecutionCommandWrapperTest

      Result:

      Running org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest
      Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.4 sec <<< FAILURE! - in org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest
      testExecutionCommandHasVersionInfoWithoutCurrentClusterVersion(org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest)  Time elapsed: 0.011 sec  <<< ERROR!
      org.apache.ambari.server.ServiceNotFoundException: Service not found, clusterName=c1, serviceName=HDFS
      	at org.apache.ambari.server.actionmanager.ExecutionCommandWrapperTest.testExecutionCommandHasVersionInfoWithoutCurrentClusterVersion(ExecutionCommandWrapperTest.java:298)
      

      Attachments

        1. AMBARI-21714.patch
          2 kB
          Attila Doroszlai

        Issue Links

          Activity

            People

              adoroszlai Attila Doroszlai
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: