Navadeep0007 opened a new pull request, #135: URL: https://github.com/apache/skywalking-infra-e2e/pull/135
### Summary This PR adds support for verifying duplicate data in list-type checks within the e2e infrastructure framework. ### Changes - Added `internal/verify/duplicate_check.go` — implements `CheckForDuplicates()` utility to detect duplicate items in a list. - Added `internal/verify/duplicate_check_test.go` — unit tests to validate duplicate detection logic. ### Behavior The `CheckForDuplicates()` function returns an error when duplicate entries are found in a given list, helping ensure data integrity during verification. ### Related Issue Fixes apache/skywalking#12253 ### Checklist - [x] Implemented duplicate data verification utility - [x] Added corresponding unit tests - [x] Passed all Go tests locally ### Notes Future improvements may integrate this utility into the existing list verification logic for automated duplicate checking during e2e validation. -- 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]
