[PR #462] [MERGED] feat: add option to wait for a specific port open #501

Closed
opened 2026-05-07 00:21:13 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/462
Author: @louisLaporte
Created: 4/2/2024
Status: Merged
Merged: 4/9/2024
Merged by: @speed47

Base: masterHead: add_wait_port_option


📝 Commits (2)

  • 2439d74 feat: add option to wait for a specific port open
  • e3e4c55 feat: replace --wait by a tcp-based connection try

📊 Changes

2 files changed (+37 additions, -17 deletions)

View changed files

📝 bin/shell/osh.pl (+17 -10)
📝 tests/functional/tests.d/350-groups.sh (+20 -7)

📄 Description

This option introduce a wait for an open port instead of a simple ping. Sometimes it takes a very long time between the ping and the ssh access.


🔄 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/ovh/the-bastion/pull/462 **Author:** [@louisLaporte](https://github.com/louisLaporte) **Created:** 4/2/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `add_wait_port_option` --- ### 📝 Commits (2) - [`2439d74`](https://github.com/ovh/the-bastion/commit/2439d7471afb2f588d88e0dd06a6e41be8645fec) feat: add option to wait for a specific port open - [`e3e4c55`](https://github.com/ovh/the-bastion/commit/e3e4c5584ac34450713cb2d4c2b1f94ef69b4c73) feat: replace --wait by a tcp-based connection try ### 📊 Changes **2 files changed** (+37 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `bin/shell/osh.pl` (+17 -10) 📝 `tests/functional/tests.d/350-groups.sh` (+20 -7) </details> ### 📄 Description This option introduce a wait for an open port instead of a simple ping. Sometimes it takes a very long time between the ping and the ssh access. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:13 +02: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/the-bastion#501
No description provided.