mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
reduce sharedmem server test runtime
The large bulk tests can take 25-45+ seconds. AFAIK we don't need to test such large values. PiperOrigin-RevId: 450959539
This commit is contained in:
committed by
gVisor bot
parent
f7d57e9746
commit
0a6e768256
@@ -297,8 +297,6 @@ func TestServerBulkTransfer(t *testing.T) {
|
||||
512 << 20, // 512 MiB
|
||||
1024 << 20, // 1 GiB
|
||||
2048 << 20, // 2 GiB
|
||||
4096 << 20, // 4 GiB
|
||||
8192 << 20, // 8 GiB
|
||||
}
|
||||
|
||||
for _, payloadSize := range payloadSizes {
|
||||
@@ -353,8 +351,6 @@ func TestClientBulkTransfer(t *testing.T) {
|
||||
512 << 20, // 512 MiB
|
||||
1024 << 20, // 1 GiB
|
||||
2048 << 20, // 2 GiB
|
||||
4096 << 20, // 4 GiB
|
||||
8192 << 20, // 8 GiB
|
||||
}
|
||||
|
||||
for _, payloadSize := range payloadSizes {
|
||||
|
||||
Reference in New Issue
Block a user