klesh commented on PR #5501: URL: https://github.com/apache/incubator-devlake/pull/5501#issuecomment-1600265360
@Marco-De-Stefani Hi, Seems like there are multiple places that need to be updated. I suggest that you delete those CSVs and rerun the `e2e` test, it will create new ones, then we just need to verify if they are expected 1. Try the following way to run the e2e test case locally and identify the failed CSVs, they are likely located inside the ` snapshot_tables` folder: ```sh cd backend E2E_DB_URL="mysql://merico:merico@localhost:3306/lake_e2e?charset=utf8mb4&parseTime=True" go test github.com/apache/incubator-devlake/plugins/gitlab/e2e ``` 2. identify the failed CSV, delete them 3. rerun the e2e test 4. check the newly generated CSV Feel free to reach out to me if any problem, your contribution is solid, the `e2e` tests are to make sure changes won't be overwritten accidentally. -- 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]
