Skip to content

WIP: HTTP stop simulation test suite

Marcos Huck requested to merge feature/improved_http_tests into develop

Related tasks

Context

As a developer, I'd like to easily add new test cases depending on new business logic in the simulations endpoint.

There are significant race conditions on the TestSimulationRoute that make the task described above a little bit hard, and requires the developer how to sort out the complexity of the race condition.

Change

This MR introduces a test suite for stopping a simulation.

Other information

It deprecates the TestSimulationRoute stop simulation test cases.

Additional documentation

Edited by Marcos Huck

Merge request reports