The Simian Army is a suite of tools for keeping your cloud operating in top form. Chaos Monkey, the first member, is a resiliency tool that helps ensure that your applications can tolerate random instance failures
Please see the wiki.
To run tests locally,
./gradlew clean test
Note that if you run tests with intellij, it looks like tests may not work until you've run this from the command line at least once.
To build a war file, run
./gradlew build --info --stacktrace
You can find the resulting builds by matching the contents of
build/libs/*.war
Copyright 2012 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.