Skip to content

Conversation

@torcolvin
Copy link
Collaborator

@torcolvin torcolvin commented Nov 10, 2025

CBG-4993 support views in test harness with CBS 8.0

allows a db bucket pool to initialize with server 8.0 without:

 {"unique_id":"32974477-4c1b-4b1f-98a6-b9e03006babf","endpoint":"http://localhost:8091","error_text":"{\"error\":\"no_ddocs_service\"}","status_code":400} - Aborting

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for views in the test harness when running against Couchbase Server 8.0, which defaults to the magma storage backend. Since views are incompatible with magma, the change explicitly sets the storage backend to couchstore when GSI is disabled during bucket creation.

  • Prevents initialization errors when using views with CBS 8.0 by specifying the couchstore storage backend
  • Conditionally applies the storage backend setting only when GSI is disabled (i.e., when views are needed)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@torcolvin torcolvin changed the title CBG-4933 support views in test harness with CBS 8.0 CBG-4993 support views in test harness with CBS 8.0 Nov 10, 2025
@torcolvin torcolvin merged commit 9722cde into main Nov 11, 2025
42 checks passed
@torcolvin torcolvin deleted the CBG-4993 branch November 11, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants