Miscellaneous and CI chores for mid-2026 - #546
Merged
Merged
Conversation
Typo was introduced in 234afe4.
Using jshell for interactive testing as well as for automated CI will be simpler if the jshell script is first split into integration (for automated testing), jpsql (for interactive work, albeit with a far more rudimentary UX than psql offers!), and common, factored out and referred to by both. In this preparatory commit, simply rename integration as common, to improve git's ability to track the changes in the commit to follow.
Retain in 'common' the setup steps and method declarations needed by both 'integration' and 'jpsql'. Rework 'integration' as a script that opens 'common', runs the usual tests, and exits with appropriate status, and supply 'jpsql' as a script that opens 'common', spins up a test node, installs PL/Java and the examples, and leaves a jshell prompt with the node running and a JDBC connection open.
Try the Intel flavor of MacOS 15 and the ARM flavor of MacOS 26, and install PostgreSQL 18 rather than 17.
25 is an LTS release; 23 wasn't.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Miscellaneous chores that do not warrant specific feature branches: correction of a typo, and refactoring of the CI/integration script.
It is possible that the CI build of this PR will reveal build problems resulting from updates to the GitHub Actions CI environment and not from any change in PL/Java since the earlier passing runs. Fixes for that kind of issue also belong here.