Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: track JetBrains connections#10968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
code-asher merged 12 commits intomainfromjetbrains/track_connections
Dec 7, 2023
Merged
Changes from1 commit
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Elaborate on process name check comment
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
  • Loading branch information
@code-asher@Emyrk
code-asher andEmyrk committedDec 1, 2023
commit34b7c5eb6003cf3667f64b6a229a254052f1636c
7 changes: 7 additions & 0 deletionsagent/agent_test.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -194,6 +194,13 @@ func TestAgent_Stats_Magic(t *testing.T) {

// This test name must contain the string checked for by the agent, since it
// looks for this string in the process name.
//
// This test sets up a port forward that emulates what Jetbrains IDE's do when
// using gateway. The remote server side of the port forward is spun up using
// the gotest process, which includes the test name.
// So this unit test emulates a PID in the workspace with a similar
// name to the jetbrains IDE. That makes the agent this this SSH port
// forward is a "jetbrains" session.
t.Run("TracksIdea.vendor.name=JetBrains", func(t *testing.T) {
t.Parallel()
if runtime.GOOS != "linux" {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp