Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.1.0
-
1
Description
What needs to be done?
After we added support for Azure in the Backup service some unit tests started failing because they are making an assumption that Azure is an example of an unsupported cloud provider. This needs to be fixed.
Example:
ok github.com/couchbase/cbbs/utilities 0.023s coverage: 12.5% of statements
|
--- FAIL: TestValidAuthType (0.00s)
|
--- FAIL: TestValidAuthType/UnsupportedCloudProvider (0.00s)
|
cloud_test.go:47:
|
Error Trace: cloud_test.go:47
|
Error: Not equal:
|
expected: true
|
actual : false
|
Test: TestValidAuthType/UnsupportedCloudProvider
|
FAIL
|
Attachments
Issue Links
- is subtask of
-
MB-45620 [Backup Service] Add Azure support
-
- Closed
-
Build couchbase-server-7.2.0-1026 contains cbbs commit 53cde78 with commit message:
MB-51559Fix unit tests that fail due to added Azure support