New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISPN-10224 Fix session protection #7025
ISPN-10224 Fix session protection #7025
Conversation
ecbd11b
to
e484e00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have liked a separate JIRA+commit for adding the SKIP_LISTENER_NOTIFICATION flag, otherwise it looks good.
client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SkipNotificationsFlagTest.java
Outdated
Show resolved
Hide resolved
| @@ -66,6 +66,23 @@ public void testEventBridge() throws Exception { | |||
| EventsWaiter.assertSessionContent(() -> eventsCollector.getEvents(), SessionDeletedEvent.class, sessionToBeDeleted.getId(), "foo", "bar", 2, TimeUnit.SECONDS); | |||
| } | |||
|
|
|||
| @Test | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wburns here
e484e00
to
7166647
Compare
|
@danberindei already been backported |
https://issues.jboss.org/browse/ISPN-10224