klesh opened a new issue, #3203: URL: https://github.com/apache/incubator-devlake/issues/3203
## What and why to refactor By convention, Most of our subtasks process only a portion of table rows based on `scope` (a board/repo), except for some special entities like `account` and `user`.Add records with different `scope` to all raw tables to prevent subtask processing records that belongs to other `scope`s However, by digging deep into #3186, I saw some subtasks aren't using `scope` filtering as well. ## Describe the solution you'd like At least one record with different scope must be added to the `source tables` for each step of all e2e-test from all plugins. Make sure the e2e fails when `scope` filter is missing. Fix the code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
