[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:
committed by
GitHub
parent
308e8c389b
commit
3d67e56fbc
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user