Skip to content

Commit

Permalink
chore: integration tests readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso committed Dec 28, 2023
1 parent bc9f8a2 commit fc90656
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Integration tests

Steps to update the integration tests for the latest supported version:

1. Update the postgres image in the `postgres-latest-supported` of the [docker-compose](./docker-compose.yml).
2. Execute the integration tests
* If the JSON-schema validation fails:
- Check the inventory, some server settings might have been removed.
- Check the number of entities: the number of internal tables and or indexes may vary.
- Check the release notes ([Postgres 16 example](https://www.postgresql.org/docs/release/16.0/))

0 comments on commit fc90656

Please sign in to comment.