UserSessionProviderModelTest#testRemoteCachesParallel sessions are not removed after the test
Closes #21295
This commit is contained in:
parent
22e40641e9
commit
a07ec20be9
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ public class UserSessionProviderModelTest extends KeycloakModelTest {
|
|||
RemoteCache<String, HotRodUserSessionEntity> remoteCache = provider.getRemoteCache(ModelEntityUtil.getModelName(UserSessionModel.class));
|
||||
HotRodUserSessionEntity userSessionEntity = new HotRodUserSessionEntity();
|
||||
userSessionEntity.id = UUID.randomUUID().toString();
|
||||
userSessionEntity.realmId = realmId;
|
||||
remoteCache.put(userSessionEntity.id, userSessionEntity);
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue