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:
43
43
| nix/postgresql/ | PostgreSQL version configurations, patches, and base package definitions |
44
44
| nix/ext/ | Individual extension package definitions and build configurations |
45
45
| 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 |
47
47
| nix/overlays/ | Nix overlays for customizing and overriding package definitions |
48
48
| nix/tools/ | Build tools, utilities, and helper scripts |
49
49
| 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 |
51
51
| nix/tests/smoke/ | Quick smoke tests for basic functionality |
52
52
| nix/tests/migrations/ | Migration and upgrade test scenarios |
53
53
| nix/tests/expected/ | Expected ` pg_regress ` test outputs for validation |
You can’t perform that action at this time.
0 commit comments