[WIP] feat: proposal structre for 2pc operations in multiregion (#5159)

* feat: proposal structre for 2pc operations in multiregion

* feat: minor restructure

* feat: added another test

* fix(2PC): refactor to include return value and errors

* fix(2PC): improve and test tests

* fix(2PC): improve logging

---------

Co-authored-by: Charles Driesler <chuck@speckle.systems>
This commit is contained in:
Daniel Gak Anagrov
2025-08-15 11:50:01 +02:00
committed by GitHub
parent 308e8c389b
commit 3d67e56fbc
6 changed files with 306 additions and 2 deletions
@@ -992,7 +992,7 @@ describe('Workspace project GQL CRUD', () => {
})
isMultiRegionTestMode()
? describe('when the default server db region is not the main db', () => {
? describe('when the default server db region is not the main db @multiregion', () => {
const regionalProject: StreamRecord = {
id: cryptoRandomString({ length: 9 }),
name: 'My Special Project',