This repository was archived by the owner on Oct 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
3
3
before_install :
4
- - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.3.tgz
5
- - tar xvf mongodb-linux-x86_64-3.0.3.tgz
6
- - mv mongodb-linux-x86_64-3.0.3 3.0.3
4
+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.7.tgz
5
+ - tar xvf mongodb-linux-x86_64-3.0.7.tgz
6
+ - mv mongodb-linux-x86_64-3.0.7 3.0.7
7
+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz
8
+ - tar xvf mongodb-linux-x86_64-3.2.0.tgz
9
+ - mv mongodb-linux-x86_64-3.2.0 3.2.0
7
10
8
11
env :
9
12
- RUST_TEST_THREADS=1
10
13
11
14
script :
12
- - mkdir -p ./data/db ./data/test
13
- - 3.0.3 /bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
14
- - 3.0.3 /bin/mongod --fork --nopreallocj --dbpath ./data/test --syslog --port 27018
15
+ - mkdir -p ./data/db ./data/test /data/db2 /data/test2
16
+ - 3.0.7 /bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
17
+ - 3.0.7 /bin/mongod --fork --nopreallocj --dbpath ./data/test --syslog --port 27018
15
18
- cargo build --verbose
16
- - cargo test --verbose
19
+ - cargo test v3_0 --verbose
20
+ - killall mongod
21
+ - 3.2.0/bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
22
+ - 3.2.0/bin/mongod --fork --nopreallocj --dbpath ./data/test2 --syslog --port 27018
23
+ - cargo test v3_2 --verbose
You can’t perform that action at this time.
0 commit comments