Skip to content

Gitlab account used to run tests against gitlab.com has been blocked #514

@yiannistri

Description

@yiannistri

This is causing all tests that target gitlab.com to fail.

Test logs

=== RUN   TestCreatePullRequestInGitLab
    git_test.go:189: 
        	Error Trace:	git_test.go:189
        	Error:      	Received unexpected error:
        	            	GET https://gitlab.com/api/v4/projects: 403 {message: 403 Forbidden - Your account has been blocked.}
        	Test:       	TestCreatePullRequestInGitLab
    git_test.go:199: 
        	Error Trace:	git_test.go:199
        	Error:      	Received unexpected error:
        	            	POST https://gitlab.com/api/v4/projects: 403 {message: 403 Forbidden - Your account has been blocked.}
        	Test:       	TestCreatePullRequestInGitLab

In hindsight, it's probably a bad idea to hammer their servers as part of every test that needs a Git repo. A limited suite of smoke tests would be preferable to avoid such issues in the future.

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