Skip to content

Handle repository creations transactionally

Sami Hiltunen requested to merge smh-transactional-create-repository into master

With the TransactionManager now supporting creating a repository in a transaction, let's enable the repository creating RPCs to run transactionally.

Some tests needed minor adjustments as they assert storage details that change with transactions.

Merge request reports