mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #558] [MERGED] Wait module #585
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#585
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/558
Author: @mageddo
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @mageddo
Base:
master← Head:feat/533-wait-module📝 Commits (2)
0f3bb3amodule to wait things to happen while checking on them1842f3ftesting the module📊 Changes
4 files changed (+126 additions, -0 deletions)
View changed files
➕
src/main/java/com/mageddo/wait/ExpectedConditions.java(+5 -0)➕
src/main/java/com/mageddo/wait/UnsatisfiedConditionException.java(+10 -0)➕
src/main/java/com/mageddo/wait/Wait.java(+76 -0)➕
src/test/java/com/mageddo/wait/WaitTest.java(+35 -0)📄 Description
Relates to #533
Module will be used on the IntTests which will be created to continually check conditions until they happen or timeouts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.