Test Isolation #82
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
I started writing a CRUD test today:
This made me realize that we may want some way of supporting Showcase-enforced test isolation. I need it to be the case that if something goes wrong in this test, that it does not cascade to a bunch of other tests. Basically a "okay, this test is over, drop any data changes it made in the Identity or Messaging services".
That said, this warrants discussion. We may not want to do this, and there are other options:
len
increased by one, not that it is equal to one).That said, some kind of "transaction with rollback" is probably the best thing.
The text was updated successfully, but these errors were encountered: