mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #480] Run the automated tests over the native image #169
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (Jun 21, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/480
What is Happening
Automated tests are ran only over the jar version
What is Expected
Run the automated tests over the native image
Changes (Optional)
IntTestssuite, they are comp tests which can be run within native image, they must run within thecompTesttasknativeIntTestmust run in CI/CD@mageddo commented on GitHub (Jul 3, 2024):
also see "Build a Native Executable with Resources Autodetection", looks like the plugin is capable to generate the reflection resources automatically at build time, maybe by instrumenting the app while the automated tests are running?