commit | 8239f753644de7e865d5b7e6918affa57f7561fe | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Tue Oct 15 15:04:27 2024 +0200 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Fri Oct 25 23:06:27 2024 +0200 |
tree | 18e2088115645df37687a12a80520b4689d34ff0 | |
parent | 6c475cb64b55b0a83b0745b9d620855b176dc331 [diff] |
ElasticContainer: suppress unclosed resource warning The close method has a default implementation in the interface Startable which calls container.stop(). We already call stop() in the stopElasticsearchServer() method of the abstract test classes which are called via @AfterClass junit annotation when all tests in the respective test class have been executed. Change-Id: I5d4831f21b4825fe8a92105c34bbe255123c7b85
Indexing backend libModule for Gerrit Code Review based on ElasticSearch.
This module was originally part of Gerrit core and then extracted into a separate component from v3.5.0-rc3 as part of Change-Id: Ib7b5167ce.
Note that, ElasticSearch source code is no longer Apache 2.0-licensed for versions 7.11 and newer. See ElasticSearch 2021 license change for more information.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
See the setup instructions for how to install the index-elasticsearch module.
For further information and supported options, refer to the config documentation.
This libModule runs tests like a Gerrit in-tree plugin, using Bazelisk. See the test instructions for more details.