Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

list() pagination doesn't work in functional tests #1877

Copy link
Copy link
@JohnVillalovos

Description

@JohnVillalovos
Issue body actions

When pagination occurs python-gitlab uses the URL provided by the GitLab server to use for the next request.

We have set the GitLab server configuraiton to say its URLis http://gitlab.test which is not in DNS. The pagination code uses the provided URL from the GitLab server to make the next request. And gitlab.test does not exist in DNS so it fails.

I tried to change the URL in docker-compose.yml to use 127.0.0.1 but this caused the error:

FAILED tests/functional/api/test_projects.py::test_project_remote_mirrors - gitlab.exceptions.GitlabCreateError: 400: {'url': ['is blocked: Requests to localhost are not allowed']}

To trigger the failure in test_template_gitignore and/or test_template_gitlabciyml use list(all=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.