[New-bugs-announce] [issue27958] 'zlib compression' not found in set(['RLE', 'ZLIB', None])

Christian Heimes report at bugs.python.org
Mon Sep 5 18:23:57 EDT 2016


New submission from Christian Heimes:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%202.7/builds/1397/steps/test/logs/stdio fails:

======================================================================
FAIL: test_compression (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_ssl.py", line 2875, in test_compression
    self.assertIn(stats['compression'], { None, 'ZLIB', 'RLE' })
AssertionError: 'zlib compression' not found in set(['RLE', 'ZLIB', None])

It's probably fine to add 'zlib compression' to the list of accepted compression names.

----------
assignee: christian.heimes
components: Tests
messages: 274448
nosy: christian.heimes
priority: normal
severity: normal
stage: needs patch
status: open
title: 'zlib compression' not found in set(['RLE', 'ZLIB', None])
type: behavior
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27958>
_______________________________________


More information about the New-bugs-announce mailing list