[PR #2434] [CLOSED] Add test #19552

Open
opened 2026-08-05 05:06:09 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2434
Author: @pappz
Created: 8/15/2024
Status: Closed

Base: feature/relay-integration-loadtestHead: relay/debug


📝 Commits (7)

📊 Changes

14 files changed (+39 additions, -1262 deletions)

View changed files

📝 .github/workflows/debug.yml (+12 -14)
.github/workflows/golang-test-freebsd.yml (+0 -46)
.github/workflows/golang-test-linux.yml (+0 -127)
.github/workflows/golang-test-windows.yml (+0 -52)
.github/workflows/golangci-lint.yml (+0 -52)
.github/workflows/install-script-test.yml (+0 -36)
.github/workflows/mobile-build-validation.yml (+0 -65)
.github/workflows/release.yml (+0 -260)
.github/workflows/sync-main.yml (+0 -22)
.github/workflows/sync-tag.yml (+0 -23)
.github/workflows/test-infrastructure-files.yml (+0 -256)
.github/workflows/update-docs.yml (+0 -22)
📝 client/internal/routemanager/client.go (+3 -0)
📝 client/internal/routemanager/client_test.go (+24 -287)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/2434 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/15/2024 **Status:** ❌ Closed **Base:** `feature/relay-integration-loadtest` ← **Head:** `relay/debug` --- ### 📝 Commits (7) - [`d36880f`](https://github.com/netbirdio/netbird/commit/d36880fc3f9c5903df993881ac31a7bc4cc80d55) Add test - [`7325505`](https://github.com/netbirdio/netbird/commit/73255051dd4c63eecf332d70e25935f889f7f2ce) Remove is not important tests - [`a023bce`](https://github.com/netbirdio/netbird/commit/a023bcedb1be0ef23353a3c537f6d290b618ad97) Add test cases - [`8740473`](https://github.com/netbirdio/netbird/commit/87404737532ec9a742e57037bfd6f892906b4c24) Add test loop - [`887c789`](https://github.com/netbirdio/netbird/commit/887c789171f6d8c16290166fa2d0be35e6e96ccb) Remove test cases - [`694c468`](https://github.com/netbirdio/netbird/commit/694c468e762f9675ecafef2ec2156f3845093389) Add debug info - [`32fbb7d`](https://github.com/netbirdio/netbird/commit/32fbb7da5125b80e9c471b49d07367ef91e46f53) Add debug ### 📊 Changes **14 files changed** (+39 additions, -1262 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/debug.yml` (+12 -14) ➖ `.github/workflows/golang-test-freebsd.yml` (+0 -46) ➖ `.github/workflows/golang-test-linux.yml` (+0 -127) ➖ `.github/workflows/golang-test-windows.yml` (+0 -52) ➖ `.github/workflows/golangci-lint.yml` (+0 -52) ➖ `.github/workflows/install-script-test.yml` (+0 -36) ➖ `.github/workflows/mobile-build-validation.yml` (+0 -65) ➖ `.github/workflows/release.yml` (+0 -260) ➖ `.github/workflows/sync-main.yml` (+0 -22) ➖ `.github/workflows/sync-tag.yml` (+0 -23) ➖ `.github/workflows/test-infrastructure-files.yml` (+0 -256) ➖ `.github/workflows/update-docs.yml` (+0 -22) 📝 `client/internal/routemanager/client.go` (+3 -0) 📝 `client/internal/routemanager/client_test.go` (+24 -287) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:06:09 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#19552