Daniel Marcano
Results
2
issues of
Daniel Marcano
**Describe the problem/challenge you have** We want to use kapp to reconcile our e2e tests. We're trying to deploy multiple CRs that don't depend on each other, they can be...
enhancement
discussion
carvel accepted
priority/important-soon
I'm making modifications to two tables in a given time and trying to avoid concurrency problems, so I'm using `DB::beginTransaction();` Everything executes just fine, but when I do `DB::commit()` nothing...