-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
-
MDL-43835 setup different sequence starting values for each table to ensure that values did not collide with each other. When code is tested, the values from different tables cannot be mistaken for each other.
This however does not remove the possibility of a user hard coding the id's that run on their environment. By randomizing the IDs used, different people and different init's will cause new table IDs to be used. This will ensure that developers do not hard code id information into their tests.