[PR #1382] [MERGED] Add go profiling flag, and enable on integration tests #2076

Closed
opened 2025-12-29 03:19:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1382
Author: @kradalby
Created: 4/27/2023
Status: Merged
Merged: 4/27/2023
Merged by: @kradalby

Base: mainHead: pprof-integration-tests


📝 Commits (5)

📊 Changes

44 files changed (+333 additions, -13 deletions)

View changed files

📝 .github/workflows/test-integration-v2-TestACLAllowStarDst.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLAllowUser80Dst.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLAllowUserDst.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLDenyAllPort80.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLDevice1CanAccessDevice2.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLHostsInNetMapTable.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLNamedHostsCanReach.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestACLNamedHostsCanReachBySubnet.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestAuthKeyLogoutAndRelogin.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestAuthWebFlowAuthenticationPingAll.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestAuthWebFlowLogoutAndRelogin.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestCreateTailscale.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestDERPServerScenario.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestEnablingRoutes.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestEphemeral.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestExpireNode.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestHeadscale.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestOIDCAuthenticationPingAll.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestOIDCExpireNodesBasedOnTokenExpiry.yaml (+6 -0)
📝 .github/workflows/test-integration-v2-TestPingAllByHostname.yaml (+6 -0)

...and 24 more files

📄 Description

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/juanfont/headscale/pull/1382 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `pprof-integration-tests` --- ### 📝 Commits (5) - [`b257b58`](https://github.com/juanfont/headscale/commit/b257b5876da4a767dd7ec78f5f72ec3b77627c7c) add go profiling dep - [`b10df7d`](https://github.com/juanfont/headscale/commit/b10df7d85a08a75775bfe1b292ad0d866d0a5c72) enable go pprof on integration tests - [`eaef9d9`](https://github.com/juanfont/headscale/commit/eaef9d9cb17cfea9f339a3025a4668e25ce22f92) regenerate integration tests - [`1772dd2`](https://github.com/juanfont/headscale/commit/1772dd2b5da9f19f9adb9f4710443bd132d9a745) update changelog - [`9b96cfb`](https://github.com/juanfont/headscale/commit/9b96cfb2806e7b81772dd6a22db0007c20d70c11) add graphviz to flake ### 📊 Changes **44 files changed** (+333 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-integration-v2-TestACLAllowStarDst.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLAllowUser80Dst.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLAllowUserDst.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLDenyAllPort80.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLDevice1CanAccessDevice2.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLHostsInNetMapTable.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLNamedHostsCanReach.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestACLNamedHostsCanReachBySubnet.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestAuthKeyLogoutAndRelogin.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestAuthWebFlowAuthenticationPingAll.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestAuthWebFlowLogoutAndRelogin.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestCreateTailscale.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestDERPServerScenario.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestEnablingRoutes.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestEphemeral.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestExpireNode.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestHeadscale.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestOIDCAuthenticationPingAll.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestOIDCExpireNodesBasedOnTokenExpiry.yaml` (+6 -0) 📝 `.github/workflows/test-integration-v2-TestPingAllByHostname.yaml` (+6 -0) _...and 24 more files_ </details> ### 📄 Description Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:40 +01:00
adam closed this issue 2025-12-29 03:19:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2076