Actions
Issue #4446
closedmultiple test failures on master branch
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 49
Quarter:
Description
We started seeing the following failures in our nightly testing of master branch:
pulp_rpm/tests/functional/api/test_character_encoding.py::UploadEncodingMetadataTestCase::test_upload_non_ascii FAILED [ 2%]
pulp_rpm/tests/functional/api/test_character_encoding.py::UploadEncodingMetadataTestCase::test_upload_non_utf8 PASSED [ 5%]
pulp_rpm/tests/functional/api/test_consume_content.py::PackageManagerConsumeTestCase::test_all SKIPPED [ 7%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_01_create_content_unit FAILED [ 10%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_02_read_content_unit SKIPPED [ 12%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_02_read_content_units SKIPPED [ 15%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_03_fully_update SKIPPED [ 17%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_03_partially_update SKIPPED [ 20%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::ContentUnitTestCase::test_04_delete SKIPPED [ 23%]
pulp_rpm/tests/functional/api/test_crud_content_unit.py::DuplicateContentUnit::test_raise_error FAILED [ 25%]
Related issues
Updated by daviddavis over 5 years ago
- Sprint set to Sprint 49
- Tags Pulp 3 added
Updated by ttereshc over 5 years ago
- Related to Issue #4472: Relative_path error when uploading a file added
Updated by ttereshc over 5 years ago
- Related to Story #4209: As a plugin writer, I can implement lazy sync for plugins with multiple metadata files added
Updated by daviddavis over 5 years ago
- Status changed from NEW to MODIFIED
Master is green again: https://travis-ci.org/pulp/pulp_rpm/builds/498725804
The problem has been fixed by merging a bunch of PRs.
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions