[PR #953] [MERGED] Add WaitForReady in TSIC #1763

Closed
opened 2025-12-29 02:31:36 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/953
Author: @juanfont
Created: 11/13/2022
Status: Merged
Merged: 11/13/2022
Merged by: @juanfont

Base: mainHead: waitforready-tsic


📝 Commits (3)

  • 07cf2cc Added WaitForReady() to Tailscale interface
  • 841a0f8 Wait for tailscale client to be ready after tailscale up
  • 7273e17 disable interfacebloat linter

📊 Changes

4 files changed (+26 additions, -0 deletions)

View changed files

📝 .golangci.yaml (+3 -0)
📝 integration/scenario.go (+6 -0)
📝 integration/tailscale.go (+1 -0)
📝 integration/tsic/tsic.go (+16 -0)

📄 Description

This small PR adds a WaitForReady method in the Tailscale interface for the integration tests.

This is used after tailscale up to make sure that the clients are ready.


🔄 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/juanfont/headscale/pull/953 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 11/13/2022 **Status:** ✅ Merged **Merged:** 11/13/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `waitforready-tsic` --- ### 📝 Commits (3) - [`07cf2cc`](https://github.com/juanfont/headscale/commit/07cf2cc41b07e85368ad757746c98e1f9934a28b) Added WaitForReady() to Tailscale interface - [`841a0f8`](https://github.com/juanfont/headscale/commit/841a0f8ac1f8ee0804e2dec4efe8b985f5d9d0ec) Wait for tailscale client to be ready after tailscale up - [`7273e17`](https://github.com/juanfont/headscale/commit/7273e17858334f66984187d212f3a18ff89dd9ad) disable interfacebloat linter ### 📊 Changes **4 files changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yaml` (+3 -0) 📝 `integration/scenario.go` (+6 -0) 📝 `integration/tailscale.go` (+1 -0) 📝 `integration/tsic/tsic.go` (+16 -0) </details> ### 📄 Description This small PR adds a WaitForReady method in the Tailscale interface for the integration tests. This is used after `tailscale up` to make sure that the clients are ready. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:31:36 +01:00
adam closed this issue 2025-12-29 02:31:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1763