Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command lab mr returns error #6

Closed
adamryman opened this issue Sep 7, 2017 · 2 comments
Closed

Command lab mr returns error #6

adamryman opened this issue Sep 7, 2017 · 2 comments
Labels
Projects

Comments

@adamryman
Copy link
Contributor

After running lab mr and writing a message and exiting the editor I get the error:

2017/09/06 17:42:14 POST https:/URL_RETRACTED/api/v4/projects/PROJECT_ID_RETRACTED/merge_requests: 403 {message: 403 Forbidden}

Not sure what went wrong.

Possibly need to add more debug logging.

@zaquestion
Copy link
Owner

@adamryman I haven't been able to reproduce this, are you still experiencing the issue?

@zaquestion zaquestion added the bug label Sep 14, 2017
@zaquestion zaquestion added this to To Do in Bugs Sep 14, 2017
@zaquestion zaquestion moved this from To Do to In Progress in Bugs Sep 14, 2017
@adamryman
Copy link
Contributor Author

On my latest computer I am not having this issue. I do not wish to try and reproduce if it is not effecting anyone else.

¯_(ツ)_/¯

@zaquestion zaquestion moved this from In Progress to Done in Bugs Sep 24, 2017
prarit added a commit to prarit/lab that referenced this issue Oct 31, 2020
The Test_mrListByTargetBranch is failing with

--- FAIL: Test_mrListByTargetBranch (0.97s)
    mr_list_test.go:138:
        	Error Trace:	mr_list_test.go:138
        	Error:      	Not equal:
        	            	expected: "#1 Test MR for lab list"
        	            	actual  : "zaquestion#6 test award emoji"

        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-#1 Test MR for lab list
        	            	+zaquestion#6 test award emoji
        	Test:       	Test_mrListByTargetBranch

because test MR zaquestion#6 was modified and now has an 'updated_at' date newer
than #1.

Change the Test_mrListByTargetBranch test so that it correctly detects #1
again.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Bugs
  
Done
Development

No branches or pull requests

2 participants