testRestartAddedService() Verifies that a service added to the configuration when the app is offline will be
added when the app starts.
public void
testRestartServiceModified() Verifies that a service modified when the app is offline is reflected in when the
app comes online.
Exact scenario: the service is set alive=false (presumably by being down and another node
marking the service as alive=false).
public void
testRestartServiceRemoved() Verifies that a service is removed when it is removed from the config when app is offline
and started again.
public void
testServiceRefreshAddedService() Verifies when service is added to configuration that differs from the config in the db the change is reflected.
public void testMultipleManualRefreshes() throws Exception(Code)
testRestartAddedService
public void testRestartAddedService() throws Exception(Code)
Verifies that a service added to the configuration when the app is offline will be
added when the app starts.
throws: Exception -
testRestartServiceModified
public void testRestartServiceModified() throws Exception(Code)
Verifies that a service modified when the app is offline is reflected in when the
app comes online.
Exact scenario: the service is set alive=false (presumably by being down and another node
marking the service as alive=false). The node comes back and marks it's service as alive.
throws: Exception -
testRestartServiceRemoved
public void testRestartServiceRemoved() throws Exception(Code)
Verifies that a service is removed when it is removed from the config when app is offline
and started again.
throws: Exception -
testServiceRefreshAddedService
public void testServiceRefreshAddedService() throws Exception(Code)
Verifies when service is added to configuration that differs from the config in the db the change is reflected.
testServiceRefreshServiceModified
public void testServiceRefreshServiceModified() throws Exception(Code)
Verifies when a node marking a service as dead that service is marked alive
when this node refreshes it's services
throws: Exception -
testServiceRefreshServiceRemoved
public void testServiceRefreshServiceRemoved() throws Exception(Code)
Methods inherited from org.kuali.bus.test.KSBTestCase