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
Tests that extend AbstractHazelcast4IndexedSessionRepositoryITests or AbstractHazelcastIndexedSessionRepositoryITests may fail depending which order they are run in.
The tests should be independent of each other and the order should not impact their result.
For example, see this failed build, where the change in order caused createAndDestroySession to fail.