Skip to content

Commit

Permalink
JT-78303: Try fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-zatsepin committed Jan 30, 2024
1 parent 4d80c88 commit 79334f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ public void testFindWithPropSortedIsCached() {
getEntityStore().getConfig().setCachingDisabled(false);
testFindWithPropSorted();
final PersistentStoreTransaction txn = getStoreTransactionSafe();
getEntityStore().getEntityIterableCache().getProcessor().waitForJobs(5);
Assert.assertTrue(((EntityIteratorBase) txn.findWithPropSortedByValue("Issue", "description").iterator()).getIterable().isCachedInstance());
}

Expand Down

0 comments on commit 79334f1

Please sign in to comment.