gerrit/gerrit-acceptance-framework/src/test/java/com/google/gerrit/acceptance
David Ostrovsky 020758e134 De-couple online reindex activation from index module
Gerrit plugins can contribute to submit rules evaluation, that are a
part of secondary index.  Therefore it is crucial that plugins are
loaded prior to triggering of online reindexing.

This change de-couples online reindex activation from index module and
thus postpones the triggering of online reindexing until after loading
of the plugins:

1. Load secondary index
2. Load all plugins
3. Trigger online reindex if needed

Bug: Issue 10082
Change-Id: I1706d42cb50eb342c2b9eca076e2def5bd1426c0
2018-12-30 21:51:52 +00:00
..
AbstractDaemonTest.java Trigger audit for GIT over Http commands 2018-11-12 11:11:18 -08:00
AbstractNotificationTest.java Consistently import utility methods from Collectors as static 2017-12-15 17:29:52 +09:00
AcceptanceTestRequestScope.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
AccountCreator.java Perform group lookups by name from the group index 2017-09-21 15:48:55 +02:00
AssertUtil.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
ChangeIndexedCounter.java Merge branch 'stable-2.14' into stable-2.15 2018-06-20 09:36:46 +09:00
ConfigAnnotationParser.java Introduce GlobalPluginConfig{s} annotations 2017-06-05 11:51:33 +00:00
EventRecorder.java Merge branch 'stable-2.14' into stable-2.15 2018-09-16 09:29:19 +09:00
GcAssert.java Use Truth.assertWithMessage instead of Truth.assert_().withMessage 2017-07-10 11:53:45 +02:00
GerritConfig.java Format Java files with google-java-format 2017-06-08 11:05:15 +09:00
GerritConfigs.java Remove modifiers 'public' and 'abstract' from interface methods 2015-11-19 09:36:40 -08:00
GerritServer.java De-couple online reindex activation from index module 2018-12-30 21:51:52 +00:00
GitUtil.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
GlobalPluginConfig.java GlobalPluginConfig: Fix typo in Javadoc 2017-09-08 11:00:49 +09:00
GlobalPluginConfigs.java Introduce GlobalPluginConfig{s} annotations 2017-06-05 11:51:33 +00:00
HttpResponse.java Specify charset in constructors of InputStreamReader 2018-08-31 10:28:02 +09:00
HttpSession.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
InMemoryTestingDatabaseModule.java AbstractDaemonTest: Don't delete common server path too early 2018-09-19 10:46:50 +09:00
InProcessProtocol.java Add UploadPackInitializer extension point 2017-10-03 10:39:42 +01:00
LightweightPluginDaemonTest.java LightweightPluginDaemonTest: Expose plugin guice injectors 2018-03-17 21:37:03 +01:00
MergeableFileBasedConfig.java MergeableFileBasedConfig: Add subsection values recursively 2017-09-12 10:12:33 -04:00
MergeableFileBasedConfigTest.java MergeableFileBasedConfig: Add subsection values recursively 2017-09-12 10:12:33 -04:00
NoHttpd.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
PushOneCommit.java PushOneCommit#assertStatus: Make assertion of error message less strict 2017-11-08 19:41:49 +09:00
ReadOnlyChangeIndex.java Merge branch 'stable-2.14' into stable-2.15 2018-06-20 09:36:46 +09:00
RestResponse.java Use Truth.assertWithMessage instead of Truth.assert_().withMessage 2017-07-10 11:53:45 +02:00
RestSession.java RestSession: Remove unnecessary utility methods 2018-07-24 08:35:46 +01:00
Sandboxed.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
SshEnabled.java Disable SSH in acceptance tests without @UseSsh 2017-06-20 13:29:17 +00:00
SshSession.java Merge branch 'stable-2.14' into stable-2.15 2018-08-31 12:37:23 +09:00
StandaloneSiteTest.java AbstractReindexTests: Assert account index and group index 2018-06-05 16:01:52 +09:00
TestAccount.java Persist CCs on Git push 2017-06-08 14:44:39 +02:00
TestPlugin.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
TestProjectInput.java CreateProject: Provide signed push option on project creation 2018-09-21 08:39:07 +02:00
UseLocalDisk.java GerritServer: Split site init and daemon startup 2018-04-18 13:19:34 +02:00
UseSsh.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00