quarkusio/quarkus

CI: Introduce job testing GraalVM polyglot feature

Open

#15,615 opened on Mar 10, 2021

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (2,464 forks)batch import
area/housekeepingarea/infra-automationhelp wanted

Repository metrics

Stars
 (12,967 stars)
PR merge metrics
 (Avg merge 6d 4h) (325 merged PRs in 30d)

Description

Description https://groups.google.com/g/quarkus-dev/c/tFQD8pflSI4

We didn't realize this was broken (should now be fixed by #15592) because we don't have a test for it.

Implementation ideas

  • introduce module integration-tests/polyglot (or even something broader like graal? maybe there are other non-native GraalVM features that are worth testing?)
  • add job to CI that sets up GraalVM and executes that new module

Contributor guide