mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #564] [MERGED] Int test for all solvers #590
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#590
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?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/564
Author: @mageddo
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @mageddo
Base:
master← Head:feat/533-int-test-for-all-solvers📝 Commits (10+)
01e616erelease notesbc0a01d[Gradle Release Plugin] - new version commit: '3.29.0-snapshot'.9ac2c14Creating support for testing DPS really like a integration test, crating int test for solver remote happy pah9816e33clean code7df2fc0clean code54f77daconfiguring templates66f4b37configuring templates14fc703option to get answer ipf645bfdcomptest task wont run int test4214d07creating task to run all tests📊 Changes
13 files changed (+372 additions, -6 deletions)
View changed files
📝
.github/workflows/ci.yml(+5 -2)📝
RELEASE-NOTES.md(+4 -0)📝
build.gradle(+5 -1)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dns/utils/Messages.java(+4 -0)➕
src/main/java/com/mageddo/dnsproxyserver/sandbox/BinaryFromGradleTestsSandbox.java(+28 -0)➕
src/main/java/com/mageddo/dnsproxyserver/sandbox/DpsBinaryExecutableFinder.java(+84 -0)➕
src/main/java/com/mageddo/dnsproxyserver/sandbox/Instance.java(+23 -0)➕
src/main/java/com/mageddo/dnsproxyserver/sandbox/Sandbox.java(+9 -0)📝
src/test/java/com/mageddo/dnsproxyserver/AppIntTest.java(+69 -2)➕
src/test/java/com/mageddo/dnsproxyserver/sandbox/DpsBinaryExecutableFinderIntTest.java(+31 -0)📝
src/test/java/testing/templates/ConfigFlagArgsTemplates.java(+56 -0)➕
src/test/java/testing/templates/ConfigJsonFileTemplates.java(+53 -0)📄 Description
Implementing an IntTest which can validate the happy path of all DPS solvers,
being able to detect bugs like the fixed at 3.25.14 (
6db82f50d5).Relates to #533
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.