Bug 1665889

Summary: Too small restriction for commit topic length in review.gluster.org
Product: [Community] GlusterFS Reporter: Valerii Ponomarov <vponomar>
Component: project-infrastructureAssignee: Nigel Babu <nigelb>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, nigelb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-14 11:42:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Valerii Ponomarov 2019-01-14 11:07:27 UTC
Description of the problem:
We, OCS QE automation team, have goal to port our downstream project [1] to the upstream [2]. And we are unable to do it, because new repo [2] has limitation to the length of a commit topic as 50 symbols. In our downstream project we followed 72 symbols length. So, need to make it be 72 symbols.

[1] http://git.app.eng.bos.redhat.com/git/cns-qe/cns-automation.git/
[2] https://github.com/gluster/glusterfs-containers-tests

Version-Release number of selected component (if applicable):

How reproducible: 100%

Steps to Reproduce:
1. Create commit
2. Push it to the gerrit -> https://review.gluster.org/#/q/project:glusterfs-containers-tests

Actual results:
Response from server:
remote: (W) efd7f6f: commit subject >50 characters; use shorter first paragraph

Expected results:
Success after attempt to push code.

Additional info:

Comment 1 Nigel Babu 2019-01-14 11:23:08 UTC
Ack. This needs a gerrit config change and a restart. I'm going to do that now.

Comment 2 Nigel Babu 2019-01-14 11:42:59 UTC
This still lead to some permission troubles around pushing merge commits that did not go away despite granting merge permissions. I did the push instead and that has worked.