wu-sheng opened a new pull request, #177: URL: https://github.com/apache/skywalking-helm/pull/177
## Summary - The SWCK operator matches `OAPServerConfig` to `OAPServer` by `spec.version`. The OAPServer uses version `latest` but the upstream `oapserverconfig-demo.yaml` has `version: 9.5.0`, so the operator never applies the config and the OAP pod is never restarted, causing the test to timeout. - Add `sed 's/version: 9.5.0/version: latest/'` to align the OAPServerConfig version with the OAPServer. ## Test plan - [ ] CI `Run SWCK oap-ui-agent-oapserverconfig Test` passes -- 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]
