hanahmily commented on issue #13408: URL: https://github.com/apache/skywalking/issues/13408#issuecomment-3853239936
1. Directory Structure Create test cases under `test/cases/schema/deletion.go`. Set up the standalone test environment under `test/integration/standalone/schema/deletion.go` and the cluster test environment under `test/integration/distributed/schema/deletion.go`. The test environments should reference the shared test cases. 2. Test Process 2.1 Write several records to the target subject (measure/stream/trace). 2.2 Delete the target subject. 2.3 Verify that new data to the deleted subject is rejected and that the subject is no longer visible. 2.4 Write 20 batches of data to another subject (not the deleted one) in the same group as the deleted subject. 2.5 Verify that all written data can be retrieved successfully. This confirms that data without an associated subject does not affect merge and query operations, since subjects in the same group share the same physical files. -- 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]
