| Issue 3638: | [plugin: delete-project] Gerrit's dropping of the PatchSetAncestors table makes compilation fail | |
| 2 people starred this issue and may be notified of changes. | Back to list |
[plugin: delete-project] Gerrit's dropping of the PatchSetAncestors table makes compilation fail
Gerrit core dropped the PatchSetAncestors table [1], which made
compiling against current master fail
Error message is (re-formatted to fit the commit message):
[...]/Schema73DatabaseDeleteHandler.java:141: error: cannot find symbol
db.patchSetAncestors().byPatchSet(patchSet.getId()));
^
symbol: method patchSetAncestors()
location: variable db of type com.google.gerrit.reviewdb.server.ReviewDb
See
http://builds.quelltextlich.at/gerrit/nightly/master/2015-10-29/delete-project.jar.build.stderr.txt
http://builds.quelltextlich.at/gerrit/nightly/master/2015-10-29/index.html#delete-project.jar
[1] In commit 4ebea5bd673fcfac8ccecb1fa30098a1ad71466f
Oct 29, 2015
#1
i.d.rath...@gmail.com
Oct 30, 2015
(No comment was entered for this change.)
Status:
ChangeUnderReview
|
|
| ► Sign in to add a comment |