Skip to content

Use sequence for factory ids

marcheing requested to merge use_sequence_for_factory_ids into master

Factory objects should be as similar as possible to valid objects after creation. This MR adds the id field to all the factories as a sequence, allowing multiple objects to be built but without the same id.

Merge request reports