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.
Seems to have been fixed on server side.
Broken in 7.1.0 build 1601, but looks to work fine in 1650.