[PR #197] [MERGED] Fix cicd testing issue #12278

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/197
Author: @mlsmaycon
Created: 1/17/2022
Status: Merged
Merged: 1/17/2022
Merged by: @mlsmaycon

Base: mainHead: fix-cicd-testing-issue


📝 Commits (4)

📊 Changes

5 files changed (+39 additions, -33 deletions)

View changed files

📝 .github/workflows/golang-test-build.yml (+1 -1)
📝 client/internal/engine_test.go (+8 -8)
📝 go.mod (+6 -4)
📝 go.sum (+21 -17)
📝 management/server/management_proto_test.go (+3 -3)

📄 Description

  • sync go.mod
  • cache by test build
  • test with different signal and management port

🔄 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/197 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 1/17/2022 **Status:** ✅ Merged **Merged:** 1/17/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-cicd-testing-issue` --- ### 📝 Commits (4) - [`e48d637`](https://github.com/netbirdio/netbird/commit/e48d637a773f992bcbe739eaaa1181590a45c198) sync module - [`65eb90e`](https://github.com/netbirdio/netbird/commit/65eb90eedecd23dd9ff44cab39279c8f0a9dbd73) cache per test os - [`7fea1d1`](https://github.com/netbirdio/netbird/commit/7fea1d16d8b37b1df19737ed32269b81cdb24a47) different port for tests - [`090bf01`](https://github.com/netbirdio/netbird/commit/090bf01c7b803603156ce97bc9e271a01f0b76eb) wireguard packages versions ### 📊 Changes **5 files changed** (+39 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-build.yml` (+1 -1) 📝 `client/internal/engine_test.go` (+8 -8) 📝 `go.mod` (+6 -4) 📝 `go.sum` (+21 -17) 📝 `management/server/management_proto_test.go` (+3 -3) </details> ### 📄 Description * sync go.mod * cache by test build * test with different signal and management port --- <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:47 -04:00
saavagebueno changed title from [PR #197] [MERGED] Fix cicd testing issue to [PR #197] Fix cicd testing issue 2026-08-05 02:08:01 -04:00
saavagebueno changed title from [PR #197] Fix cicd testing issue to [PR #197] [MERGED] Fix cicd testing issue 2026-08-05 02:09:57 -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#12278