paultanay commented on issue #13408: URL: https://github.com/apache/skywalking/issues/13408#issuecomment-3852679384
@hanahmily Before I start, could you please clarify the implementation approach? **Question 1: Directory Structure** should I create seperate directory like this - `test\integration\standalone\deletion` where I will write the integration tests code ? (e.g. deletion\deletion_measure_test.go, deletion\deletion_stream_test.go, deletion\deletion_suite_test.go) I noticed this pattern is used for other integration tests (e.g., `query/`, `backup/`, `inspect/`), so I'm assuming this is the right approach? **Question 2: Scope of Work** - Are the deletion APIs/methods already implemented, and I just need to write integration tests to verify them? - Or do I need to implement both the deletion functionality and the tests? **Question 3: Test Scenarios** What specific scenarios should the tests cover? For example: - Delete a single measure/stream and verify it's removed - Verify other measures/streams are unaffected - Error handling (e.g., deleting non-existent items) - Any edge cases you'd like tested? -- 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]
