@@ -715,7 +715,7 @@ public void TestCreateIndexWithStorageOptions()
715
715
}
716
716
717
717
[ Test ]
718
- [ RequiresServer ( MinimumVersion = "3.1.9999 " ) ]
718
+ [ RequiresServer ( MinimumVersion = "3.2.0 " ) ]
719
719
public void TestCreateIndexWithPartialFilterExpression ( )
720
720
{
721
721
_collection . Drop ( ) ;
@@ -995,7 +995,7 @@ public void TestFindAndModifyUpsert()
995
995
}
996
996
997
997
[ Test ]
998
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
998
+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
999
999
public void TestFindAndModifyReplaceWithWriteConcernError ( )
1000
1000
{
1001
1001
_collection . RemoveAll ( ) ;
@@ -1020,7 +1020,7 @@ public void TestFindAndModifyReplaceWithWriteConcernError()
1020
1020
}
1021
1021
1022
1022
[ Test ]
1023
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
1023
+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
1024
1024
public void TestFindAndModifyUpdateWithWriteConcernError ( )
1025
1025
{
1026
1026
_collection . RemoveAll ( ) ;
@@ -1141,7 +1141,7 @@ public void TestFindAndRemoveWithMaxTime()
1141
1141
}
1142
1142
1143
1143
[ Test ]
1144
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
1144
+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
1145
1145
public void TestFindAndRemoveWithWriteConcernError ( )
1146
1146
{
1147
1147
_collection . RemoveAll ( ) ;
@@ -2410,7 +2410,7 @@ public void TestInsertDuplicateKey()
2410
2410
}
2411
2411
2412
2412
[ Test ]
2413
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
2413
+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
2414
2414
public void TestInsertWithWriteConcernError ( )
2415
2415
{
2416
2416
_collection . RemoveAll ( ) ;
@@ -2881,7 +2881,7 @@ public void TestRemoveUnacknowledeged()
2881
2881
}
2882
2882
2883
2883
[ Test ]
2884
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
2884
+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
2885
2885
public void TestRemoveWithWriteConcernError ( )
2886
2886
{
2887
2887
_collection . RemoveAll ( ) ;
@@ -3157,7 +3157,7 @@ public void TestUpdateUnacknowledged()
3157
3157
}
3158
3158
3159
3159
[ Test ]
3160
- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
3160
+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
3161
3161
public void TestUpdateWithWriteConcernError ( )
3162
3162
{
3163
3163
_collection . RemoveAll ( ) ;
0 commit comments