should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

10
external/duckdb/data/secrets/README.md vendored Executable file
View File

@@ -0,0 +1,10 @@
# Test secrets
DuckDB only allows persistent secrets with the x00 permission (e.g. 600 or 700). Therefore to use these
secrets, the permissions need to be set before running any tests that uses them.
The recommended way to add tests that touch these persistent secret files is to put them behind a
```shell
require-env TEST_PERSISTENT_SECRETS_AVAILABLE
```
statement, which ensures the tests only run in CI jobs where the permissions are set correctly.