Description
Some failures in the tests with after removing a constraint and then sending mutations, and the mutations being incorrectly rejected.
It appears that the tabletserver just didn't see the update yet (the TableConfWatcher must not have fully completed), and thus the ConfiguratorObserver wasn't triggered, and the Tablet's ConstraintChecker didn't get updated.
Waiting a little bit should fix the test.