-
Notifications
You must be signed in to change notification settings - Fork 959
Workflow failed: GraalVM native tests (#254) #10634
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
Comments
@jeanbisutti could you take a look. Could be because of #10607 |
It seems relatef to #10457 |
Or it may be fixed from #10621. @zeitlinger From which PR the manifest-based resource detection replaced the JAR-based one? |
It will be fixed in #10636 |
is there reason not to send a separate PR to fix? generally faster for us to merge a standalone fix |
As mentioned before, a problem is related to the SnakeYAML usage with GraalVM native. SnakeYAML is removed from the OpenTelemetry starter in #10636. There is a second problem causing the failure of the OpenTelemetry starter native tests (introduced in #10602). The second problem can be fixed with 2d7254f: @DisabledInNativeImage // Without this the native tests if the OtelSpringStarterSmokeTest class will
// fail with org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST_TABLE"
// already exists
class OtelSpringStarterDisabledSmokeTest { |
The GraalVM native tests are passing again on the |
See GraalVM native tests #254.
The text was updated successfully, but these errors were encountered: