File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,32 @@ jobs:
1414
1515 # versions are: source, destination
1616 mongodb_versions :
17- # - [ '4.2', '4.2' ]
18- # - [ '4.2', '4.4' ]
19- # - [ '4.2', '5.0' ]
20- # - [ '4.2', '6.0' ]
21- #
22- # - [ '4.4', '4.4' ]
23- # - [ '4.4', '5.0' ]
24- # - [ '4.4', '6.0' ]
25- #
26- # - [ '5.0', '5.0' ]
27- # - [ '5.0', '6.0' ]
28- # - [ '5.0', '7.0' ]
29- #
30- # - [ '6.0', '6.0' ]
31- # - [ '6.0', '7.0' ]
32- # - [ '6.0', '8.0' ]
33- #
34- # - [ '7.0', '7.0' ]
35- # - [ '7.0', '8.0' ]
17+ - [ '4.2', '4.2' ]
18+ - [ '4.2', '4.4' ]
19+ - [ '4.2', '5.0' ]
20+ - [ '4.2', '6.0' ]
21+
22+ - [ '4.4', '4.4' ]
23+ - [ '4.4', '5.0' ]
24+ - [ '4.4', '6.0' ]
25+
26+ - [ '5.0', '5.0' ]
27+ - [ '5.0', '6.0' ]
28+ - [ '5.0', '7.0' ]
29+
30+ - [ '6.0', '6.0' ]
31+ - [ '6.0', '7.0' ]
32+ - [ '6.0', '8.0' ]
33+
34+ - [ '7.0', '7.0' ]
35+ - [ '7.0', '8.0' ]
3636
3737 - [ '8.0', '8.0' ]
3838
3939 topology :
40- # - name: replset
41- # srcConnStr: mongodb://localhost:27020,localhost:27021,localhost:27022
42- # dstConnStr: mongodb://localhost:27030,localhost:27031,localhost:27032
40+ - name : replset
41+ srcConnStr : mongodb://localhost:27020,localhost:27021,localhost:27022
42+ dstConnStr : mongodb://localhost:27030,localhost:27031,localhost:27032
4343
4444 - name : sharded
4545 args : --sharded 2
8888 } | parallel
8989
9090 - name : Test
91- run : go test -v ./... -race -testify.m TestEventBeforeWritesOff
91+ run : go test -v ./... -race
9292 env :
9393 MVTEST_SRC : ${{matrix.topology.srcConnStr}}
9494 MVTEST_DST : ${{matrix.topology.dstConnStr}}
You can’t perform that action at this time.
0 commit comments