Skip to content

Use open_in_background when creating test cluster with COUCHBASE_CXX_CLIENT_COLUMNAR #625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

DemetrisChr
Copy link
Contributor

Motivation

When the COUCHBASE_CXX_CLIENT_COLUMNAR build flag is enabled, all columnar tests fail with timeouts unless open_in_background is used (becuase of the dispatch timeout not being set when initializing with open)

Change

Include the build_config header in the test utils and use open_in_background when COUCHBASE_CXX_CLIENT_COLUMNAR is defined.

@DemetrisChr DemetrisChr merged commit 051a896 into couchbase:main Jul 11, 2024
24 checks passed
@DemetrisChr DemetrisChr deleted the test-utils-open-backgr branch July 11, 2024 19:49
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.

2 participants