一键导入
integration-test-review
// Review changes to the new or already existing integration tests from `*_integration_test.go` files. Do this before making the changes to integration tests yourself or when asked to review them.
// Review changes to the new or already existing integration tests from `*_integration_test.go` files. Do this before making the changes to integration tests yourself or when asked to review them.
| name | integration-test-review |
| description | Review changes to the new or already existing integration tests from `*_integration_test.go` files. Do this before making the changes to integration tests yourself or when asked to review them. |
Changes made to integration tests should be reviewed while working on them or when asked to review them. When working on integration tests, make sure to follow the review rules specified here.
Analyze all connected implementation and integration tests, but focus and generate comments for the ones changed in the review scope. The review scope can be directly specified in the review request. If not specified, default to the PR scope when reviewing a PR, or the uncommitted changes otherwise. Don't review already existing and unchanged integration tests unless specifically requested.
Integration tests should meet the following criteria:
Test followed by service name (if applicable) and end with Integration (e.g., TestBackupSmokeIntegration)Review should end with a summary containing the following points: