Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-849

Python unittests don't work if avro is already installed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 1.4.1
    • None
    • python
    • None
    • python, unittests

    Description

      I think there is a problem running the python unittests if avro is already installed. If avro is already installed then when we import avro or its subpackages in the unittests we can end up importing the installed avro instead of the avro version being compiled because the installed version might be higher on the path.

      One (slightly cumbersome way to fix this) would be to pass the the paths listed in test.path to our unittests (e.g by using an environment variable). The unittests could then adjust the path so these directories were highest on the path. The downside of this solution would be every unittest would need some boilerplate code to adjust the path.

      Does anyone have suggestions about how to pass the values in test.path to our unittests? I don't know anything about ant, so any help would be appreciated.

      Or does anyone have suggestions about a better solution which doesn't require adjusting the path in each unittest?

      Attachments

        1. AVRO-849.patch
          4 kB
          Jeremy Lewi
        2. AVRO-849.patch
          3 kB
          Jeremy Lewi

        Activity

          People

            jeremy@lewi.us Jeremy Lewi
            jeremy@lewi.us Jeremy Lewi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: