}
// CHASM snapshot has no events and empty current version history.
archetypeID := rand.Uint32()
newSnapshot := s.CreateCHASMExecution(
rand.Int63(),
enumsspb.WORKFLOW_EXECUTION_STATE_CREATED,
enumspb.WORKFLOW_EXECUTION_STATUS_RUNNING,
rand.Int63(),
archetypeID,
)
s.AssertMSEqualWithDB(archetypeID, newSnapshot)
}
func (s *ExecutionMutableStateSuite) TestCreate_BrandNew_CurrentConflict() {