Project

Profile

Help

Issue #8887

closed

pulp_installer CI upgrade tests are failing on debian 10 & CentOS 8

Added by mdepaulo@redhat.com about 3 years ago. Updated almost 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

All 3 upgrade tests are failing on debian 10 specifically.

When the verify phase runs inspec to test Pulp, it reports:

        "stdout_lines": [
            "",
            "Profile: tests from /tmp/molecule/inspec/test_default.rb (tests from .tmp.molecule.inspec.test_default.rb)",
            "Version: (not specified)",
            "Target:  local://",
            "",
            "  Directory /etc/",
            "\u001b[38;5;41m     ✔  owner should eq \"root\"\u001b[0m",
            "  Directory /var/lib/pulp/",
            "\u001b[38;5;41m     ✔  owner should eq \"pulp\"\u001b[0m",
            "\u001b[38;5;41m     ✔  group should eq \"pulp\"\u001b[0m",
            "  Service pulpcore-api",
            "\u001b[38;5;9m     ×  should be running",
            "     expected that `Service pulpcore-api` is running\u001b[0m",
            "\u001b[38;5;9m     ×  should be enabled",
            "     expected that `Service pulpcore-api` is enabled\u001b[0m",
            "  Service pulpcore-content",
            "\u001b[38;5;9m     ×  should be running",
            "     expected that `Service pulpcore-content` is running\u001b[0m",
            "\u001b[38;5;9m     ×  should be enabled",
            "     expected that `Service pulpcore-content` is enabled\u001b[0m",
            "  Service pulpcore-resource-manager",
            "\u001b[38;5;9m     ×  should be running",
            "     expected that `Service pulpcore-resource-manager` is running\u001b[0m",
            "\u001b[38;5;9m     ×  should be enabled",
            "     expected that `Service pulpcore-resource-manager` is enabled\u001b[0m",
            "  Service pulpcore-worker@1",
            "\u001b[38;5;9m     ×  should be running",
            "     expected that `Service pulpcore-worker@1` is running\u001b[0m",
            "\u001b[38;5;9m     ×  should be enabled",
            "     expected that `Service pulpcore-worker@1` is enabled\u001b[0m",
            "  Service pulpcore-worker@2",
            "\u001b[38;5;9m     ×  should be running",
            "     expected that `Service pulpcore-worker@2` is running\u001b[0m",
            "\u001b[38;5;9m     ×  should be enabled",
            "     expected that `Service pulpcore-worker@2` is enabled\u001b[0m",
            "  Port 80",
            "\u001b[38;5;41m     ✔  should be listening\u001b[0m",
            "  Port 443",
            "\u001b[38;5;41m     ✔  should be listening\u001b[0m",
            "  HTTP GET on http://localhost/pulp/api/v3/status/",
            "\u001b[38;5;41m     ✔  status should eq 301\u001b[0m",
            "  HTTP GET on http://localhost/pulp/api/v3/status/",
            "\u001b[38;5;41m     ✔  status should eq 200\u001b[0m",
            "\u001b[38;5;41m     ✔  body should match /database_connection/\u001b[0m",
            "  HTTP GET on https://localhost/pulp/api/v3/status/",
            "\u001b[38;5;41m     ✔  status should eq 200\u001b[0m",
            "\u001b[38;5;41m     ✔  body should match /database_connection/\u001b[0m",
            "",
            "Test Summary: \u001b[38;5;41m10 successful\u001b[0m, \u001b[38;5;9m10 failures\u001b[0m, 0 skipped"
        ]
    }
}```
Actions #1

Updated by pulpbot about 3 years ago

  • Status changed from NEW to POST
Actions #2

Updated by mdepaulo@redhat.com about 3 years ago

  • Subject changed from pulp_installer CI upgrade tests are failing on debian 10 to pulp_installer CI upgrade tests are failing on debian 10 & CentOS 8
Actions #3

Updated by mdepaulo@redhat.com about 3 years ago

CentOS 8 is also affected (but only used for package upgrade tests currently due to a limitation of our CI)

Added by Mike DePaulo about 3 years ago

Revision b1d71b1a | View on GitHub

Problem: pulp_installer CI upgrade tests are

failing on debian 10 & CentOS 8

During the verify phase, with the inspec command.

Solution: Upgrade the systemd package on said distros during the verify phase.

fixes: #8887

Added by Mike DePaulo about 3 years ago

Revision b1d71b1a | View on GitHub

Problem: pulp_installer CI upgrade tests are

failing on debian 10 & CentOS 8

During the verify phase, with the inspec command.

Solution: Upgrade the systemd package on said distros during the verify phase.

fixes: #8887

Actions #4

Updated by Anonymous about 3 years ago

  • Status changed from POST to MODIFIED

Added by Mike DePaulo about 3 years ago

Revision 4b1e8551 | View on GitHub

Problem: pulp_installer CI upgrade tests are

failing on debian 10 & CentOS 8

During the verify phase, with the inspec command.

Solution: Upgrade the systemd package on said distros during the verify phase.

fixes: #8887

Added by Mike DePaulo about 3 years ago

Revision 4b1e8551 | View on GitHub

Problem: pulp_installer CI upgrade tests are

failing on debian 10 & CentOS 8

During the verify phase, with the inspec command.

Solution: Upgrade the systemd package on said distros during the verify phase.

fixes: #8887

Actions #7

Updated by bmbouter almost 3 years ago

  • Sprint/Milestone set to 3.14.0
Actions #8

Updated by bmbouter almost 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF