Questions tagged [spring-boot-chaos-monkey]

Questions related to Chaos Monkey for Spring Boot. Chaos Monkey for Spring Boot will try to attack your Spring Boot App. You can use Chaos Monkey if you want to test the resulting applications for resilience.

Chaos Monkey for Spring boot supports following assaults:

  • Latency Assault
  • Exception Assault
  • AppKiller Assault
  • Memory Assault

You can learn more at https://codecentric.github.io/chaos-monkey-spring-boot/

25 questions
0
votes
0 answers

Chaos monkey assault on specific instance in multi-instance environemnt

I tried chaos monkey in a single sping boot application instance and I was successfully able to test all the assaults with it. But now I want to try the same experiment in mulitple intances with Load Balancer managing the load. If I will then…
TWICE
  • 23
  • 4
0
votes
0 answers

Is it possible to use Chaos Monkey Spring Boot w/o SB Actuator?

I am working on a project and we want to implement some Chaos Testing. We want to use Spring Boot Chaos Monkey however we are unable to use one of the hard dependencies of Spring Boot Actuator (Jackson Databind to be specific). It seems…
0
votes
1 answer

Unable to to do chaos Experiment on Azure SQL data base

I'm new to Chaos engineering. I'm trying to attach PAAS service hosted in Azure like SSMS(Azure SQL). I'm using LitmusChaos and Gremlin tools to connect and attack but fail. is there any way I can validate? My objective to validate the…
0
votes
1 answer

spring-boot-chaos-monkey - Changing the assualts/watcher configuration on multiple instances of same application

Spring-boot-chaos-monkey works really well with an application running on my local machine or if there is not more then one instance of the application. Now, imagine that my application has 2 instances and hosted on aws behind load balancer and I…
Jaydatt
  • 142
  • 7
0
votes
0 answers

Failed to bind properties under 'chaos.monkey.assaults' to de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties

After adding choas Money Application start throwing "nAPPLICATION FAILED TO START" error. Springbot version : org.springframework.boot
vaquar khan
  • 10,864
  • 5
  • 72
  • 96
0
votes
4 answers

Springboot chaos-monkey assaults [killApplicationActive and memoryActive] not working

I am using Springboot 2.3.1.RELEASE and chaos monkey its working fine for latencyActive and exceptionsActive. de.codecentric chaos-monkey-spring-boot
vaquar khan
  • 10,864
  • 5
  • 72
  • 96
0
votes
1 answer

Chaos testing of Vertx Application

Pointers on any tool for chaos testing of Vertx application deployed on Openshift. Will chaos monkey work or any other tool out there?
0
votes
0 answers

Hystrix does not terminating thread after calling fallback

I am testing a feign client slow response using chaos monkey spring boot. Fallback is getting called and response is returned back but the method execution continues. logger.info("Get the value from the organization ms…
0
votes
0 answers

spring boot chaos monkey not working with feign

I am testing the spring boot chaos monkey with feign ,hystrix and ribbon. It is not working. Calls are not failing as expected. organizationService: ribbon: MaxAutoRetries: 2 MaxAutoRetriesNextServer: 0 OkToRetryOnAllOperations: true …
0
votes
2 answers

Spring Boot chaosmonkey

I am trying to use chaos monkey with spring boot but getting the following error. Has anyone used it with spring cloud and Hystrix to test the fallback? Not able to start the server. Caused by:…
1
2