File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ Here's a comprehensive overview of the project's directory structure:
4343| nix/postgresql/ | PostgreSQL version configurations, patches, and base package definitions |
4444| nix/ext/ | Individual extension package definitions and build configurations |
4545| nix/ext/wrappers/ | Wrapper scripts and utilities for extensions |
46- | nix/ext/tests/ | Extension-specific test suites |
46+ | nix/ext/tests/ | Extension-specific integration test suites implemented using nixos-test |
4747| nix/overlays/ | Nix overlays for customizing and overriding package definitions |
4848| nix/tools/ | Build tools, utilities, and helper scripts |
4949| nix/docker/ | Docker image build definitions using Nix |
50- | nix/tests/ | Comprehensive integration test suites for validating builds |
50+ | nix/tests/ | postgres specific test suites for validating builds, including pg_regress tests |
5151| nix/tests/smoke/ | Quick smoke tests for basic functionality |
5252| nix/tests/migrations/ | Migration and upgrade test scenarios |
5353| nix/tests/expected/ | Expected ` pg_regress ` test outputs for validation |
You can’t perform that action at this time.
0 commit comments