]
Sebastian Łaskawiec updated ISPN-6445:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
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: Dan Berindei
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.