Duansg opened a new pull request, #4135: URL: https://github.com/apache/hertzbeat/pull/4135
## What's changed? - Issue 1: The test uses an unversioned image: `private static final String VECTOR_IMAGE = "timberio/vector:latest-alpine";` At the time, a new version was pulled into CI, and the Vector configuration schema had changed, causing the original `protocol.headers` field to no longer be accepted. - Issue 2: There are currently too many directories being scanned by CI for docs, which leads to issues such as prolonged scan times and unreliable dead link detection. The scope of the scan needs to be narrowed; for example, only the source files in the `current/dev` directory should be checked. ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
