Uploaded image for project: 'Motor'
  1. Motor
  2. MOTOR-5

Test SSL and Python 3 in Jenkins

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 0.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      To test Motor's SSL features in Python 3.x in Jenkins, I need to:

      • Build Motor and its tests with 2to3
      • Run only the test_motor_ssl suite
      • Generate a nosetests.xml results file

      Right now, doing all three of these is beyond me: I can build Motor and its tests and run them all, without generating an XML file, using:

      python3.3 setup.py test
      

      or I can run a specific suite, and generate XML, but not run 2to3, using:

      nosetests-3.3 test.test_motor_ssl
      

      but I am too stupid to find a way to satisfy all three requirements.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: