wu-sheng opened a new pull request, #177: URL: https://github.com/apache/skywalking-swck/pull/177
## Summary - The latest OAP requires a top-level `layer: GENERAL` property in LAL rules. The `oapserverconfig-demo.yaml` e2e test file is missing this property, causing the LAL rule to be silently ignored by the latest OAP server. - Without it, `log_count` metrics are never produced and the `log_count_info` verification fails with all-zero values. ## Changes - Add `layer: GENERAL` to the LAL rule in `test/e2e/oapserverconfig-demo.yaml` ## How this was found The [skywalking-helm e2e tests](https://github.com/apache/skywalking-helm/pull/177) were updated to use the latest OAP images instead of 9.5.0. The `oapserverconfig` test began failing because the custom LAL rule from this file lacked the `layer` property required by the latest OAP. -- 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]
