You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Integration tests we have several Redis tests.
Theoretically, each tests should clean key added in Redis but would be cleaner to use a dedicated prefix.
So dev can clean key related to tests easily.
In code we should have some comments like :
// Create redis storePool<Jedis> jedis = RedisTestUtil.createJedisPool();
// TODO use custom key when https://github.com/eclipse/leshan/issues/1249 will be availablebuilder.setRegistrationStore(newRedisRegistrationStore(jedis));
The text was updated successfully, but these errors were encountered:
In Integration tests we have several Redis tests.
Theoretically, each tests should clean key added in Redis but would be cleaner to use a dedicated prefix.
So dev can clean key related to tests easily.
In code we should have some comments like :
The text was updated successfully, but these errors were encountered: