Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1325

`src/test/python/apache/aurora/api_util.py` is not apart of any pants targets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None
    • Twitter Aurora Q2'15 Sprint 3
    • 1

    Description

      There is no pants target which lists `src/test/python/apache/aurora/api_util.py` as a source file. `src/test/python/apache/aurora/BUILD` just contains:

      python_test_suite(
        name = 'all',
        dependencies = [
          'src/test/python/apache/aurora/admin:all',
          'src/test/python/apache/aurora/client:all',
          'src/test/python/apache/aurora/common:all',
          'src/test/python/apache/aurora/config:all',
          'src/test/python/apache/aurora/executor:all',
        ]
      )
      

      Improper source dependency specification can cause us some trouble if we are not careful, it is probably best to move this file closer to where it is used.

      Attachments

        Activity

          People

            zmanji Zameer Manji
            zmanji Zameer Manji
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: