Actions
Issue #3689
closedPulp 2 tests are failing on Fedora 27: BIOError: padding check failed
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
======================================================================
ERROR: test_get_certs_from_string_empty (test_repo_cert_utils.TestCertVerify)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/workspace/unittest-pulp-pr/node-type/f27-np/pulp/repoauth/test/test_repo_cert_utils.py", line 392, in test_get_certs_from_string_empty
certs = self.utils.get_certs_from_string("")
File "/home/jenkins/workspace/unittest-pulp-pr/node-type/f27-np/pulp/repoauth/pulp/repoauth/repo_cert_utils.py", line 358, in get_certs_from_string
bio = BIO.MemoryBuffer(data)
File "/usr/lib64/python2.7/site-packages/M2Crypto/BIO.py", line 191, in __init__
m2.bio_write(self.bio, data)
BIOError: padding check failed
See this PR: https://github.com/pulp/pulp/pull/3499
Looks like there was a new release on Fedora of m2crypto back in March.
Actions
Temporarily skip failing test until m2crypto issue is resolved
ref #3689 https://pulp.plan.io/issues/3689