Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 1 addition & 6 deletions agent/agentexec/cli_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ import (
"github.com/coder/coder/v2/testutil"
)

//nolint:paralleltest // This test is sensitive to environment variables
func TestCLI(t *testing.T) {
t.Parallel()

t.Run("OK", func(t *testing.T) {
t.Parallel()

ctx := testutil.Context(t, testutil.WaitMedium)
cmd, path := cmd(ctx, t, 123, 12)
err := cmd.Start()
Expand All @@ -40,8 +37,6 @@ func TestCLI(t *testing.T) {
})

t.Run("Defaults", func(t *testing.T) {
t.Parallel()

ctx := testutil.Context(t, testutil.WaitMedium)
cmd, path := cmd(ctx, t, 0, 0)
err := cmd.Start()
Expand Down
10 changes: 5 additions & 5 deletions agent/agentexec/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestExec(t *testing.T) {
//nolint:paralleltest // we need to test environment variables
t.Run("Disabled", func(t *testing.T) {
if runtime.GOOS != "linux" {
t.Skip("skipping on linux")
t.Skip("skipping on non-linux")
}

cmd, err := agentexec.CommandContext(context.Background(), "sh", "-c", "sleep")
Expand All @@ -52,7 +52,7 @@ func TestExec(t *testing.T) {
t.Setenv(agentexec.EnvProcPrioMgmt, "hello")

if runtime.GOOS != "linux" {
t.Skip("skipping on linux")
t.Skip("skipping on non-linux")
}

executable, err := os.Executable()
Expand All @@ -69,7 +69,7 @@ func TestExec(t *testing.T) {
t.Setenv(agentexec.EnvProcNiceScore, "10")

if runtime.GOOS != "linux" {
t.Skip("skipping on linux")
t.Skip("skipping on non-linux")
}

executable, err := os.Executable()
Expand All @@ -86,7 +86,7 @@ func TestExec(t *testing.T) {
t.Setenv(agentexec.EnvProcOOMScore, "123")

if runtime.GOOS != "linux" {
t.Skip("skipping on linux")
t.Skip("skipping on non-linux")
}

executable, err := os.Executable()
Expand All @@ -104,7 +104,7 @@ func TestExec(t *testing.T) {
t.Setenv(agentexec.EnvProcNiceScore, "14")

if runtime.GOOS != "linux" {
t.Skip("skipping on linux")
t.Skip("skipping on non-linux")
}

executable, err := os.Executable()
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy