tmf: catch exception for coalesced requests
authorGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 13 Oct 2016 15:44:46 +0000 (11:44 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 9 Feb 2017 17:09:11 +0000 (12:09 -0500)
commit4eebe59dd6484ec6576599689da1c69393734b79
tree7e64bf9049ddbc2e20667feecbc7a91a140b1106
parenta485bc7f50ddaf9dfb650a387de5f38ee16b8897
tmf: catch exception for coalesced requests

When an event request that is coalesced causes a runtime exception,
it should not cause the failure of all the other requests coalesced
with it. This fails only the faulty one.

Change-Id: Ie339775fef23210f72fcf93e882b37e2ea8ce646
Signed-off-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/83141
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/request/TmfEventRequestIntegrationTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/request/TmfCoalescedEventRequest.java
This page took 0.026392 seconds and 5 git commands to generate.