no need to create different map per test as we clear it
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
5758fb52c0
commit
b90f6de54e
|
@ -63,7 +63,7 @@ public class HazelcastTestHelper
|
|||
public SessionDataStoreFactory createSessionDataStoreFactory(boolean onlyClient)
|
||||
{
|
||||
HazelcastSessionDataStoreFactory factory = new HazelcastSessionDataStoreFactory();
|
||||
_name = Long.toString( TimeUnit.NANOSECONDS.toMillis(System.nanoTime()) );
|
||||
//_name = Long.toString( TimeUnit.NANOSECONDS.toMillis(System.nanoTime()) );
|
||||
factory.setOnlyClient( onlyClient );
|
||||
factory.setMapName(_name);
|
||||
factory.setHazelcastInstance(_instance);
|
||||
|
|
Loading…
Reference in New Issue