-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: use quarkus integration tests and generate screenshots on failure #34
Conversation
Quarkus integration tests should be used instead of unit tests. Screenshot on failure extension is added. fixes #23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason the build fails with:
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/quarkus/bootstrap/runner/QuarkusEntryPoint has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Which would indicate that something is trying to execute using jdk8 when jdk11 should be used
yes, and I have no idea what |
This PR is failing because of bug in Quarkus plugin :quarkusio/quarkus#20049. Let's don't close this and wait when the fix (which is already provided) will be included in the release. |
* chore: add release profile, javadocs and source generation Co-authored-by: ZheSun88 <[email protected]>
@denis-anisimov the ticket is closed with |
Quarkus integration tests should be used instead of unit tests. Screenshot on failure extension is added. fixes #23
Seems ok and by the one failing run seems to work as expected, but there is some issue with the rebase as the PR seems to show a bunch of changes that are not from this fix. |
Closed in favor of #39 |
Quarkus integration tests should be used instead of unit tests.
Screenshot on failure extension is added.
fixes #23
Description
Please list all relevant dependencies in this section and provide summary of the change, motivation and context.
Fixes # (issue)
Type of change
Checklist
Additional for
Feature
type of change