Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-1526

add option for xml report format so that functional tests runs can be used by jenkins ci

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.4, 1.5.1, 1.6.0
    • test
    • None

    Description

      I've been working on getting various versions of accumulo's tests running against different versions and use jenkinsci for both unit tests and functional tests.

      This patch provides an option to the 'auto' tests that enable it to output reports in an xml format that can be read by the jenkins ci tool.

      It introduces a requirement on the 'xmlrunner' python package that is not installed by default on centos6. But can be easily be added via these command:

      ## run as root 
      
      # install python's easy_install
      yum install -y python-setuptools
      
      # install python module for xml unittest output
      easy_install unittest-xml-reporting
      

      Attachments

        1. accumulo-1526.patch
          1 kB
          Jonathan Hsieh
        2. jenkins-screenshot.png
          214 kB
          Jonathan Hsieh

        Activity

          People

            jmhsieh Jonathan Hsieh
            jmhsieh Jonathan Hsieh
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: