SERVER-102475 Update spillingBytes expected value (#33693)

GitOrigin-RevId: 89badf9258b1818f8743c9a62e53016e49beab0e
This commit is contained in:
fotiniAlvanaki 2025-03-18 16:05:53 +00:00 committed by MongoDB Bot
parent e7b1279ba6
commit ec1922e9c3
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function testSpillingMetrics({stage, expectedSpillingMetrics, expectedSbeSpillin
testSpillingMetrics({
stage: {$sort: {a: 1}},
expectedSpillingMetrics: {spills: 19, spilledBytes: 654},
expectedSbeSpillingMetrics: {spills: 19, spilledBytes: 935}
expectedSbeSpillingMetrics: {spills: 19, spilledBytes: 951}
});
testSpillingMetrics({
stage: {$group: {_id: "$_id", a: {$sum: "$_id"}}},