Add tests for filter notification ordering
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 12 Feb 2016 16:37:05 +0000 (11:37 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 12 Feb 2016 17:07:20 +0000 (12:07 -0500)
There was a bug in the Java agent with regards to agent teardown:
upon disconnection, the list of tracked events was cleared but no
corresponding filter change notifications were sent! This could leave
some event rules dangling, and future listeners would get incorrectly
notified that these events were enabled while they were not.

Add some tests to cover for this use case.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

No differences found
This page took 0.022572 seconds and 4 git commands to generate.