Issue #4649
closedPulp 2 Nightly fails test_package_paths and test_download_policies
Description
Background¶
Starting April 4, both test_package_paths and test_download_policies have been failing.
Failures are locally reproducible.
Regression is not present in 2.18.1 or 2.19.0 (verified).
Nothing appears to be out-of-place looking at journalctl
Possible Solution¶
4/9/2019 - No current timeline. Still affecting nightly
[13:46:21] we merged a change that requires us upgrading to nectar 1.6.0
[13:46:28] and we only have 1.5.6 in our nightly repo
[13:46:33] build team is going to fix that
Behavioral failures¶
test_package_paths failure¶
Code Failure Location¶
rpms = []
for repo in repos:
with self.subTest(repo=repo):
rpms.append(
> get_unit(cfg, repo['distributors'][0], RPM).content
)
Failure¶
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://host-10-0-148-62.openstacklocal:443/streamer/var/lib/pulp/content/units/rpm/30/938ff308e93a57caac883fa9ee3a8ffd61f457f413eb399387702a53f8ab4d/bear-4.1-1.noarch.rpm?policy=eyJleHRlbnNpb25zIjogeyJyZW1vdGVfaXAiOiAiMTAuMC4xNDkuNyJ9LCAicmVzb3VyY2UiOiAiL3N0cmVhbWVyL3Zhci9saWIvcHVscC9jb250ZW50L3VuaXRzL3JwbS8zMC85MzhmZjMwOGU5M2E1N2NhYWM4ODNmYTllZTNhOGZmZDYxZjQ1N2Y0MTNlYjM5OTM4NzcwMmE1M2Y4YWI0ZC9iZWFyLTQuMS0xLm5vYXJjaC5ycG0iLCAiZXhwaXJhdGlvbiI6IDE1NTQ3MDU4NTV9;signature=rh0RCG4Bq6Z_HwgOk4jvw6KSx3caffNdI87QhZsk_ih2GbOqgIiugQbnQ7_ujKFuBEqX-2o-4JNUqfYUmAIeGISbZuILPBntgje-3ULyytU2lpEAPCRXpgV-0eybIF4czT0QA1i4IAbyFjWt5jt1IUfIqbiGH_V-xXyKzJvStn5vllcNpi-HxOEIB3diSiXLqqzVHf29APgUGT278DoPZkCbeyaKNvgWUP3O_1gmb5fqa7w7-GzTYiP_AJjyUwmyCPqX72tmmTtwOw-v244UVFKbjfaNEmvIFNpInjWufZFoa4nhg-_R2Zb6TpmheP469b2OqWfnTWHwZuuvTkxWMg%3D%3D
test_download_policies¶
Most of the test_download_policies suite fails with similar streamer/500 errors
Code Failure Location¶
# Download an RPM.
> cls.rpm = get_unit(cls.cfg, cls.repo['distributors'][0], RPM)
Failure¶
> raise HTTPError(http_error_msg, response=self)
E requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://host-10-0-148-62.openstacklocal:443/streamer/var/lib/pulp/content/units/rpm/30/938ff308e93a57caac883fa9ee3a8ffd61f457f413eb399387702a53f8ab4d/bear-4.1-1.noarch.rpm?policy=eyJleHRlbnNpb25zIjogeyJyZW1vdGVfaXAiOiAiMTAuMC4xNDkuNyJ9LCAicmVzb3VyY2UiOiAiL3N0cmVhbWVyL3Zhci9saWIvcHVscC9jb250ZW50L3VuaXRzL3JwbS8zMC85MzhmZjMwOGU5M2E1N2NhYWM4ODNmYTllZTNhOGZmZDYxZjQ1N2Y0MTNlYjM5OTM4NzcwMmE1M2Y4YWI0ZC9iZWFyLTQuMS0xLm5vYXJjaC5ycG0iLCAiZXhwaXJhdGlvbiI6IDE1NTQ3MDQ1MjB9;signature=uYuCRFILGPt-foPDpipaO4FDIwrdMPIrULGluwFM2_j1iX7e9qoK8vJL9bcPgyULWgQ62EGyDqFiwR2I9mmyJYm0m1qrWlfLZI9WGLFkomuamve_c9ORoUiS5R41rvPBpNYZJan7pitqnLdzLZVOzQMyb6YJMac4_uonWai0znYNsg7VxsoETTDm7Qp4Z1mT_SlO90g9BHas2hXEtq1VjuFMhLUenDGZpnmn8M9C43oAbIU4x9afYRwlrdYsEu9lq6nP0qxwr4JKAOz2WdQMFmZlSwm-c51q8Irh4mfG7-GJzBK558XcYNhqG_AhJ4JyPlkf5H4E_Lx2MZVjKhb9TA%3D%3D
Related issues
Updated by dkliban@redhat.com over 5 years ago
- Related to Issue #4603: pulp_streamer streams decodes responses, but sends the 'gzip' Content-Encoding header added
Updated by bherring over 5 years ago
- Status changed from NEW to MODIFIED
- Assignee set to bherring
Updated by bmbouter over 5 years ago
- Status changed from MODIFIED to CLOSED - WONTFIX
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.