[PR #89] [MERGED] test: add management client tests #12129

Closed
opened 2026-08-05 01:32:29 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/89
Author: @braginini
Created: 8/16/2021
Status: Merged
Merged: 8/16/2021
Merged by: @mlsmaycon

Base: mainHead: management-client-test


📝 Commits (6)

  • b11c681 test: add management client tests
  • 85d9ecf test: add management client Sync test
  • 0a6fcef fix: engine test
  • 2a2ddb2 test: remove engine tests
  • d2b7d94 test: return engine tests [check]
  • 3999989 test: remove engine tests [check]

📊 Changes

6 files changed (+188 additions, -197 deletions)

View changed files

client/internal/engine_test.go (+0 -174)
📝 management/client/client.go (+3 -2)
management/client/client_test.go (+167 -0)
📝 management/cmd/management.go (+1 -2)
📝 management/server/grpcserver.go (+16 -17)
📝 management/server/management_test.go (+1 -2)

📄 Description

No description provided


🔄 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/89 **Author:** [@braginini](https://github.com/braginini) **Created:** 8/16/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `management-client-test` --- ### 📝 Commits (6) - [`b11c681`](https://github.com/netbirdio/netbird/commit/b11c68103af7b8c54eed4e7079ca689d564c8816) test: add management client tests - [`85d9ecf`](https://github.com/netbirdio/netbird/commit/85d9ecf86af6b36ba1ee1f73ce4145011f42ae99) test: add management client Sync test - [`0a6fcef`](https://github.com/netbirdio/netbird/commit/0a6fcefee5c46737b2f9aaee105e59528445b57c) fix: engine test - [`2a2ddb2`](https://github.com/netbirdio/netbird/commit/2a2ddb2f636194d9a61525f296664dd0ac8c757d) test: remove engine tests - [`d2b7d94`](https://github.com/netbirdio/netbird/commit/d2b7d94d5af61614a0fc272a468b44412b2dd141) test: return engine tests [check] - [`3999989`](https://github.com/netbirdio/netbird/commit/399998999741b3d02abda077af3b281a11ae9f4e) test: remove engine tests [check] ### 📊 Changes **6 files changed** (+188 additions, -197 deletions) <details> <summary>View changed files</summary> ➖ `client/internal/engine_test.go` (+0 -174) 📝 `management/client/client.go` (+3 -2) ➕ `management/client/client_test.go` (+167 -0) 📝 `management/cmd/management.go` (+1 -2) 📝 `management/server/grpcserver.go` (+16 -17) 📝 `management/server/management_test.go` (+1 -2) </details> ### 📄 Description _No description provided_ --- <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 01:32:29 -04:00
saavagebueno changed title from [PR #89] [MERGED] test: add management client tests to [PR #89] test: add management client tests 2026-08-05 02:07:47 -04:00
saavagebueno changed title from [PR #89] test: add management client tests to [PR #89] [MERGED] test: add management client tests 2026-08-05 02:09:41 -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#12129