Skip to content

Commit

Permalink
gpu: fix test after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb committed Nov 17, 2024
1 parent 80d6edc commit 845f4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gpu/probe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *probeTestSuite) TestMultiGPUSupport() {
selectedGPU := testutil.GPUUUIDs[2]

cmd := testutil.RunSampleWithArgs(t, testutil.CudaSample, sampleArgs)
utils.WaitForProgramsToBeTraced(t, gpuAttacherName, cmd.Process.Pid, utils.ManualTracingFallbackEnabled)
utils.WaitForProgramsToBeTraced(t, gpuModuleName, gpuAttacherName, cmd.Process.Pid, utils.ManualTracingFallbackEnabled)

// Wait until the process finishes and we can get the stats. Run this instead of waiting for the process to finish
// so that we can time out correctly
Expand Down

0 comments on commit 845f4b2

Please sign in to comment.