-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Issue
The OneRosterSampleDataGenerator needs to update/delete more records during incremental data generation to improve data testing. Currently, the number of updated records is limited, making it difficult to simulate real-world changes effectively.
Fixes
- Increase the number of OneRoster records that are updated or deleted during incremental data generation.
- Apply changes to the following entities:
- Classes
- Courses
- Demographics
- Orgs
- Ensure the updates simulate realistic modifications, such as enrollment changes, new course offerings, and updated demographics.
Acceptance
- A larger number of Classes, Courses, Demographics, and Orgs records are modified during incremental data generation.
- Updates and deletions reflect realistic data changes.
- No impact on full data generation.
- Proper logging to track modified records for debugging.
Module
Core
##Steps
- Identify and increase the number of records modified during incremental data generation.
- Implement logic to update/delete Classes, Courses, Demographics, and Orgs.
- Ensure changes are randomized but controlled for testing consistency.
- Add logging for tracking modified records.
- Test with incremental data imports to validate updates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels