QA Check Report - No server validation during "today's database" check. #7
Labels
bug
QA Check Report
Issue relates to the QA Check Report identifying potential w3act issues introduced by users
To save time running the report we first check to see whether we already have today's data exported and transformed to json.
However, we don't check which server it came from. In production this won't normally be a problem but during testing and development it can cause confusion when we switch between data sources; e.g. the data is sourced from server 1 and tests ok. We repoint to server 2, and wonder why we aren't getting different results - because it is still using the data (it only checks today's date) from server 1.
Fix is probably just to append the server name to the json file or similar and test that as well as the date.
The text was updated successfully, but these errors were encountered: