Skip to content

Commit

Permalink
Update statsd/uds_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vickenty Fesunov <vickenty@users.noreply.github.com>
  • Loading branch information
iksaif and vickenty committed Jan 16, 2024
1 parent 401cdd8 commit 0e2d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsd/uds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func TestUDSStreamPartialWrite(t *testing.T) {
defer conn.Close()

// Set a very low buffer size to force a partial write, but still enough to write the header
w.conn.(*net.UnixConn).SetWriteBuffer(1)
require.NoError(w.conn.(*net.UnixConn).SetWriteBuffer(1))

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.13, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.14, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.15, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.16, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.16, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.17, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.17, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.18, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.18, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.19, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.19, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.20, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.20, ubuntu-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.21, macos-latest)

not enough arguments in call to require.NoError

Check failure on line 211 in statsd/uds_test.go

View workflow job for this annotation

GitHub Actions / native (1.21, ubuntu-latest)

not enough arguments in call to require.NoError
// On linux we need to force a timeout this way
w.connectTimeout = -1 * time.Millisecond

Expand Down

0 comments on commit 0e2d18a

Please sign in to comment.