mirror of
https://github.com/pgsty/minio.git
synced 2026-09-21 10:18:25 +03:00
055030ea53
Signed-off-by: Feng Ruohang <rh@vonng.com> (cherry picked from commit 0d48d32d7e038ae1ea5966f3d7e0cb86780a6311) Signed-off-by: Feng Ruohang <rh@vonng.com>
40 lines
1.9 KiB
Plaintext
40 lines
1.9 KiB
Plaintext
=== RUN TestDisconnect
|
|
connection_test.go:90: Started server on 127.0.0.1:54773 URL: http://127.0.0.1:54773
|
|
connection_test.go:91: Started server on 127.0.0.1:54774 URL: http://127.0.0.1:54774
|
|
connection_test.go:46: Got a GET request for: /minio/grid/v1
|
|
connection_test.go:140: Roundtrip: sending request
|
|
connection_test.go:142: Roundtrip: 246.625µs [] remote disconnected
|
|
connection_test.go:46: Got a GET request for: /minio/grid/v1
|
|
connection_test.go:157: Resp: {[] remote disconnected} <nil>
|
|
connection_test.go:46: Got a GET request for: /minio/grid/v1
|
|
--- PASS: TestDisconnect (0.01s)
|
|
=== RUN TestSingleRoundtrip
|
|
=== RUN TestSingleRoundtrip/localToRemote
|
|
=== NAME TestSingleRoundtrip
|
|
grid_test.go:66: 1: server payload: 17 bytes.
|
|
=== NAME TestSingleRoundtrip/localToRemote
|
|
grid_test.go:90: Roundtrip: 141.625µs
|
|
=== RUN TestSingleRoundtrip/localToRemoteErr
|
|
=== NAME TestSingleRoundtrip
|
|
grid_test.go:71: 2: server payload: 17 bytes.
|
|
=== NAME TestSingleRoundtrip/localToRemoteErr
|
|
grid_test.go:97: Roundtrip: 187.625µs
|
|
grid_test.go:104: Roundtrip: 195.958µs
|
|
=== RUN TestSingleRoundtrip/localToRemoteHuge
|
|
=== NAME TestSingleRoundtrip
|
|
grid_test.go:66: 1: server payload: 1048576 bytes.
|
|
=== NAME TestSingleRoundtrip/localToRemoteHuge
|
|
grid_test.go:116: Roundtrip: 3.062792ms
|
|
=== RUN TestSingleRoundtrip/localToRemoteErrHuge
|
|
=== NAME TestSingleRoundtrip
|
|
grid_test.go:71: 2: server payload: 1024 bytes.
|
|
=== NAME TestSingleRoundtrip/localToRemoteErrHuge
|
|
grid_test.go:130: Roundtrip: 232.958µs
|
|
--- PASS: TestSingleRoundtrip (0.00s)
|
|
--- PASS: TestSingleRoundtrip/localToRemote (0.00s)
|
|
--- PASS: TestSingleRoundtrip/localToRemoteErr (0.00s)
|
|
--- PASS: TestSingleRoundtrip/localToRemoteHuge (0.00s)
|
|
--- PASS: TestSingleRoundtrip/localToRemoteErrHuge (0.00s)
|
|
PASS
|
|
ok github.com/minio/minio/internal/grid 0.622s
|