Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swetavooda committed Apr 19, 2024
1 parent 0bf28f0 commit 34ca2f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sql/pinecone_invalid_config.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
SET enable_seqscan = off;
SET client_min_messages = 'notice';
SELECT pinecone.api_key;
ALTER SYSTEM RESET pinecone.api_key;
SELECT pinecone.api_key;
SELECT pg_reload_conf();
SELECT pinecone.api_key;
CREATE TABLE t (val vector(3));
CREATE INDEX i2 ON t USING pinecone (val) WITH (spec = '{"serverless":{"cloud":"aws","region":"us-west-2"}}');
ALTER SYSTEM SET pinecone.api_key = 'fake-key';
Expand Down

0 comments on commit 34ca2f1

Please sign in to comment.