We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3111960 commit c53ee0aCopy full SHA for c53ee0a
opengrok-indexer/src/test/java/org/opengrok/indexer/history/FileHistoryCacheTest.java
@@ -860,6 +860,7 @@ void testNoHistoryFetch() throws Exception {
860
env.setFetchHistoryWhenNotInCache(false);
861
862
// Pretend we are done with first phase of indexing.
863
+ env.setIndexer(true);
864
HistoryGuru.getInstance().setHistoryIndexDone();
865
866
// First try repo with ability to fetch history for directories.
0 commit comments