-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakeci/flakeThis is a known failure that occurs in the tree. Please investigate me!This is a known failure that occurs in the tree. Please investigate me!
Description
CI failure
Hit on #34091
Link: https://github.com/cilium/cilium/actions/runs/10163720493/job/28107529401
--- FAIL: Test_LocalNodeWatcher (0.00s)
--- FAIL: Test_LocalNodeWatcher/update (0.00s)
local_node_watcher_test.go:79:
Error Trace: /host/pkg/hubble/observer/local_node_watcher_test.go:79
Error: Not equal:
expected: []string{"kubernetes.io/arch=arm64", "kubernetes.io/hostname=kind-kind", "kubernetes.io/os=linux"}
actual : []string{"kubernetes.io/arch=amd64", "kubernetes.io/hostname=ip-1-2-3-4.us-west-2.compute.internal", "kubernetes.io/os=linux", "topology.kubernetes.io/region=us-west-2", "topology.kubernetes.io/zone=us-west-2d"}
Diff:
--- Expected
+++ Actual
@@ -1,5 +1,7 @@
-([]string) (len=3) {
- (string) (len=24) "kubernetes.io/arch=arm64",
- (string) (len=32) "kubernetes.io/hostname=kind-kind",
- (string) (len=22) "kubernetes.io/os=linux"
+([]string) (len=5) {
+ (string) (len=24) "kubernetes.io/arch=amd64",
+ (string) (len=60) "kubernetes.io/hostname=ip-1-2-3-4.us-west-2.compute.internal",
+ (string) (len=22) "kubernetes.io/os=linux",
+ (string) (len=39) "topology.kubernetes.io/region=us-west-2",
+ (string) (len=38) "topology.kubernetes.io/zone=us-west-2d"
}
Test: Test_LocalNodeWatcher/update
FAIL
Metadata
Metadata
Assignees
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakeci/flakeThis is a known failure that occurs in the tree. Please investigate me!This is a known failure that occurs in the tree. Please investigate me!