All Questions
2 questions
0
votes
1
answer
608
views
Race conditions in API calls within Golang microservices
I have a microservice architecture running on Heroku. I am having some problems handling race conditions.
The problem is, that service A:
Needs to fetch the user's balance through an API call to ...
1
vote
1
answer
217
views
How perform automated tests over code that changes a DBMS (throught DML or DDL)?
I'm written a software as an exercise to improve my skills and I ask my self about how to test code that changes a database.
Let the code in my github:
https://github.com/daniloanp/Ensaios/blob/...