NoteDbChecker: Refactor to support checking without rebuilding
Change-Id: Idd6a154b25dc7e54bb8105ab8e75b4c36560422c
This commit is contained in:
		| @@ -285,7 +285,8 @@ public class GerritServer { | ||||
|   void stop() throws Exception { | ||||
|     try { | ||||
|       if (NoteDbMode.get().equals(NoteDbMode.CHECK)) { | ||||
|         testInjector.getInstance(NoteDbChecker.class).checkAllChanges(); | ||||
|         testInjector.getInstance(NoteDbChecker.class) | ||||
|             .rebuildAndCheckAllChanges(); | ||||
|       } | ||||
|     } finally { | ||||
|       daemon.getLifecycleManager().stop(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dave Borowitz
					Dave Borowitz