Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

BUG : BatchFunctionalTest not properly rolling back #101

Closed orubel closed 11 months ago

orubel commented 11 months ago

BatchFunctionalTest can install ROLES that do not get properly rolled back causing errors upon next run.

This is an easy fix if you know to just uninstall the authorities from the database but you shouldn't have to do this.

We need to have transaction and rollback in our services

orubel commented 11 months ago

fixed. Will be in next release.