Skip to content

Commit 1a53a9a

Browse files
committed
Run AggregatesFunctionalSpecification.$setWindowFields against server 5.2+
This is a fix for "Add builders for pick-accumulators / window functions (#954)" JAVA-4094
1 parent bfebd57 commit 1a53a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/test/functional/com/mongodb/client/model/AggregatesFunctionalSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ class AggregatesFunctionalSpecification extends OperationFunctionalSpecification
11231123
coll2Helper?.drop()
11241124
}
11251125

1126-
@IgnoreIf({ serverVersionLessThan(5, 0) })
1126+
@IgnoreIf({ serverVersionLessThan(5, 2) })
11271127
def '$setWindowFields'(Object partitionBy, Bson sortBy, WindowedComputation output, List<Object> expectedFieldValues) {
11281128
given:
11291129
ZoneId utc = ZoneId.of(ZoneOffset.UTC.getId())

0 commit comments

Comments
 (0)