Skip to content
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

feat: adding full text search support #752

Closed
wants to merge 6 commits into from
Closed

Conversation

ejscribner
Copy link
Collaborator

Closes: #745

ejscribner and others added 6 commits January 23, 2024 13:25
The Couchbase server version used in GitHub workflows (main.yml and pull_request.yml) has been updated. The new version 7.1.3 replaces the previous version 7.0.2. This ensures our testing and integration environment uses the latest stable release of Couchbase server.
Added a delay function call in the beforeAll hook in the `fts.spec.ts` file to ensure preconditions are met before test execution. This delay is particularly important in cases where asynchronous setup operations have to be completed before the tests run.
The `maybe` function has been introduced in the `fts.spec.ts` test file to skip tests when in a continuous integration environment. The beforeAll hook using delay has been removed, since test cases are either run or skipped based on the process environment, thereby improving test execution efficiency
@ejscribner ejscribner closed this Jan 24, 2024
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.

Full Text Search support implementation
2 participants