[PR #537] [MERGED] Create IntTests suite, they are comp tests which can be run within native image #480 #568

Closed
opened 2026-02-26 04:35:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/537
Author: @mageddo
Created: 8/5/2024
Status: Merged
Merged: 8/7/2024
Merged by: @mageddo

Base: masterHead: feat/480


📝 Commits (10+)

  • 252a4a7 upgrading rest assured due groovy error with nativeTest task
  • 1dd0e29 ignoring rest assured error and leaving it fail at tests if the problematic code will be used anyway
  • 7cef936 int test it's working
  • 144cbd6 clean code
  • 08a09d0 fixing bug
  • 444137c configuring native test at the same source set as test
  • 976d183 enabling native image test
  • 43c8786 adjusting reflection generation
  • a03f80d adjusts
  • 6450470 test is working

📊 Changes

12 files changed (+187 additions, -75 deletions)

View changed files

📝 RELEASE-NOTES.md (+4 -0)
📝 build.gradle (+39 -16)
📝 docs/content/4-developing/_index.en.md (+33 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/config/application/Configs.java (+4 -8)
📝 src/main/java/com/mageddo/dnsproxyserver/di/StartupEvent.java (+0 -17)
src/main/java/com/mageddo/dnsproxyserver/di/StartupEvents.java (+23 -0)
src/native-test/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverSystemIT.java (+0 -32)
src/test/java/com/mageddo/dnsproxyserver/AppIntTest.java (+63 -0)
📝 src/test/java/com/mageddo/dnsproxyserver/solver/docker/entrypoint/EventListenerCompTest.java (+2 -1)
src/test/java/testing/templates/ConfigFlagArgsTemplates.java (+17 -0)
src/test/resources/META-INF/native-image/int-test/native-image.properties (+1 -0)
📝 src/test/resources/logback-test.xml (+1 -1)

📄 Description

Relates to #480


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/537 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/480` --- ### 📝 Commits (10+) - [`252a4a7`](https://github.com/mageddo/dns-proxy-server/commit/252a4a7ce4b8c1746b5e66b70ddbf0b254f096f2) upgrading rest assured due groovy error with nativeTest task - [`1dd0e29`](https://github.com/mageddo/dns-proxy-server/commit/1dd0e29f994f55aa0d995573094415a7725d4d25) ignoring rest assured error and leaving it fail at tests if the problematic code will be used anyway - [`7cef936`](https://github.com/mageddo/dns-proxy-server/commit/7cef9365660f402d2871c0d24e01019a9a70be62) int test it's working - [`144cbd6`](https://github.com/mageddo/dns-proxy-server/commit/144cbd6c76ffaedf7882f9a523469046563c4c02) clean code - [`08a09d0`](https://github.com/mageddo/dns-proxy-server/commit/08a09d061e0574d06e06657191a7cfdf05f2f472) fixing bug - [`444137c`](https://github.com/mageddo/dns-proxy-server/commit/444137c9d91961603d2563cf011ec256fd87e47a) configuring native test at the same source set as test - [`976d183`](https://github.com/mageddo/dns-proxy-server/commit/976d1837c22f409bc96d68c37cbd5501e30deaa7) enabling native image test - [`43c8786`](https://github.com/mageddo/dns-proxy-server/commit/43c87869c60e0db51a01fd640bcd4bc46a5b9bd6) adjusting reflection generation - [`a03f80d`](https://github.com/mageddo/dns-proxy-server/commit/a03f80d44f97647f557ea9e50e860a3d6138bac2) adjusts - [`6450470`](https://github.com/mageddo/dns-proxy-server/commit/6450470647c6dd8d476fc438f5647ef06612935a) test is working ### 📊 Changes **12 files changed** (+187 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `build.gradle` (+39 -16) 📝 `docs/content/4-developing/_index.en.md` (+33 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/application/Configs.java` (+4 -8) 📝 `src/main/java/com/mageddo/dnsproxyserver/di/StartupEvent.java` (+0 -17) ➕ `src/main/java/com/mageddo/dnsproxyserver/di/StartupEvents.java` (+23 -0) ➖ `src/native-test/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverSystemIT.java` (+0 -32) ➕ `src/test/java/com/mageddo/dnsproxyserver/AppIntTest.java` (+63 -0) 📝 `src/test/java/com/mageddo/dnsproxyserver/solver/docker/entrypoint/EventListenerCompTest.java` (+2 -1) ➕ `src/test/java/testing/templates/ConfigFlagArgsTemplates.java` (+17 -0) ➕ `src/test/resources/META-INF/native-image/int-test/native-image.properties` (+1 -0) 📝 `src/test/resources/logback-test.xml` (+1 -1) </details> ### 📄 Description Relates to #480 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#568
No description provided.