From bb1e7d79c2568cef9b1dd468ffa88a8997aae8de Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:55:06 +0000 Subject: [PATCH] Update README.md with correct extension addition instructions Co-Authored-By: alexeymasterov@neon.tech --- docker-compose/ext-src/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose/ext-src/README.md b/docker-compose/ext-src/README.md index 3c92185200..6f05cdcc23 100644 --- a/docker-compose/ext-src/README.md +++ b/docker-compose/ext-src/README.md @@ -77,6 +77,8 @@ To add a new extension for testing: 1. Create a directory named `extension-name-src` in this directory 2. Add at minimum: - - `test-upgrade.sh` for upgrade testing - - `regular-test.sh` for regular user testing -3. Update the list of extensions in the `test_extensions_upgrade.sh` script if needed + - `regular-test.sh` for testing with regular users + - If `regular-test.sh` doesn't exist, the system will look for `neon-test.sh` + - If neither exists, it will try to run `make installcheck` + - `test-upgrade.sh` is only needed if you want to test upgrade scenarios +3. Update the list of extensions in the `test_extensions_upgrade.sh` script if needed for upgrade testing