-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix bug in vector_ methods and rearrange tests
- Loading branch information
Showing
11 changed files
with
1,344 additions
and
872 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
######################## | ||
# FOR THE REGULAR TESTS: | ||
######################## | ||
ASTRA_DB_APPLICATION_TOKEN="AstraCS:..." | ||
ASTRA_DB_API_ENDPOINT="https://<DB_ID>-<DB_REGION>.apps.astra.datastax.com" | ||
# | ||
# OPTIONAL: | ||
# ASTRA_DB_KEYSPACE="..." | ||
|
||
|
||
################### | ||
# FOR THE OPS TEST: | ||
################### | ||
ASTRA_DB_ID="..." | ||
# OPTIONAL (falls back to the token above) | ||
ASTRA_DB_OPS_APPLICATION_TOKEN="..." |
Oops, something went wrong.