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
[chore] Fix flaky k8sevents functional test (#1705)
Ignoring attributes added by k8sattributes processor. This potentially can be fixed by enabling `wait_for_metadata` config option. However, the usage of that attribute is questionable, I don't think we should delay the start because of it
k8sObjectsLogs=updateLogRecordBody(k8sObjectsLogs, []string{"object", "metadata", "managedFields", "0", "manager"}, "k8sevents.test") // changes when the test name which runs k8s client changes
95
95
96
+
// the following attributes are added by the k8sattributes processor which might not be ready when the test runs
0 commit comments