Yesterday, I uploaded/submitted simultaneously 2 changes altering the same java file.Before those changes, the file had an unused import that I'll call com.foo.Bar.In change 1, I added line of code using com.foo.Bar.In change 2, the import was automatically removed by my IDE.Both changes passed the Jenkins validation, since each one compiles separately.The changes were then merged in the same order (1 then 2) without any merge conflict.The result is a master branch that does not compile anymore :(I see 2 solutions to prevent this:1- Disable "Allow content merges" which would lead to more manual work by the devs2- Tell Gerrit to ask for a new validation when it performs content mergesIs there an existing option for solution 2?Or could it be the subject of a feature request?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you Gert.Can't wait for this batch plugin then :)
--
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation