Done
Details
Assignee
Martin TranMartin TranReporter
Martin TranMartin TranPriority
P3Story Points
2Development Team
Folijet SupportRelease
Lotus R1 2022TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Martin Tran
Martin TranReporter
Martin Tran
Martin TranPriority
Story Points
2
Development Team
Folijet Support
Release
Lotus R1 2022
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 22, 2021 at 10:03 PM
Updated December 29, 2021 at 2:48 PM
Resolved December 2, 2021 at 12:43 PM
Cornell has over 20,000 records in the mod_source_record_manager*.job_executions* table which makes the landing page loads very slowly or not even load at all.
For testing purposes, create a script to generate fake data to populate in mod_source_record_manager*.job_executions* and
mod_source_record_manager*.job_execution_progress* tables so that we can simulate a dataset that has tens of thousands of records which is used to test the efficiency of loading the DI landing page (or the queries that are involved on that page).
AI: 1. Run attached script
2. To create fake data use SELECT put_job_executions('diku',10); where 'diku' is a tenant and 10 is a number of new records.
3. Run needed tests.
4. To cleanup fake data, use SELECT delete_job_executions('diku'); where 'diku' is a tenant.