mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Send progress only when requested by client in SelectObject (#6467)
This commit is contained in:
committed by
Nitish Tiwari
parent
66fda7a37f
commit
a0683d3c1f
@@ -677,7 +677,7 @@ func TestMyXMLFunction(t *testing.T) {
|
||||
expectedStat int
|
||||
expectedProgress int
|
||||
}{
|
||||
{159, 165},
|
||||
{150, 156},
|
||||
}
|
||||
for _, table := range tables {
|
||||
myVal, _ := s3s.createStatXML()
|
||||
@@ -764,7 +764,7 @@ func TestMyInfoProtocolFunctions(t *testing.T) {
|
||||
expectedStat int
|
||||
expectedProgress int
|
||||
}{
|
||||
{myVal, myOtherVal, 242, 252},
|
||||
{myVal, myOtherVal, 233, 243},
|
||||
}
|
||||
for _, table := range tables {
|
||||
var currBuf = &bytes.Buffer{}
|
||||
|
||||
Reference in New Issue
Block a user