Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.2.1
-
None
-
None
-
46: Completion 2.3. bk maint
-
1
Description
TestCase: TestUpdateBackupStatus
Backup Image: registry.gitlab.com/cb-vanilla/operator-backup:1.1.1-101
Server: couchbase/server:7.0.0
Operator, DAC: 2.2.1 GA image.
Job: http://qa.sc.couchbase.com/view/Cloud/job/k8s-cbop-aks-pipeline-2.2.x/94/consoleFull
BackTrace:
10:31:34 === CONT TestOperator/TestUpdateBackupStatus |
10:31:34 util.go:1302: timeout: string value is empty |
10:31:34 util.go:1303: goroutine 741 [running]: |
10:31:34 runtime/debug.Stack(0x1f0c4a6, 0xc0024fd0c8, 0x98) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/go/src/runtime/debug/stack.go:24 +0xab |
10:31:34 github.com/couchbase/couchbase-operator/test/e2e/e2eutil.Die(0xc000dec900, 0x35309a0, 0xc000fbe940) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/test/e2e/e2eutil/util.go:1298 +0x34 |
10:31:34 github.com/couchbase/couchbase-operator/test/e2e/e2eutil.MustWaitStatusUpdate(0xc000dec900, 0xc002484000, 0xc0007b7464, 0x9, 0x2a550f8, 0x6, 0xdf8475800, 0x29f9c00, 0xc001be9d68, 0x96) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/test/e2e/e2eutil/wait_util.go:413 +0x106 |
10:31:34 github.com/couchbase/couchbase-operator/test/e2e.testUpdateBackupStatus(0xc000dec900, 0xc000648600) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/test/e2e/backup_test.go:875 +0xfa5 |
10:31:34 github.com/couchbase/couchbase-operator/test/e2e.TestUpdateBackupStatus(0xc000dec900) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/test/e2e/backup_test.go:891 +0x3e |
10:31:34 testing.tRunner(0xc000dec900, 0x2b253e8) |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/go/src/testing/testing.go:1193 +0x203 |
10:31:34 created by testing.(*T).Run |
10:31:34 /jenkins/workspace/k8s-cbop-aks-pipeline-2.2.x/go/src/testing/testing.go:1238 +0x5d8 |
cbopinfo attached.
Observation from QE:
The wait event for the "Output" status field is present at https://github.com/couchbase/couchbase-operator/blob/2.2.x/test/e2e/backup_test.go#L875 , The same check has been removed from the present master branch: https://github.com/couchbase/couchbase-operator/blob/master/test/e2e/backup_test.go#L787 (Last check is for "Duration" field).