You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SWCK oapserverconfig e2e version mismatch (#177)
Fix SWCK oapserverconfig e2e test for latest OAP compatibility
Two issues prevented the oapserverconfig test from passing with the
latest OAP images:
1. OAPServerConfig spec.version (9.5.0) didn't match OAPServer (latest),
so the SWCK operator never applied the config and the pod was never
restarted, causing a timeout.
2. The LAL rule from SWCK v0.9.0 was missing the layer property required
by the latest OAP, so log_count metrics were never produced and
log_count_info verification failed with all-zero values. This was
fixed upstream in apache/skywalking-swck#177.
Switch from SWCK v0.9.0 to the latest commit (e98e180) which includes
the LAL layer fix, and add sed to align the version field.
0 commit comments