Skip to content

CI: RedirectSuite.TestAddVisibilityRedirects #17414

@brb

Description

@brb
FAIL: redirect_test.go:132: RedirectSuite.TestAddVisibilityRedirects

redirect_test.go:211:
    // Check that proxyport was updated accordingly.
    c.Assert(v.ProxyPort, check.Equals, kafkaPort)
... obtained uint16 = 0x4a39
... expected uint16 = 0x4a3b

0x4a39 == 19001 which is the previously set HTTP port. Looking at ep.UpdateVisibilityPolicy() it looks that the method is sync, so a hypothesis that it hadn't been updated yet when doing the assertion is very unlikely.

Full log:

=== RUN   Test

level=info msg="Parsing base label prefixes from default label list" subsys=labels-filter

level=info msg="Parsing additional label prefixes from user inputs: []" subsys=labels-filter

level=info msg="Final label prefixes to be used for identity evaluation:" subsys=labels-filter

level=info msg=" - reserved:.*" subsys=labels-filter

level=info msg=" - :io.kubernetes.pod.namespace" subsys=labels-filter

level=info msg=" - :io.cilium.k8s.namespace.labels" subsys=labels-filter

level=info msg=" - :app.kubernetes.io" subsys=labels-filter

level=info msg=" - !:io.kubernetes" subsys=labels-filter

level=info msg=" - !:kubernetes.io" subsys=labels-filter

level=info msg=" - !:.*beta.kubernetes.io" subsys=labels-filter

level=info msg=" - !:k8s.io" subsys=labels-filter

level=info msg=" - !:pod-template-generation" subsys=labels-filter

level=info msg=" - !:pod-template-hash" subsys=labels-filter

level=info msg=" - !:controller-revision-hash" subsys=labels-filter

level=info msg=" - !:annotation.*" subsys=labels-filter

level=info msg=" - !:etcd_node" subsys=labels-filter

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77377" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77379" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77384" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77386" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77391" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77393" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-for-identity endpointState.to=waiting-to-regenerate file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-to-regenerate endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-for-identity endpointState.to=disconnected file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=ready endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=ready endpointState.to=disconnected file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-to-regenerate endpointState.to=ready file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-to-regenerate endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-to-regenerate endpointState.to=disconnected file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=regenerating endpointState.to=ready file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=regenerating endpointState.to=disconnected file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnecting endpointState.to=waiting-for-identity file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnecting endpointState.to=ready file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnecting endpointState.to=waiting-to-regenerate file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnecting endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnected endpointState.to=waiting-for-identity file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnected endpointState.to=ready file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnected endpointState.to=waiting-to-regenerate file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnected endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=disconnected endpointState.to=disconnecting file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from= endpointState.to=invalid file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=waiting-to-regenerate endpointState.to=regenerating file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Invalid state transition skipped" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=100 endpointState.from=restoring endpointState.to=waiting-to-regenerate file=/home/travis/gopath/src/github.com/cilium/cilium/pkg/endpoint/endpoint_test.go ipv4= ipv6= k8sPodName=/ line=375 subsys=endpoint

level=info msg="Got lease ID 49ec7bea2ac7739e" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773a0" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773ab" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773ad" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773b8" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773ba" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773c5" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773c7" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773d2" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773d4" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773df" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773e1" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773ec" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773ee" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac773f9" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac773fb" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77406" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77408" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77413" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77415" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77420" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77422" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac7742d" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac7742f" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac7743a" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac7743c" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77447" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77449" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=warning msg="Found incomplete restore directory /tmp/cilium-tests851346106/256_next. Removing it..." endpointID=256_next subsys=endpoint

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77454" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77456" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77461" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77463" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac7746e" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77470" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac7747b" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac7747d" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Allocated new global key" key="unspec:foo=;" subsys=allocator

level=info msg="Releasing key" key="[unspec:foo]" subsys=allocator

level=info msg="Released last local use of key, invoking global release" key="[unspec:foo]" subsys=kvstorebackend

level=info msg="Creating etcd client" ConfigPath= KeepAliveHeartbeat=15s KeepAliveTimeout=25s RateLimit=20 subsys=kvstore

level=info msg="Connecting to etcd server..." config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Initializing identity allocator" subsys=identity-cache

level=info msg="Got lease ID 49ec7bea2ac77490" subsys=kvstore

level=info msg="Got lock lease ID 49ec7bea2ac77492" subsys=kvstore

level=info msg="Initial etcd session established" config= endpoints="[http://127.0.0.1:4002]" subsys=kvstore

level=info msg="Successfully verified version of etcd endpoint" config= endpoints="[http://127.0.0.1:4002]" etcdEndpoint="http://127.0.0.1:4002" subsys=kvstore version=3.3.20

level=info msg="Allocated new global key" key="unspec:QA=;unspec:bar=;" subsys=allocator

level=info msg="Identity of endpoint changed" containerID= datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=12345 identity=5812 identityLabels="unspec:QA,unspec:bar" ipv4= ipv6= k8sPodName=/ oldIdentity="no identity" subsys=endpoint

----------------------------------------------------------------------

FAIL: redirect_test.go:132: RedirectSuite.TestAddVisibilityRedirects

redirect_test.go:211:

    // Check that proxyport was updated accordingly.

    c.Assert(v.ProxyPort, check.Equals, kafkaPort)

... obtained uint16 = 0x4a39

... expected uint16 = 0x4a3b

OOPS: 21 passed, 1 FAILED

--- FAIL: Test (4.53s)

=== RUN   TestEndpoint_GetK8sPodLabels

=== RUN   TestEndpoint_GetK8sPodLabels/has_all_k8s_labels

=== RUN   TestEndpoint_GetK8sPodLabels/the_namespace_labels,_service_account_and_namespace_should_be_ignored_as_they_don't_belong_to_pod_labels

=== RUN   TestEndpoint_GetK8sPodLabels/labels_with_other_source_than_k8s_should_also_be_ignored

--- PASS: TestEndpoint_GetK8sPodLabels (0.00s)

    --- PASS: TestEndpoint_GetK8sPodLabels/has_all_k8s_labels (0.00s)

    --- PASS: TestEndpoint_GetK8sPodLabels/the_namespace_labels,_service_account_and_namespace_should_be_ignored_as_they_don't_belong_to_pod_labels (0.00s)

    --- PASS: TestEndpoint_GetK8sPodLabels/labels_with_other_source_than_k8s_should_also_be_ignored (0.00s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/CIContinuous Integration testing issue or flakearea/proxyImpacts proxy components, including DNS, Kafka, Envoy and/or XDS servers.ci/flakeThis is a known failure that occurs in the tree. Please investigate me!staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions