Skip to content

Commit

Permalink
Bug 35843409 - Build: JmxMBeanTests.testConnectionMessagingDebug (mai…
Browse files Browse the repository at this point in the history
…n -> ce-main, ce-v23.09 @104800)

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 104830]
  • Loading branch information
lsho committed Nov 22, 2023
1 parent f27fb7d commit 82c2e27
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void testMessagingDebug(String sMBeanType)
{
InvocationService service = (InvocationService)
getFactory().ensureService(INVOCATION_SERVICE_NAME);
Eventually.assertThat(service.isRunning(), is(true));

try
{
Expand Down Expand Up @@ -301,6 +302,7 @@ public void run()
}
catch (Exception e)
{
Base.log("JmxMBeanTests.MessagingDebugInvocable.run() got an exception: " + e);
throw ensureRuntimeException(e);
}
}
Expand Down

0 comments on commit 82c2e27

Please sign in to comment.