Changes between Version 2 and Version 3 of Ticket #31908, comment 4


Ignore:
Timestamp:
Jan 5, 2026, 9:31:02 AM (12 days ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31908, comment 4

    v2 v3  
    1010I was wondering if a simpler approach could work for Oracle:
    1111
    12 * For parallel tests, create empty cloned test users (with suffixes like ``_1``, ``_2``)
     12* For parallel tests, create empty cloned test users (with suffixes like `_1`, `_2`)
    1313* Skip exporting/importing data entirely
    1414* Let Django handle schema creation via migrations and test data via its existing serialization logic
Back to Top