diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2020-11-26 20:34:42 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-30 20:07:06 +0000 |
commit | 736bfc4d5ae032edaf556ee8a41efc1d9b9ce4f9 (patch) | |
tree | d17ef789c14df37e5cbe5692356b1d771ade26aa /build.gradle | |
parent | 59adbb849b1ce3338e6299dea939c454df7d0cdb (diff) | |
download | sonarqube-736bfc4d5ae032edaf556ee8a41efc1d9b9ce4f9.tar.gz sonarqube-736bfc4d5ae032edaf556ee8a41efc1d9b9ce4f9.zip |
Speed up unit tests by improving indexing in unit tests
* Unit tests no longer use the LargeSizeHandler for indexing. This handler is designed for indexing large amounts of data and is slower for the data sets used in unit tests.
* Insert all data in DB before indexing in unit tests (there is a huge overhead in each call to index)
Diffstat (limited to 'build.gradle')
0 files changed, 0 insertions, 0 deletions