Description
With 7.1.0-1558 (on master branch);
=== CONT TestOperator/TestEventingCreateEventingCluster
|
couchbase_util.go:802: |
util.go:1255: timeout: remote call failed with response: 400 Bad Request { |
"name": "ERR_INVALID_CONFIG", |
"code": 38, |
"description": "Invalid configuration", |
"attributes": null, |
"runtime_info": { |
"code": 38, |
"info": "functionScope bucket name should not be empty" |
}
|
}
|
Test works & passes fine with 7.0.2.
This same issue seems to also be affecting TestBackupAndRestoreDisableEventing, TestBackupAndRestoreDisableEventingS3, TestEventingKillEventingPods, and TestEventingResizeCluster.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | cbopinfo-20211028T150626+0000.tar.gz [ 166240 ] |
Description |
With 7.1.0-1558 (on master branch);
{code:java} === CONT TestOperator/TestEventingCreateEventingCluster couchbase_util.go:802: util.go:1255: timeout: remote call failed with response: 400 Bad Request { "name": "ERR_INVALID_CONFIG", "code": 38, "description": "Invalid configuration", "attributes": null, "runtime_info": { "code": 38, "info": "functionScope bucket name should not be empty" } } {code} Test works & passes fine with 7.0.2. |
With 7.1.0-1558 (on master branch);
{code:java}=== CONT TestOperator/TestEventingCreateEventingCluster couchbase_util.go:802: util.go:1255: timeout: remote call failed with response: 400 Bad Request { "name": "ERR_INVALID_CONFIG", "code": 38, "description": "Invalid configuration", "attributes": null, "runtime_info": { "code": 38, "info": "functionScope bucket name should not be empty" } } {code} Test works & passes fine with 7.0.2. This same issue seems to also be affecting TestBackupAndRestoreDisableEventing, TestBackupAndRestoreDisableEventingS3, TestEventingKillEventingPods, and TestEventingResizeCluster. |
Fix Version/s | 2.3.0 [ 17600 ] |
Component/s | testing [ 14116 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Link | This issue relates to K8S-2545 [ K8S-2545 ] |
Epic Link | K8S-2392 [ 170116 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
I think this is happening because of changes made in
MB-29224that seem to have added extra required fields when creating an eventing function. While this doesn't affect the operator (which I don't think does anything with eventing?) it does break our eventing tests; this might mean we have to use different functions for pre and post 7.1?