[Piglit] [PATCH 0/2] Add support for compressing results

Dylan Baker baker.dylan.c at gmail.com
Mon Jun 8 10:37:40 PDT 2015


ping

On Fri, May 29, 2015 at 02:43:31PM -0700, Dylan Baker wrote:
> This series adds a framework for compressing results files with builtin
> python compression methods. The end result is that gzip is now
> supported, in addition to plain, uncompressed files in the json backend.
> JUnit does not support compression, so it's not opted it.
> 
> This should also make adding more compression methods (say xz in
> python3), a trivial couple of lines of code
> 
> Dylan Baker (2):
>   framework: Add ability to set a compression method on file backends
>   framework: add support for gzip compression for json results files
> 
>  framework/backends/__init__.py               |  34 ++++---
>  framework/backends/abstract.py               |  49 ++++++++--
>  framework/backends/json.py                   |  62 ++++++------
>  framework/tests/json_backend_tests.py        | 135 +++++++++++++++++++++++----
>  framework/tests/json_results_update_tests.py |   7 +-
>  framework/tests/json_tests.py                |   4 +-
>  framework/tests/utils.py                     |  58 ++++++++++--
>  piglit.conf.example                          |   7 +-
>  8 files changed, 279 insertions(+), 77 deletions(-)
> 
> -- 
> 2.4.2
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150608/732b7efa/attachment.sig>


More information about the Piglit mailing list