gnodet commented on PR #21891: URL: https://github.com/apache/camel/pull/21891#issuecomment-4032896889
I've verified the Couchbase 8.0.0 upgrade locally with Docker — all 28 unit tests + 3 integration tests pass. **Issue**: Couchbase 8.0.0 changed the default storage backend from CouchStore to Magma. Map/Reduce views (used by the integration tests) only work with CouchStore, so creating a bucket without explicitly setting the storage backend now fails with a `ViewServiceException`. **Fix**: The additional commit (`d143a1c`) explicitly sets `StorageBackend.COUCHSTORE` when creating the test bucket in `CouchbaseIntegrationTestBase.java`. @apupier could you double-check locally if you have a chance? The CI build passes (JDK 21 + JDK 25). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
