File tree Expand file tree Collapse file tree 4 files changed +47
-20
lines changed
driver-core/src/test/resources/unified-test-format/load-balancers Expand file tree Collapse file tree 4 files changed +47
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " cursors are correctly pinned to connections for load-balanced clusters" ,
3
- "schemaVersion" : " 1.3 " ,
3
+ "schemaVersion" : " 1.4 " ,
4
4
"runOnRequirements" : [
5
5
{
6
6
"topologies" : [
222
222
"reply" : {
223
223
"cursor" : {
224
224
"id" : {
225
- "$$type" : " long"
225
+ "$$type" : [
226
+ " int" ,
227
+ " long"
228
+ ]
226
229
},
227
230
"firstBatch" : {
228
231
"$$type" : " array"
239
242
"commandStartedEvent" : {
240
243
"command" : {
241
244
"getMore" : {
242
- "$$type" : " long"
245
+ "$$type" : [
246
+ " int" ,
247
+ " long"
248
+ ]
243
249
},
244
250
"collection" : " coll0"
245
251
},
333
339
"reply" : {
334
340
"cursor" : {
335
341
"id" : {
336
- "$$type" : " long"
342
+ "$$type" : [
343
+ " int" ,
344
+ " long"
345
+ ]
337
346
},
338
347
"firstBatch" : {
339
348
"$$type" : " array"
475
484
"reply" : {
476
485
"cursor" : {
477
486
"id" : {
478
- "$$type" : " long"
487
+ "$$type" : [
488
+ " int" ,
489
+ " long"
490
+ ]
479
491
},
480
492
"firstBatch" : {
481
493
"$$type" : " array"
492
504
"commandStartedEvent" : {
493
505
"command" : {
494
506
"getMore" : {
495
- "$$type" : " long"
507
+ "$$type" : [
508
+ " int" ,
509
+ " long"
510
+ ]
496
511
},
497
512
"collection" : " coll0"
498
513
},
605
620
"reply" : {
606
621
"cursor" : {
607
622
"id" : {
608
- "$$type" : " long"
623
+ "$$type" : [
624
+ " int" ,
625
+ " long"
626
+ ]
609
627
},
610
628
"firstBatch" : {
611
629
"$$type" : " array"
750
768
"reply" : {
751
769
"cursor" : {
752
770
"id" : {
753
- "$$type" : " long"
771
+ "$$type" : [
772
+ " int" ,
773
+ " long"
774
+ ]
754
775
},
755
776
"firstBatch" : {
756
777
"$$type" : " array"
767
788
"commandStartedEvent" : {
768
789
"command" : {
769
790
"getMore" : {
770
- "$$type" : " long"
791
+ "$$type" : [
792
+ " int" ,
793
+ " long"
794
+ ]
771
795
},
772
796
"collection" : " coll0"
773
797
},
858
882
"commandStartedEvent" : {
859
883
"command" : {
860
884
"getMore" : {
861
- "$$type" : " long"
885
+ "$$type" : [
886
+ " int" ,
887
+ " long"
888
+ ]
862
889
},
863
890
"collection" : " coll0"
864
891
},
950
977
"commandStartedEvent" : {
951
978
"command" : {
952
979
"getMore" : {
953
- "$$type" : " long"
980
+ "$$type" : [
981
+ " int" ,
982
+ " long"
983
+ ]
954
984
},
955
985
"collection" : {
956
986
"$$type" : " string"
996
1026
},
997
1027
{
998
1028
"description" : " listIndexes pins the cursor to a connection" ,
999
- "runOnRequirements" : [
1000
- {
1001
- "serverless" : " forbid"
1002
- }
1003
- ],
1004
1029
"operations" : [
1005
1030
{
1006
1031
"name" : " createIndex" ,
1105
1130
"commandStartedEvent" : {
1106
1131
"command" : {
1107
1132
"getMore" : {
1108
- "$$type" : " long"
1133
+ "$$type" : [
1134
+ " int" ,
1135
+ " long"
1136
+ ]
1109
1137
},
1110
1138
"collection" : " coll0"
1111
1139
},
Original file line number Diff line number Diff line change 3
3
"schemaVersion" : " 1.3" ,
4
4
"runOnRequirements" : [
5
5
{
6
- "minServerVersion" : " 3.6" ,
7
6
"topologies" : [
8
7
" single" ,
9
8
" sharded"
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " state change errors are correctly handled" ,
3
- "schemaVersion" : " 1.3 " ,
3
+ "schemaVersion" : " 1.4 " ,
4
4
"runOnRequirements" : [
5
5
{
6
6
"topologies" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " transactions are correctly pinned to connections for load-balanced clusters" ,
3
- "schemaVersion" : " 1.3 " ,
3
+ "schemaVersion" : " 1.4 " ,
4
4
"runOnRequirements" : [
5
5
{
6
6
"topologies" : [
You can’t perform that action at this time.
0 commit comments