Skip to content

Commit b88238c

Browse files
committed
Explain what the tests are testing
1 parent e47f58d commit b88238c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,12 @@ These are the important files in the repo:
423423

424424
## Testing
425425

426-
There are tests for testing EQL against PostgreSQL versions 14–17.
426+
There are tests for testing EQL against PostgreSQL versions 14–17, that verify:
427+
428+
- Adding, removing, and modifying encrypted data and indexes
429+
- Validating, applying, and removing configuration for encrypted data and encrypted indexes
430+
- Validating schemas for EQL configuration, encrypted data, and encrypted index
431+
- Using PostgreSQL operators on encrypted data and indexes (`=`, `<>`, `@>`)
427432

428433
The easiest way to run the tests is in GitHub Actions:
429434

0 commit comments

Comments
 (0)