Test Azure Batch reliability with Gremlin. Simulate process crashes and node failures to validate job rescheduling across VM pools.
Azure Batch runs work that nobody watches, which breaks the feedback loop by design. A node lost mid-task doesn't page anyone. The consequence appears later, in whatever process expected the output.
Ambiguity is what makes it expensive. Teams often can't tell after the fact whether a task completed, restarted, or produced partial results, and reconstructing that from logs takes longer than the job did. If tasks aren't idempotent, an automatic retry compounds the problem by writing the same work twice.
Gremlin gives you those answers while no deadline is attached. Install the Gremlin Agent on your VM pool nodes, then run Shutdown experiments during an active job to see whether the pool reschedules cleanly and whether tasks resume or start over. Process Killer experiments simulate a crashed task process without taking the node with it.
The answer determines how much manual verification your team performs on every run from here on, which makes it worth establishing once rather than assuming forever.
Host failure - Linux
Prepare for Linux host failures by shutting down a percentage of your hosts and observing the results. Validate that your infrastructure handles host loss without impacting service availability.
Scalability: Disk I/O
Test that your service scales as expected when Disk I/O is limited. Gremlin will carry out many read and write operations in the target's /var/tmp directory. Estimated test length: 20 minutes.
Host redundancy - Linux
Test resilience to host failures by shutting down a randomly selected Linux host. Verify that your platform automatically restarts or replaces it.
* Gremlin is designed to work on any cloud platform that provides Linux or Windows hosts. We haven't individually tested every service we cover, and not all are officially supported. Check our compatibility documentation for tested operating systems and known caveats, or get in touch if you don't see yours.
Intelligent Health Checks - Azure
Automatically monitor your Azure services during testing in one-click with Intelligent Health Checks.
Avoid downtime. Use Gremlin to turn failure into resilience.
Gremlin empowers you to proactively root out failure before it causes downtime. See how you can harness chaos to build resilient systems by requesting a demo of Gremlin.
