Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
55 stars 258 forks source link

Enhancement: Add Tests for Large Dataset Scenarios #2273

Open VinuB-Dev opened 2 days ago

VinuB-Dev commented 2 days ago

Issue Description

Currently, there are no test cases implemented to handle large dataset scenarios. We need to add tests that simulate the handling of large datasets in the API, especially for cases where thousands or more records are involved. This is important to ensure the system performs efficiently and correctly under such scenarios.

Expected Behavior

The system should be able to handle large datasets without performance degradation or errors. The new tests should simulate the handling of a high volume of data, ensuring API reliability and responsiveness.

Current Behavior

Currently, no tests are available for large dataset scenarios.

Reproducibility

Severity/Priority

Additional Information

Checklist