Update git submodules

* Update subunit2sql from branch 'master'
  - Fix inconsistent treatment of test status
    
    This commit is the follow on to change
    Ib84eb5e4b2da4847e86ff24c8bc5ba19a0df5b37 which fixed an unhandled
    condition when xfail or uxsuccess was in the passed in results stream.
    While that fixed the failure condition it neglected to update how we
    treat those test result statuses in all other cases. This commit does
    that by making sure we treat xfail and uxsuccess as success and failure
    respectively for aggregate counts.
    
    Change-Id: I1d2308d2c68f4f6b432ab733ead19a0167ba0b94
    Story: 2000701
    Task: 3176
    
  - Merge "Update min tox version to 2.0"
  - Fix handling of xfail and uxsuccess results in subunit2sql cli
    
    This commit fixes an issue with the subunit2sql cli (for importing
    subunit streams to the DB) when the subunit stream has a test_run with
    an xfail or unxsuccess status. Previously we didn't handle these
    statuses at all and we'd raise an exception because they weren't known.
    This fixes this by treating xfail the same as success and uxsuccess the
    same as failure.
    
    Change-Id: Ib84eb5e4b2da4847e86ff24c8bc5ba19a0df5b37
    
  - Update min tox version to 2.0
    
    The commands used by constraints need at least tox 2.0.  Update to
    reflect reality, which should help with local running of constraints
    targets.
    
    Change-Id: I9af1121a4a7b7f1db8bcae5a9f0f9a643e4b2428
    
  - Merge "fix tox python3 overrides"
  - Clean up run_time graph style
    
    This commit cleans up the style used for the run_time graph. It switches
    the individual run_time graph (not the avg or std dev) from a line graph
    to scatter points. Since there are potentially a lot of data points this
    makes things cleaner and easier to see. Then the size of those points
    and the line width are shrunk. When there are a lot of data points
    things overlap, get cluttered, and hard to see. By shrinking the lines
    and scatter points it alleviates this to a certain degree.
    
    Change-Id: I1271acf10a12df8e36a85e4deacbfc77f7f05bc0
    
  - Fix pandas rolling calls in run_time graph
    
    This commit fixes the use of rolling_mean() and rolling_std() in the
    run_time graph command. These functions were removed from pandas a few
    releases ago and were replaced by the Rolling class. We updated the
    other commands already, but the run_time graph was missed. This commit
    corrects the oversight and uses the Rolling class to generate the
    rolling mean and std dev data.
    
    Change-Id: I4a2fd0256b05f468cdbbe67fb2573233f64d74d8
    
  - fix tox python3 overrides
    
    We want to default to running all tox environments under python 3, so
    set the basepython value in each environment.
    
    We do not want to specify a minor version number, because we do not
    want to have to update the file every time we upgrade python.
    
    We do not want to set the override once in testenv, because that
    breaks the more specific versions used in default environments like
    py35 and py36.
    
    Change-Id: Ifa267fcd8eb5334672dd0b603d42dedb67bd2c98
This commit is contained in:
Matthew Treinish 2018-12-24 16:05:53 -05:00 committed by Gerrit Code Review
parent 1a7288dee7
commit 18c4d744c2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 08222d7a2b09250ed0048f3d7e767c55191fcc20
Subproject commit ae1c4485caeb3d2736bb4b727c45ae96196786d4