-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test: Added test for index replication #74
Conversation
@@ -24,7 +24,7 @@ spec: | |||
schema_name => 'public', | |||
table_name => 'mock_items_paradedb_enterprise' | |||
); | |||
CREATE INDEX search_idx_paradedb_enterprise_ ON mock_items_paradedb_enterprise | |||
CREATE INDEX search_idx ON mock_items_paradedb_enterprise |
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.
This needs to stay with that name, so the index name is different from that of other tests. We only allow one BM25 index per table, and we have two tests here which each create an index on the mock_items table.
Nice work! Thank you for doing this. This will pass once we release |
c5749b3
to
465878c
Compare
Signed-off-by: Philippe Noël <[email protected]> Co-authored-by: Philippe Noël <[email protected]> ci: AWS EKS LocalStack Tests (#14) Co-authored-by: Itay Grudev <[email protected]> Co-authored-by: Itay Grudev <[email protected]> Updated documentation workflows and cleanup (#18) Revert "Add postgresql default to tests" This reverts commit a9f340d. Add repository_dispatch Signed-off-by: Philippe Noël <[email protected]> chore: Configure repository for ParadeDB (#15) Co-authored-by: Itay Grudev <[email protected]> chore: Create artifacthub-repo.yml (#20) Signed-off-by: Philippe Noël <[email protected]> Put artifacthub-repo.yml in the right location Bug Fix: Tests (#21) Renamed chart to `paradedb-cluster` (#22) Co-authored-by: Philippe Noël <[email protected]> Rm .DS_Store Remove extra HTML tag Signed-off-by: Philippe Noël <[email protected]> Remove repository_dispatch Signed-off-by: Philippe Noël <[email protected]> chore: Rename paradedb-cluster to paradedb (#28) chore: Try with adding missing -cluster (#33) chore: Final Cleanup (#34) chore: Remove PostGIS and Timescale (#35) Using the default UID/GID 999 from the postgres docker image (#26) Co-authored-by: Philippe Noël <[email protected]> chore: Update README and Schema (#37) Signed-off-by: Philippe Noël <[email protected]> chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Rm pgvectorscale (#39) Signed-off-by: Philippe Noël <[email protected]> feat: Add GitHub Actions Workflow to check for typos (#40) Signed-off-by: Philippe Noël <[email protected]> Co-authored-by: Philippe Noël <[email protected]> chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Rename the default database from app to paradedb (#41) Co-authored-by: Philippe Noël <[email protected]> docs: Clarify the docs (#42) Update Depot Revert "Update Depot" This reverts commit cb85b81. feat: Add `pg_cron` and Postgis (#44) Signed-off-by: Philippe Noël <[email protected]> chore: Use the new 0.11.0 release (#47) feat: Enable monitoring via Prometheus and Grafana (rebased) (#48) Rm extra files Remove duplicate block in README
106aeef
to
ad01b62
Compare
No description provided.