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.
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?