Xikui Wang created ASTERIXDB-1968:
-------------------------------------

             Summary: ActiveMessageTest fails sporadically
                 Key: ASTERIXDB-1968
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1968
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Xikui Wang


{noformat}
// Ask for runtime that is not registered
        HyracksDataException expectedException = null;
        nc1AppCtx.getActiveManager().deregisterRuntime(activeRuntimeId);
        try {
            eventsListener.refreshStats(100000);
        } catch (HyracksDataException e) {
            expectedException = e;
        }
        Assert.assertTrue(expectedException != null
                && expectedException.getErrorCode() == 
ErrorCode.ACTIVE_MANAGER_INVALID_RUNTIME);
{noformat}

This fails sporadically during the test. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to