Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were a few tests where non-transactional requests were trying to acquire exclusive locks; this isn't allowed -- non-transactional requests can only perform writes by laying intents. We fix these tests by using the correct lock strength in such cases (lock.Intent). Epic: none Release note: None
- Loading branch information