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

Add testing on version 2.5.0 #49

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Add testing on version 2.5.0 #49

merged 1 commit into from
Apr 25, 2024

Conversation

adriansuarez
Copy link
Collaborator

No description provided.

Copy link
Contributor

@kontaras kontaras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to document the minimum supported CP version in the README?

@@ -4,7 +4,7 @@ set -e
cd "$(dirname "$0")"
./check.sh

: ${NUODB_CP_VERSION:="2.4.1"}
: ${NUODB_CP_VERSION:="2.5.0"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than having to update the supported version in three places (CircleCI and the two drivers), why not have it set as the default in the makefile?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change actually was not needed in order to enable testing of 2.5.0. I only made this change so that if someone invokes the script directly, they use the latest version. This change has no effect on the CircleCI runs whatsoever and is only for convenience.

This change adds CircleCI jobs for 2.5.0. The 2.4.1 jobs will be
maintained as a "lowest supported version" test.

The upgrade to 2.5.0 exposed an issue with state reporting where a
project or database is prematurely reported as Available and then
transitions to Modifying. This change adds a workaround as we wait for a
fix in the Control Plane.
Copy link
Collaborator

@sivanov-nuodb sivanov-nuodb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@adriansuarez adriansuarez merged commit 7c59933 into main Apr 25, 2024
7 checks passed
@adriansuarez adriansuarez deleted the asuarez/test-2.5.0 branch April 25, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants