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

Corrected failing SessionTest on Ubuntu runner #765

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

chrjohn
Copy link
Member

@chrjohn chrjohn commented Feb 8, 2024

... due to AbstractMethodError

  • java.lang.AbstractMethodError: org.hsqldb.jdbc.jdbcConnection.isValid(I)Z
  • moved definition of connection test query to common method for unit tests

Don't know why this only failed on Ubuntu, though.

Error:    SessionTest.testSessionRegisteredCorrectly:1849 » AbstractMethod Receiver class org.hsqldb.jdbc.jdbcConnection does not define or inherit an implementation of the resolved method 'abstract boolean isValid(int)' of interface java.sql.Connection.

 - java.lang.AbstractMethodError: org.hsqldb.jdbc.jdbcConnection.isValid(I)Z
 - moved definition of connection test query to common method for unit tests
@chrjohn chrjohn added this to the QFJ 3.0.0 milestone Feb 8, 2024
@chrjohn chrjohn changed the title Corrected failing ubuntu tests SessionTest Corrected failing SessionTest on Ubuntu runner Feb 8, 2024
@chrjohn chrjohn merged commit 25bbd8a into master Feb 8, 2024
21 checks passed
@chrjohn chrjohn deleted the hsql-isvalid branch February 8, 2024 12:22
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.

1 participant