You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by guoyuepeng <gi...@git.apache.org> on 2018/07/02 07:59:35 UTC

[GitHub] incubator-griffin issue #331: refactor dead test cases

Github user guoyuepeng commented on the issue:

    https://github.com/apache/incubator-griffin/pull/331
  
    hi Jin,
    
    Could you check why build failed?
    
    Tests in error:
      JobInstanceBeanRepoTest.testFindByActiveState » IllegalState Failed to load Ap...
      JobInstanceBeanRepoTest.testFindByJobIdWithPageable » IllegalState Failed to l...
      JobInstanceRepoTest.testDeleteByExpireTimestamp » IllegalState Failed to load ...
      JobInstanceRepoTest.testFindByActiveState » IllegalState Failed to load Applic...
      JobInstanceRepoTest.testFindByExpireTmsLessThanEqual » IllegalState Failed to ...
      JobInstanceRepoTest.testFindByPredicateName » IllegalState Failed to load Appl...
      JobRepoTest.findByIdAndDeleted » IllegalState Failed to load ApplicationContex...
      JobRepoTest.findByJobNameAndDeleted » IllegalState Failed to load ApplicationC...
      JobRepoTest.findByMeasureIdAndDeleted » IllegalState Failed to load Applicatio...
      JobRepoTest.testCountByJobNameAndDeleted » IllegalState Failed to load Applica...
      JobRepoTest.testFindByDeleted » IllegalState Failed to load ApplicationContext
      DataConnectorRepoTest.testFindByConnectorNames » IllegalState Failed to load A...
      DataConnectorRepoTest.testFindByConnectorNamesWithEmpty » IllegalState Failed ...
      MeasureRepoTest.testFindByDeleted » IllegalState Failed to load ApplicationCon...
      MeasureRepoTest.testFindByIdAndDeleted » IllegalState Failed to load Applicati...
      MeasureRepoTest.testFindByNameAndDeleted » IllegalState Failed to load Applica...
      MeasureRepoTest.testFindByOwnerAndDeleted » IllegalState Failed to load Applic...
      MeasureRepoTest.testFindNameByOrganization » IllegalState Failed to load Appli...
      MeasureRepoTest.testFindOrganizations » IllegalState Failed to load Applicatio...
    
    Tests run: 141, Failures: 0, Errors: 19, Skipped: 0
    
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    
    Thanks,
    William


---