MCPcopy
hub / github.com/Netflix/chaosmonkey / Error

Method Error

term/term.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42type UnleashedInTestEnv struct{}
43
44func (err UnleashedInTestEnv) Error() string {
45 return "not terminating: Chaos Monkey may not run unleashed in the test environment"
46}
47
48// Terminate executes the "terminate" command. This selects an instance
49// based on the app, account, region, stack, cluster passed

Callers 15

TestExceptionMatchesFunction · 0.45
addToScheduleFunction · 0.45
TestRegisterWithCronFunction · 0.45
testSetupFunction · 0.45
TestCombinationsFunction · 0.45
isWhitelistFunction · 0.45
TestNewAppWithRegionFunction · 0.45
TestNewAppCrossRegionFunction · 0.45
TestNewStackWithRegionFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestExceptionMatchesFunction · 0.36
addToScheduleFunction · 0.36
TestRegisterWithCronFunction · 0.36
testSetupFunction · 0.36
TestCombinationsFunction · 0.36
TestNewAppWithRegionFunction · 0.36
TestNewAppCrossRegionFunction · 0.36
TestNewStackWithRegionFunction · 0.36
TestNewStackCrossRegionFunction · 0.36