File: README.md

package info (click to toggle)
duckdb 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 299,196 kB
  • sloc: cpp: 865,414; ansic: 57,292; python: 18,871; sql: 12,663; lisp: 11,751; yacc: 7,412; lex: 1,682; sh: 747; makefile: 564
file content (10 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
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.