-
-
Notifications
You must be signed in to change notification settings - Fork 201
Add pgroonga tests #1155
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
Closed
Closed
Add pgroonga tests #1155
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test for changes in all extension public interfaces * align test output * remove differences across architectures
* feat: add our updated fork of pg_backtrace * Fix nix tests + use version 1.1 * test: use postgres release version for docker tag (#1099) * test: use postgres release version for docker tag * fix: ref the var correct * fix: use correct Dockerfile --------- Co-authored-by: Sam Rose <[email protected]>
Co-authored-by: Sam Rose <[email protected]>
This will only be updated for Nix.
* feat: wip fixing plv8 on darwin aarch64 * fix: build plv8 and success in enabling on darwin * fix: now builds correct and enable on aarch64-linux * fix: pg_regression updated to include plv8 extensions again * fix: print logs to stdout/stderr instead of logfile --------- Co-authored-by: Sam Rose <[email protected]>
* test: include supautils conf * feat: local dev config matching AMI release * fix: restore old testing conf * feat: make sure macos needed support included * chore: rm logfile --------- Co-authored-by: Sam Rose <[email protected]>
Co-authored-by: Paul Cioanca <[email protected]> Co-authored-by: Sam Rose <[email protected]> Co-authored-by: Div Arora <[email protected]> Co-authored-by: Div Arora <[email protected]> Co-authored-by: samrose <[email protected]>
olirice
commented
Aug 21, 2024
create index pgroonga_index on v.roon using pgroonga (content); | ||
-- Create mecab tokenizer index since we had a bug with this one once | ||
create index pgroonga_index on v.roon using pgroonga (content) with (tokenizer='TokenMecab'); | ||
ERROR: pgroonga: [option][tokenizer][validate] invalid tokenizer: <TokenMecab>: [info][set][default-tokenizer][(anonymous)] unknown tokenizer: <TokenMecab> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: figure out why TokenMecab is not availble
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add pgroonga tests
Todo:
TokenMecab
tokenizer isn't availablehttps://github.com/supabase/postgres/compare/or/test-pgroonga?expand=1#diff-a13b82e9979f21d5ab516b582be39fc447795b1ae4d4169c28951b62b82e8d28R23