Constant Field Values
Contents
cloud.filibuster.*
-
cloud.filibuster.dei.implementations.DistributedExecutionIndexV1.Properties.TestScope Modifier and Type Constant Field Value public static final boolean
TEST_SCOPE_COUNTER_DEFAULT
false
-
cloud.filibuster.examples.APIServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.APIService"
-
cloud.filibuster.examples.CartServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.CartService"
-
cloud.filibuster.examples.Hello.CreateSessionRequest Modifier and Type Constant Field Value public static final int
LOCATION_FIELD_NUMBER
2
public static final int
USERID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.CreateSessionResponse Modifier and Type Constant Field Value public static final int
SESSIONID_FIELD_NUMBER
1
public static final int
SESSIONSIZE_FIELD_NUMBER
2
-
cloud.filibuster.examples.Hello.GetCartRequest Modifier and Type Constant Field Value public static final int
SESSION_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetCartResponse Modifier and Type Constant Field Value public static final int
CART_ID_FIELD_NUMBER
1
public static final int
MERCHANT_ID_FIELD_NUMBER
3
public static final int
TOTAL_FIELD_NUMBER
2
-
cloud.filibuster.examples.Hello.GetDiscountRequest Modifier and Type Constant Field Value public static final int
CODE_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetDiscountResponse Modifier and Type Constant Field Value public static final int
PERCENT_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetLocationFromSessionResponse Modifier and Type Constant Field Value public static final int
LOCATION_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetSessionRequest Modifier and Type Constant Field Value public static final int
SESSION_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetSessionResponse Modifier and Type Constant Field Value public static final int
SESSION_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetUserRequest Modifier and Type Constant Field Value public static final int
SESSION_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.GetUserResponse Modifier and Type Constant Field Value public static final int
USER_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.HelloExtendedReply Modifier and Type Constant Field Value public static final int
CREATED_AT_FIELD_NUMBER
4
public static final int
FIRST_MESSAGE_FIELD_NUMBER
2
public static final int
NAME_FIELD_NUMBER
1
public static final int
SECOND_MESSAGE_FIELD_NUMBER
3
-
cloud.filibuster.examples.Hello.HelloExtendedRequest Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.HelloReply Modifier and Type Constant Field Value public static final int
MESSAGE_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.HelloRequest Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.NonPrimitiveRequest Modifier and Type Constant Field Value public static final int
OBJ_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.NonPrimitiveResponse Modifier and Type Constant Field Value public static final int
OBJ_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.NotifyDiscountAppliedRequest Modifier and Type Constant Field Value public static final int
CART_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.PurchaseRequest Modifier and Type Constant Field Value public static final int
ABORTONLESSTHANDISCOUNTAMOUNT_FIELD_NUMBER
3
public static final int
ABORTONNODISCOUNT_FIELD_NUMBER
2
public static final int
SESSION_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.PurchaseResponse Modifier and Type Constant Field Value public static final int
SUCCESS_FIELD_NUMBER
1
public static final int
TOTAL_FIELD_NUMBER
2
-
cloud.filibuster.examples.Hello.RedisReply Modifier and Type Constant Field Value public static final int
VALUE_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.RedisRequest Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.UpdateCartRequest Modifier and Type Constant Field Value public static final int
CART_ID_FIELD_NUMBER
1
public static final int
DISCOUNT_AMOUNT_FIELD_NUMBER
2
-
cloud.filibuster.examples.Hello.UpdateCartResponse Modifier and Type Constant Field Value public static final int
CART_ID_FIELD_NUMBER
1
public static final int
TOTAL_FIELD_NUMBER
2
-
cloud.filibuster.examples.Hello.ValidateSessionRequest Modifier and Type Constant Field Value public static final int
SESSION_ID_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.WorldReply Modifier and Type Constant Field Value public static final int
MESSAGE_FIELD_NUMBER
1
-
cloud.filibuster.examples.Hello.WorldRequest Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
cloud.filibuster.examples.HelloServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.HelloService"
-
cloud.filibuster.examples.PricingAdjustmentServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.PricingAdjustmentService"
-
cloud.filibuster.examples.UserServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.UserService"
-
cloud.filibuster.examples.WorldServiceGrpc Modifier and Type Constant Field Value public static final java.lang.String
SERVICE_NAME
"cloud.filibuster.examples.WorldService"
-
cloud.filibuster.instrumentation.Constants Modifier and Type Constant Field Value public static final java.lang.String
FILIBUSTER_EXECUTION_INDEX
"_filibuster_execution_index"
public static final java.lang.String
FILIBUSTER_ORIGIN_VCLOCK
"_filibuster_origin_vclock"
public static final java.lang.String
FILIBUSTER_REQUEST_ID
"_filibuster_request_id"
public static final java.lang.String
FILIBUSTER_VCLOCK
"_filibuster_vclock"
-
cloud.filibuster.instrumentation.helpers.Property Modifier and Type Constant Field Value public static final boolean
AVOID_INJECTIONS_ON_ORGANIC_FAILURES_DEFAULT
false
public static final boolean
AVOID_REDUNDANT_INJECTIONS_DEFAULT
false
public static final boolean
DATA_NONDETERMINISM_DEFAULT
false
public static final boolean
FAIL_IF_FAULT_INJECTION_MISMATCH_DEFAULT
false
public static final boolean
FAIL_IF_FAULT_NOT_INJECTED_AND_A_TRACKED_METHOD_IS_INVOKED_DEFAULT
false
public static final boolean
FAIL_IF_FAULT_NOT_INJECTED_DEFAULT
false
public static final boolean
FAIL_ON_ORGANIC_FAILURES_DEFAULT
false
public static final int
MAX_ITERATIONS_DEFAULT
99
public static final int
RANDOM_SEED_DEFAULT
0
public static final boolean
REDIS_PORT_NONDETERMINISM_DEFAULT
false
public static final boolean
SERVER_BACKEND_CAN_INVOKE_DIRECTLY_DEFAULT
false
public static final java.lang.String
SERVER_BACKEND_DOCKER_IMAGE_NAME_DEFAULT
"filibustertesting/filibuster:0.34"
public static final java.lang.String
SERVER_HOST_DEFAULT
"localhost"
public static final int
SERVER_PORT_DEFAULT
5005
public static final boolean
SUPPRESS_COMBINATIONS_DEFAULT
false
public static final boolean
TEST_V2_ARGUMENTS_DEFAULT
true
public static final boolean
TEST_V2_EXCEPTION_DEFAULT
true
public static final boolean
TEST_V2_RETURN_VALUE_DEFAULT
true
-
cloud.filibuster.instrumentation.instrumentors.FilibusterGrpcHeaders Modifier and Type Constant Field Value public static final java.lang.String
FILIBUSTER_EXCEPTION_CAUSE
"x-filibuster-exception-cause"
public static final java.lang.String
FILIBUSTER_EXCEPTION_CAUSE_MESSAGE
"x-filibuster-exception-cause-message"
public static final java.lang.String
FILIBUSTER_EXCEPTION_CODE
"x-filibuster-exception-code"
public static final java.lang.String
FILIBUSTER_EXCEPTION_DESCRIPTION
"x-filibuster-exception-description"
public static final java.lang.String
FILIBUSTER_EXCEPTION_NAME
"x-filibuster-exception-name"
-
cloud.filibuster.junit.TestWithFilibuster Modifier and Type Constant Field Value public static final java.lang.String
CURRENT_ITERATION_PLACEHOLDER
"{currentIteration}"
public static final java.lang.String
DISPLAY_NAME_PLACEHOLDER
"{displayName}"
public static final java.lang.String
INITIAL_SHORT_DISPLAY_NAME
"Fault-free Execution (Filibuster synthesized fault-injection test #{currentIteration})"
public static final java.lang.String
SHORT_DISPLAY_NAME
"Filibuster synthesized fault-injection test #{currentIteration}"
public static final java.lang.String
TOTAL_ITERATIONS_PLACEHOLDER
"{totalIterations}"