Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When fed guid opt branch was merged there was a change in initializeBranchProvenance() function which closed the master and branch imodel if createFedGuidsForMaster: true,. Because of this when the test tried to peform saveChanges() it would fail. I decided to just remove save changes because performing .close() on the imodels should save changes before closing. This should be better for the context of a perf test so time isn't wasted reopening the imodel just to save changes and then close again. Co-authored-by: Daniel Rodriguez <[email protected]>
- Loading branch information