[PR #199] [MERGED] Test conn #2604

Closed
opened 2025-11-20 07:11:51 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/199
Author: @braginini
Created: 1/20/2022
Status: Merged
Merged: 1/21/2022
Merged by: @braginini

Base: mainHead: test-conn


📝 Commits (4)

📊 Changes

8 files changed (+245 additions, -9 deletions)

View changed files

📝 client/internal/engine.go (+9 -1)
📝 client/internal/peer/conn.go (+12 -7)
client/internal/peer/conn_test.go (+144 -0)
📝 client/internal/peer/error.go (+16 -0)
client/internal/peer/error_test.go (+27 -0)
client/internal/peer/status_test.go (+27 -0)
📝 go.mod (+8 -1)
📝 go.sum (+2 -0)

📄 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/199 **Author:** [@braginini](https://github.com/braginini) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 1/21/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `test-conn` --- ### 📝 Commits (4) - [`b284034`](https://github.com/netbirdio/netbird/commit/b28403488d66096532d896f587dbb26420e46cf1) test: add conn tests - [`cd8cb31`](https://github.com/netbirdio/netbird/commit/cd8cb31a783c54c11835b3b711780d106711f3ea) test: add ConnStatus tests - [`34483d8`](https://github.com/netbirdio/netbird/commit/34483d8bdaa83c0ecac2b4853bbbdc7a32a4ab2b) test: add error test - [`1bdb533`](https://github.com/netbirdio/netbird/commit/1bdb5333d7831027b860a307e9e736ba92fa9ce4) test: add more conn tests ### 📊 Changes **8 files changed** (+245 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+9 -1) 📝 `client/internal/peer/conn.go` (+12 -7) ➕ `client/internal/peer/conn_test.go` (+144 -0) 📝 `client/internal/peer/error.go` (+16 -0) ➕ `client/internal/peer/error_test.go` (+27 -0) ➕ `client/internal/peer/status_test.go` (+27 -0) 📝 `go.mod` (+8 -1) 📝 `go.sum` (+2 -0) </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 2025-11-20 07:11:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2604