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 +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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.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
4
+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.10 .tgz
5
+ - tar xvf mongodb-linux-x86_64-3.0.10 .tgz
6
+ - mv mongodb-linux-x86_64-3.0.10 3.0.10
7
+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.4 .tgz
8
+ - tar xvf mongodb-linux-x86_64-3.2.4 .tgz
9
+ - mv mongodb-linux-x86_64-3.2.0 3.2.4
10
10
11
11
env :
12
12
- RUST_TEST_THREADS=1
13
13
14
14
script :
15
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
16
+ - 3.0.10 /bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
17
+ - 3.0.10 /bin/mongod --fork --nopreallocj --dbpath ./data/test --syslog --port 27018
18
18
- cargo build --verbose
19
19
- cargo test v3_0 --verbose
20
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
21
+ - 3.2.4 /bin/mongod --fork --nopreallocj --dbpath ./data/db2 --syslog --port 27017
22
+ - 3.2.4 /bin/mongod --fork --nopreallocj --dbpath ./data/test2 --syslog --port 27018
23
23
- cargo test v3_2 --verbose
You can’t perform that action at this time.
0 commit comments