public class Validator extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
createCount |
static long |
destroyCount |
static long |
invalidateCount |
static long |
updateCount |
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
checkBlackBoardForException()
Checks the blackboard for exception count.
|
static void |
checkClientConflation()
The following task is used for client Q conflation tests.
|
static void |
checkForConflation() |
static void |
checkHAOverFlowUsedOnPrimary()
This method is an CLOSETASK and does the following :
use ha overflow status flag in share black board for inference on HAOverFlow use in test |
static void |
pauseBeforeValidation()
Waits for some time before going for validations.
|
static void |
toggleHAOverflowFlag()
This method is an CLOSETASK and does the following :
toggle ha overflow status flag in shared black board |
static void |
validateInvalidatesConflationEnabledWithFailover()
validation for the hydra test with failover and conflation enabled.
|
static void |
validateInvalidatesConflationEnabledWithNoFailover()
validation for the hydra without failover and conflation enabled
notifybySubscription = false validation scheme is : number of invalidates
received at the client should be equal to number of puts - number of events
conflated
|
static void |
validateNumberOfInvalidatesReceived()
Validate the number of invalidates received.
|
static void |
validateNumberOfInvalidatesReceivedWithoutFailover()
Validate the number of invalidates received.
|
static void |
validateOpCountsForFailover()
Validates the various entry operations count in case of failover.
|
static void |
validateOpCountsForNoFailover()
Validates the various entry operations count in case of no failover.
|
static void |
validateOpCountsNoFailoverConflationEnabled()
Validates the various entry operations count in case of failover.
|
static void |
verifyNoConflation()
This task is for the client Q conflation tests.
|
public static long createCount
public static long updateCount
public static long invalidateCount
public static long destroyCount
public static void validateNumberOfInvalidatesReceived()
public static void validateNumberOfInvalidatesReceivedWithoutFailover()
public static void validateInvalidatesConflationEnabledWithNoFailover()
public static void validateInvalidatesConflationEnabledWithFailover()
public static String checkBlackBoardForException()
public static void validateOpCountsForNoFailover()
public static void validateOpCountsForFailover()
public static void validateOpCountsNoFailoverConflationEnabled()
public static void pauseBeforeValidation()
public static void checkForConflation()
public static void checkClientConflation()
public static void verifyNoConflation()
public static void toggleHAOverflowFlag()
public static void checkHAOverFlowUsedOnPrimary()
TestExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.