File tree Expand file tree Collapse file tree 5 files changed +22
-0
lines changed
source/client-side-operations-timeout/tests Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -3743,6 +3743,8 @@ tests:
3743
3743
failCommands : ["dropIndexes"]
3744
3744
blockConnection : true
3745
3745
blockTimeMS : 5
3746
+ # Create the index first so dropIndex doesn't return IndexNotFound on
3747
+ # servers prior to 8.3.
3746
3748
- name : createIndex
3747
3749
object : *collection
3748
3750
arguments :
@@ -3782,6 +3784,8 @@ tests:
3782
3784
- session :
3783
3785
id : &session session
3784
3786
client : *client
3787
+ # Create the index first so dropIndex doesn't return IndexNotFound on
3788
+ # servers prior to 8.3.
3785
3789
- name : createIndex
3786
3790
object : *collection
3787
3791
arguments :
@@ -3835,6 +3839,8 @@ tests:
3835
3839
- session :
3836
3840
id : &session session
3837
3841
client : *client
3842
+ # Create the index first so dropIndex doesn't return IndexNotFound on
3843
+ # servers prior to 8.3.
3838
3844
- name : createIndex
3839
3845
object : *collection
3840
3846
arguments :
@@ -3896,6 +3902,8 @@ tests:
3896
3902
failCommands : ["dropIndexes"]
3897
3903
blockConnection : true
3898
3904
blockTimeMS : 5
3905
+ # Create the index first so dropIndex doesn't return IndexNotFound on
3906
+ # servers prior to 8.3.
3899
3907
- name : createIndex
3900
3908
object : *collection
3901
3909
arguments :
Original file line number Diff line number Diff line change @@ -3120,6 +3120,8 @@ tests:
3120
3120
failCommands : ["dropIndexes"]
3121
3121
blockConnection : true
3122
3122
blockTimeMS : 15
3123
+ # Create the index first so dropIndex doesn't return IndexNotFound on
3124
+ # servers prior to 8.3.
3123
3125
- name : createIndex
3124
3126
object : *collection
3125
3127
arguments :
Original file line number Diff line number Diff line change @@ -1745,6 +1745,8 @@ tests:
1745
1745
failCommands : ["dropIndexes"]
1746
1746
blockConnection : true
1747
1747
blockTimeMS : 15
1748
+ # Create the index first so dropIndex doesn't return IndexNotFound on
1749
+ # servers prior to 8.3.
1748
1750
- name : createIndex
1749
1751
object : *collection
1750
1752
arguments :
@@ -1790,6 +1792,8 @@ tests:
1790
1792
failCommands : ["dropIndexes"]
1791
1793
blockConnection : true
1792
1794
blockTimeMS : 15
1795
+ # Create the index first so dropIndex doesn't return IndexNotFound on
1796
+ # servers prior to 8.3.
1793
1797
- name : createIndex
1794
1798
object : *collection
1795
1799
arguments :
Original file line number Diff line number Diff line change @@ -2343,6 +2343,8 @@ tests:
2343
2343
failCommands : ["dropIndexes"]
2344
2344
blockConnection : true
2345
2345
blockTimeMS : 15
2346
+ # Create the index first so dropIndex doesn't return IndexNotFound on
2347
+ # servers prior to 8.3.
2346
2348
- name : createIndex
2347
2349
object : *collection
2348
2350
arguments :
@@ -2392,6 +2394,8 @@ tests:
2392
2394
failCommands : ["dropIndexes"]
2393
2395
blockConnection : true
2394
2396
blockTimeMS : 15
2397
+ # Create the index first so dropIndex doesn't return IndexNotFound on
2398
+ # servers prior to 8.3.
2395
2399
- name : createIndex
2396
2400
object : *collection
2397
2401
arguments :
Original file line number Diff line number Diff line change @@ -1812,6 +1812,8 @@ tests:
1812
1812
failCommands : ["dropIndexes"]
1813
1813
blockConnection : true
1814
1814
blockTimeMS : 15
1815
+ # Create the index first so dropIndex doesn't return IndexNotFound on
1816
+ # servers prior to 8.3.
1815
1817
- name : createIndex
1816
1818
object : *collection
1817
1819
arguments :
@@ -1849,6 +1851,8 @@ tests:
1849
1851
failCommands : ["dropIndexes"]
1850
1852
blockConnection : true
1851
1853
blockTimeMS : 15
1854
+ # Create the index first so dropIndex doesn't return IndexNotFound on
1855
+ # servers prior to 8.3.
1852
1856
- name : createIndex
1853
1857
object : *collection
1854
1858
arguments :
You can’t perform that action at this time.
0 commit comments