Bug P1
Status Update
Comments
lu...@gmail.com <lu...@gmail.com> #2
[Empty comment from Monorail migration]
lu...@gmail.com <lu...@gmail.com> #3
[Empty comment from Monorail migration]
lu...@gmail.com <lu...@gmail.com> #4
Gerrit was using following regexp in gerrit.config:
[commentlink "ph"]
match = "([Bb]ug|[Ii]ssue)\\s*#?(\\d+)"
link =https://bugs.chromium.org/p/gerrit/issues/detail?id=$2
\\s matches \n and \r so \\s* will match a lot of new lines
[ \\t]*\\r\\n?[ \\t]* matches just one new line
[commentlink "ph"]
match = "([Bb]ug|[Ii]ssue)\\s*#?(\\d+)"
link =
\\s matches \n and \r so \\s* will match a lot of new lines
[ \\t]*\\r\\n?[ \\t]* matches just one new line
da...@gmail.com <da...@gmail.com> #5
[Empty comment from Monorail migration]
lu...@gmail.com <lu...@gmail.com> #6
[Empty comment from Monorail migration]
da...@gmail.com <da...@gmail.com> #7
Edits were made to reflect the following in Monorail: auto-CCs.
lu...@gmail.com <lu...@gmail.com> #9
It works with @Davido fix ! (see screenshot)
ek...@google.com <ek...@google.com> #10
[Monorail components: -NoteDb]
Description
*************************************************************************
*** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!!
*** Do not submit bugs for chrome/android and issues with your company's
*** Gerrit setup here. Those issues belong in different issue trackers.
*************************************************************************
What steps will reproduce the problem?
1. Create a project with sticky labels on Gerrit v3.4
2. Create a change and give +2
3. Rebase the change
What is the expected output?
The +2 is sticky in v3.4 and, after the upgrade, is still sticky.
What do you see instead?
The +2 in v3.4 is lost after upgrading to v3.5
Please provide any additional information below.
This is expected after the merge of [1] on v3.6. I tried to run Patrick's change [2] for generating the copied label on v3.6 but the result obtained is not the same one observed in v3.4.
See attached:
[1]https://gerrit-review.googlesource.com/c/gerrit/+/323897 https://gerrit-review.googlesource.com/c/gerrit/+/337054
[2]