scylla-operator icon indicating copy to clipboard operation
scylla-operator copied to clipboard

[Flake] ScyllaCluster should replace a node [It] using HostID based procedure when version of ScyllaDB is "docker.io/scylladb/scylla-enterprise:2023.1.0"

Open tnozicka opened this issue 1 year ago • 1 comments

https://prow.scylla-operator.scylladb.com/view/gs/scylla-operator-prow/pr-logs/pull/scylladb_scylla-operator/1515/pull-scylla-operator-e2e-gke-parallel/1719428852968591360#1:test-build-log.txt%3A701

 • [FAILED] [11.152 seconds]
ScyllaCluster should replace a node [It] using HostID based procedure when version of ScyllaDB is "docker.io/scylladb/scylla-enterprise:2023.1.0"
github.com/scylladb/scylla-operator/test/e2e/set/scyllacluster/scyllacluster_replace.go:201
  Timeline >>
  STEP: Creating a new namespace @ 10/31/23 19:16:27.798
  Oct 31 19:16:27.905: INFO: Created namespace "e2e-test-scyllacluster-ddjq2-qb8tm".
  STEP: Waiting for service account token Secret "e2e-user-token" in namespace "e2e-test-scyllacluster-ddjq2-qb8tm". @ 10/31/23 19:16:28.064
  STEP: Waiting for default ServiceAccount in namespace "e2e-test-scyllacluster-ddjq2-qb8tm". @ 10/31/23 19:16:28.53
  STEP: Creating a ScyllaCluster @ 10/31/23 19:16:28.585
  [FAILED] in [It] - github.com/scylladb/scylla-operator/test/e2e/set/scyllacluster/scyllacluster_replace.go:82 @ 10/31/23 19:16:28.758
  STEP: Collecting events from namespace "e2e-test-scyllacluster-ddjq2-qb8tm". @ 10/31/23 19:16:28.758
  STEP: Found 0 events. @ 10/31/23 19:16:28.942
  STEP: Collecting dumps from namespace "e2e-test-scyllacluster-ddjq2-qb8tm". @ 10/31/23 19:16:28.943
  STEP: Destroying namespace "e2e-test-scyllacluster-ddjq2-qb8tm". @ 10/31/23 19:16:33.237
  STEP: Waiting for namespace "e2e-test-scyllacluster-ddjq2-qb8tm" to be removed. @ 10/31/23 19:16:33.253
  << Timeline
  [FAILED] Unexpected error:
      <*errors.StatusError | 0xc000706fa0>: 
      Unauthorized
      {
          ErrStatus: {
              TypeMeta: {Kind: "", APIVersion: ""},
              ListMeta: {
                  SelfLink: "",
                  ResourceVersion: "",
                  Continue: "",
                  RemainingItemCount: nil,
              },
              Status: "Failure",
              Message: "Unauthorized",
              Reason: "Unauthorized",
              Details: nil,
              Code: 401,
          },
      }
  occurred
  In [It] at: github.com/scylladb/scylla-operator/test/e2e/set/scyllacluster/scyllacluster_replace.go:82 @ 10/31/23 19:16:28.758
  Full Stack Trace
    github.com/scylladb/scylla-operator/test/e2e/set/scyllacluster.glob..func9.4(0xc000143340)
    	github.com/scylladb/scylla-operator/test/e2e/set/scyllacluster/scyllacluster_replace.go:82 +0x211
    reflect.Value.call({0x1b389e0?, 0xc000464ec0?, 0x7fb96875c5b0?}, {0x1ffe455, 0x4}, {0xc0003b40d8, 0x1, 0x0?})
    	reflect/value.go:596 +0xce7
    reflect.Value.Call({0x1b389e0?, 0xc000464ec0?, 0x2326aa0?}, {0xc0003b40d8?, 0xc0005809c0?, 0xc000384fa8?})
    	reflect/value.go:380 +0xb9 

tnozicka avatar Oct 31 '23 20:10 tnozicka