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"
        ]
    }
}```

Also available in: Atom PDF