| Class | Description |
|---|---|
| Bug36853EventsExpiryDUnitTest |
This is a bug test for 36853 (Expiry logic in HA is used to expire early data
that a secondary picks up that is not in the primary.
|
| CQListGIIDUnitTest | |
| EventIdOptimizationDUnitTest |
This test verifies that eventId, while being sent across the network ( client
to server, server to client and peer to peer) , goes as optimized byte-array.
|
| FailoverDUnitTest |
Dunit test to verify HA feature.
|
| HABugInPutDUnitTest |
This Dunit test is to verify the bug in put() operation.
|
| HAClearDUnitTest |
This is the Dunit test to verify clear and destroyRegion operation in
Client-Server configuration.
|
| HAConflationDUnitTest |
This is Targetted conflation Dunit test.
|
| HADispatcherDUnitTest |
This Dunit test is to verify that when the dispatcher of CS dispatches the
Event , the peer's HARegionQueue should get the events removed from the HA
RegionQueues assuming the QRM thread has acted upon by that time
This is done in the following steps
1.
|
| HADispatcherDUnitTest.HAClientListener |
This is the client listener which notifies the waiting thread when it
receives the event.
|
| HADispatcherDUnitTest.HAServerListener |
This is the server listener which ensures that regionqueue is properly populated
|
| HADuplicateDUnitTest |
This is the Dunit test to verify the duplicates after the fail over
The test perorms following operations
1.
|
| HAEventIdPropagationDUnitTest |
Test to verify correct propagation of EventID from server to client
|
| HAExpiryDUnitTest |
This test checks Expiration of events in the regionqueue.
|
| HAGIIBugDUnitTest |
This test points out the bug when GII of HARegion Queue is happening and at the same time it is receiving puts from peer to peer.
|
| HAGIIDUnitTest | |
| HAHelper |
Helper class to access the required functions of this package from
outside the package.
|
| HARegionDUnitTest |
Test to verify :
1)put() on a mirrored HARegion does not propagate 2)localDestroy() allowed on
a mirrored region 3) GII happens normally
|
| HARegionQueueDUnitTest | |
| HARQueueNewImplDUnitTest |
This DUnit contains various tests to ensure new implementation of ha region
queues works as expected.
|
| HASlowReceiverDUnitTest | |
| OperationsPropagationDUnitTest |
This test verifies that all entry operations (create,put,destroy,invalidate)
which propagate from one server1 to another server2 do get delivered to the
client connected to server2 (server2 is primary for client)
|
| PutAllDUnitTest |
Test to verify correct propagation of operations eventID's for put all
|
| StatsBugDUnitTest |
This is Dunit test for bug 36109.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.