[PR #558] [MERGED] Wait module #585

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

📋 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: masterHead: feat/533-wait-module


📝 Commits (2)

  • 0f3bb3a module to wait things to happen while checking on them
  • 1842f3f testing 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/558 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/533-wait-module` --- ### 📝 Commits (2) - [`0f3bb3a`](https://github.com/mageddo/dns-proxy-server/commit/0f3bb3a13ec2e28f7826cc690669bcdbe8f94ef1) module to wait things to happen while checking on them - [`1842f3f`](https://github.com/mageddo/dns-proxy-server/commit/1842f3fa3ea80126e1854bc997bc12c9578fa127) testing the module ### 📊 Changes **4 files changed** (+126 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Relates to #533 Module will be used on the IntTests which will be created to continually check conditions until they happen or timeouts. --- <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:42 +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#585
No description provided.