Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sam/oriole17 flake check #1399

Merged
merged 24 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5992298
chore: WIP check harness
samrose Jan 3, 2025
d674b4f
chore: consolidate start-server/start-client
samrose Jan 6, 2025
0f31d4e
chore: consolidate start-server, start-client and check harness
samrose Jan 7, 2025
84e8c04
chore: rm dup cleanup
samrose Jan 7, 2025
2b99b04
chore: do not run pg with overmin, just pg_ctl in daemon mode
samrose Jan 7, 2025
d04658b
chore: deprecate x86_64-darwin and run check on oriole17
samrose Jan 7, 2025
924ce92
wip toward fixing for all systems
samrose Jan 7, 2025
a247689
chore: refactoring to create reusable makePostgresDevSetup
samrose Jan 8, 2025
4aa8866
chore: tweaks to run-server.sh.in top account for oriole on macos
samrose Jan 8, 2025
7ec67a7
chore: remove x86_64-darwin support
samrose Jan 8, 2025
bd401ea
Isolate failing tests on pg17 and OrioleDB (#1402)
olirice Jan 9, 2025
3d34484
chore: getting pg tap tests and pg_regress tests to run for pg_15 and…
samrose Jan 10, 2025
4207e4f
chore: do not build or cache pg 16 for now
samrose Jan 10, 2025
787c9af
chore: wip running pgtap and pgreress tests + rm pg 16 for now
samrose Jan 10, 2025
52dd892
chore: fix tests to account for architecture differences3
samrose Jan 10, 2025
76b2178
chore: deactivate tests and builds for pg 16
samrose Jan 10, 2025
7a7c40d
chore: will pull pg 16 from vars in future pr
samrose Jan 10, 2025
bb1f017
chore: update to unit test in ansible build include pg_grapqhl and pg…
samrose Jan 11, 2025
013d96b
chore: also include pgrouting and postgis in orioledb test
samrose Jan 11, 2025
7879259
chore: tmp deactivate postgis on this test
samrose Jan 13, 2025
6226d61
chore: rm from list of exts in test too
samrose Jan 13, 2025
c8796e3
chore: was missing KEY_FILE var in script
samrose Jan 14, 2025
0a96d38
chore: deprecate 16 from versions
samrose Jan 14, 2025
97330e8
Merge branch 'develop' into sam/oriole17-flake-check
samrose Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove x86_64-darwin support
samrose committed Jan 8, 2025
commit 7ec67a7e0969f1263575f7ad1e16f30b7c050425
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@
system.x86_64-linux
system.aarch64-linux
system.aarch64-darwin
system.x86_64-darwin
];
in
flake-utils.lib.eachSystem ourSystems (system: