]
Work on ISPN-6445 started by Gustavo Fernandes.
-----------------------------------------------
PreloadingWithWriteBehindTest.testIfCanLoadKeysConcurrently random
failures
---------------------------------------------------------------------------
Key: ISPN-6445
URL:
https://issues.jboss.org/browse/ISPN-6445
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.2.0.Final
Reporter: Dan Berindei
Assignee: Gustavo Fernandes
Priority: Critical
Labels: testsuite_stability
Fix For: 9.0.0.Alpha1, 9.0.0.Final
The test assumes that the {{AdvancedAsyncCacheLoader.size()}} is accurate, but the
implementation actually ignores the in-memory changes and just delegates to the real
loader's {{size()}}.
Also, the method doesn't really belong in this test, because it doesn't use
preloading.