[PR #3034] [MERGED] Fix engine tests #19052

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3034
Author: @pappz
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @pappz

Base: dns-interceptorHead: dnsinterceptor/fix-engine-test


📝 Commits (6)

📊 Changes

4 files changed (+22 additions, -18 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+2 -2)
📝 client/internal/dns/mock_server.go (+5 -0)
📝 client/internal/engine.go (+5 -7)
📝 client/internal/engine_test.go (+10 -9)

📄 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/3034 **Author:** [@pappz](https://github.com/pappz) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `dns-interceptor` ← **Head:** `dnsinterceptor/fix-engine-test` --- ### 📝 Commits (6) - [`6e1f5df`](https://github.com/netbirdio/netbird/commit/6e1f5df6dec1eaf19b46e7a869bb38df036b86d4) Fix engine test regarding for peer store - [`1a06d21`](https://github.com/netbirdio/netbird/commit/1a06d21ba0865401414987d53546089263ae1017) Fix engine tests - [`61f6550`](https://github.com/netbirdio/netbird/commit/61f6550670987ae06d648e5d6e3cca2c231e5a06) Update golangci-lint - [`bc64618`](https://github.com/netbirdio/netbird/commit/bc64618257a3a61f505d44f2f9976ce64e708c80) Set output format - [`10ab901`](https://github.com/netbirdio/netbird/commit/10ab901f7645e9cf46758c4be348cf89a36f8c5f) Fix output-format - [`5ce1db1`](https://github.com/netbirdio/netbird/commit/5ce1db1d761540b27b42f7c90b7867c5a81d1f18) Lint fix ### 📊 Changes **4 files changed** (+22 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+2 -2) 📝 `client/internal/dns/mock_server.go` (+5 -0) 📝 `client/internal/engine.go` (+5 -7) 📝 `client/internal/engine_test.go` (+10 -9) </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 04:09:14 -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#19052