| a | b | |
|---|
| 0 | + | make[1]: Leaving directory `/tmp/couchdb-upgrade-1.0-to-1.1/src/couchdb' |
|---|
| 0 | + | + cd ../.. |
|---|
| 0 | + | + cd 1.0 |
|---|
| 0 | + | + echo [couchdb] |
|---|
| 0 | + | + echo delayed_commits=false |
|---|
| 0 | + | + echo |
|---|
| 0 | + | + ./bin/couchdb -b -a llocal.ini |
|---|
| 0 | + | Apache CouchDB has started, time to relax. |
|---|
| 0 | + | + cd .. |
|---|
| 0 | + | + cd 1.1 |
|---|
| 0 | + | + echo [couchdb] |
|---|
| 0 | + | + echo delayed_commits=false |
|---|
| 0 | + | + echo [httpd] |
|---|
| 0 | + | + echo port=5985 |
|---|
| 0 | + | + echo |
|---|
| 0 | + | + ./bin/couchdb -b -a llocal.ini |
|---|
| 0 | + | Apache CouchDB has started, time to relax. |
|---|
| 0 | + | + sleep 2 |
|---|
| 0 | + | + cd .. |
|---|
| 0 | + | + COUCH10=http://127.0.0.1:5984 |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db |
|---|
| 0 | + | {"error":"file_exists","reason":"The database could not be created, the file already exists."} |
|---|
| 0 | + | + SIZES=1k 2k 3k 4095 4096 4097 8191 8192 8193 1M 10M 20M 25M 50M 75M 100M |
|---|
| 0 | + | + dd if=/dev/urandom of=1k bs=1 count=1k |
|---|
| 0 | + | 1024+0 records in |
|---|
| 0 | + | 1024+0 records out |
|---|
| 0 | + | 1024 bytes (1.0 kB) copied, 0.0043219 s, 237 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-1k/1k -H Content-Type: application/octet-stream --data-binary @1k |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=2k bs=1 count=2k |
|---|
| 0 | + | 2048+0 records in |
|---|
| 0 | + | 2048+0 records out |
|---|
| 0 | + | 2048 bytes (2.0 kB) copied, 0.00876951 s, 234 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-2k/2k -H Content-Type: application/octet-stream --data-binary @2k |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=3k bs=1 count=3k |
|---|
| 0 | + | 3072+0 records in |
|---|
| 0 | + | 3072+0 records out |
|---|
| 0 | + | 3072 bytes (3.1 kB) copied, 0.0167801 s, 183 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-3k/3k -H Content-Type: application/octet-stream --data-binary @3k |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=4095 bs=1 count=4095 |
|---|
| 0 | + | 4095+0 records in |
|---|
| 0 | + | 4095+0 records out |
|---|
| 0 | + | 4095 bytes (4.1 kB) copied, 0.0177462 s, 231 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-4095/4095 -H Content-Type: application/octet-stream --data-binary @4095 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=4096 bs=1 count=4096 |
|---|
| 0 | + | 4096+0 records in |
|---|
| 0 | + | 4096+0 records out |
|---|
| 0 | + | 4096 bytes (4.1 kB) copied, 0.0156096 s, 262 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-4096/4096 -H Content-Type: application/octet-stream --data-binary @4096 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=4097 bs=1 count=4097 |
|---|
| 0 | + | 4097+0 records in |
|---|
| 0 | + | 4097+0 records out |
|---|
| 0 | + | 4097 bytes (4.1 kB) copied, 0.015329 s, 267 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-4097/4097 -H Content-Type: application/octet-stream --data-binary @4097 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=8191 bs=1 count=8191 |
|---|
| 0 | + | 8191+0 records in |
|---|
| 0 | + | 8191+0 records out |
|---|
| 0 | + | 8191 bytes (8.2 kB) copied, 0.0314981 s, 260 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-8191/8191 -H Content-Type: application/octet-stream --data-binary @8191 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=8192 bs=1 count=8192 |
|---|
| 0 | + | 8192+0 records in |
|---|
| 0 | + | 8192+0 records out |
|---|
| 0 | + | 8192 bytes (8.2 kB) copied, 0.0314052 s, 261 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-8192/8192 -H Content-Type: application/octet-stream --data-binary @8192 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=8193 bs=1 count=8193 |
|---|
| 0 | + | 8193+0 records in |
|---|
| 0 | + | 8193+0 records out |
|---|
| 0 | + | 8193 bytes (8.2 kB) copied, 0.030666 s, 267 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-8193/8193 -H Content-Type: application/octet-stream --data-binary @8193 |
|---|
| 0 | + | {"error":"conflict","reason":"Document update conflict."} |
|---|
| 0 | + | + dd if=/dev/urandom of=1M bs=1 count=1M |
|---|
| 0 | + | 1048576+0 records in |
|---|
| 0 | + | 1048576+0 records out |
|---|
| 0 | + | 1048576 bytes (1.0 MB) copied, 3.91318 s, 268 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-1M/1M -H Content-Type: application/octet-stream --data-binary @1M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-1M","rev":"1-3fe394b17b188a62ed8ece80ec532595"} |
|---|
| 0 | + | + dd if=/dev/urandom of=10M bs=1 count=10M |
|---|
| 0 | + | 10485760+0 records in |
|---|
| 0 | + | 10485760+0 records out |
|---|
| 0 | + | 10485760 bytes (10 MB) copied, 38.8289 s, 270 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-10M/10M -H Content-Type: application/octet-stream --data-binary @10M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-10M","rev":"1-48747f6c56b0c835a83a9f1901023a0b"} |
|---|
| 0 | + | + dd if=/dev/urandom of=20M bs=1 count=20M |
|---|
| 0 | + | 20971520+0 records in |
|---|
| 0 | + | 20971520+0 records out |
|---|
| 0 | + | 20971520 bytes (21 MB) copied, 78.7688 s, 266 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-20M/20M -H Content-Type: application/octet-stream --data-binary @20M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-20M","rev":"1-7f711fd836f59101cb173629a281842e"} |
|---|
| 0 | + | + dd if=/dev/urandom of=25M bs=1 count=25M |
|---|
| 0 | + | 26214400+0 records in |
|---|
| 0 | + | 26214400+0 records out |
|---|
| 0 | + | 26214400 bytes (26 MB) copied, 96.8492 s, 271 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-25M/25M -H Content-Type: application/octet-stream --data-binary @25M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-25M","rev":"1-5bbc1b13e8f7ddecacadb7fa4acfdcdf"} |
|---|
| 0 | + | + dd if=/dev/urandom of=50M bs=1 count=50M |
|---|
| 0 | + | 52428800+0 records in |
|---|
| 0 | + | 52428800+0 records out |
|---|
| 0 | + | 52428800 bytes (52 MB) copied, 193.507 s, 271 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-50M/50M -H Content-Type: application/octet-stream --data-binary @50M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-50M","rev":"1-9258ad64a72ab09098281d38929703ee"} |
|---|
| 0 | + | + dd if=/dev/urandom of=75M bs=1 count=75M |
|---|
| 0 | + | 78643200+0 records in |
|---|
| 0 | + | 78643200+0 records out |
|---|
| 0 | + | 78643200 bytes (79 MB) copied, 291.859 s, 269 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-75M/75M -H Content-Type: application/octet-stream --data-binary @75M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-75M","rev":"1-b48a5a0f111e4dfa654cbbaf3fba6d3f"} |
|---|
| 0 | + | + dd if=/dev/urandom of=100M bs=1 count=100M |
|---|
| 0 | + | 104857600+0 records in |
|---|
| 0 | + | 104857600+0 records out |
|---|
| 0 | + | 104857600 bytes (105 MB) copied, 387.119 s, 271 kB/s |
|---|
| 0 | + | + curl -X PUT http://127.0.0.1:5984/test-db/test-doc-100M/100M -H Content-Type: application/octet-stream --data-binary @100M |
|---|
| 0 | + | {"ok":true,"id":"test-doc-100M","rev":"1-c5a7134f4b7bfbd98e12897fe6794e18"} |
|---|
| 0 | + | + cp 1.0/var/lib/couchdb/test-db.couch 1.1/var/lib/couchdb/test-db.couch |
|---|
| 0 | + | + COUCH11=http://127.0.0.1:5985 |
|---|
| 0 | + | + curl -X POST http://127.0.0.1:5985/test-db/_compact -H Content-Type: application/json |
|---|
| 0 | + | {"ok":true} |
|---|
| 0 | + | + TEST_PASSED=true |
|---|
| 0 | + | + mkdir results |
|---|
| 0 | + | + cd results |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-1k/1k |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 27834 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../1k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=7c3081e976d187e2332f031e073f850bfc0e44c1 |
|---|
| 0 | + | + /usr/bin/openssl sha 1k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 7c3081e976d187e2332f031e073f850bfc0e44c1 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-2k/2k |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 26955 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../2k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=f2074144682ff957cfa840add422d8ce78efe80b |
|---|
| 0 | + | + /usr/bin/openssl sha 2k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ f2074144682ff957cfa840add422d8ce78efe80b != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-3k/3k |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 27152 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../3k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=10d41629f3f65469bdf8b027f8681d8df3fd4cad |
|---|
| 0 | + | + /usr/bin/openssl sha 3k |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 10d41629f3f65469bdf8b027f8681d8df3fd4cad != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-4095/4095 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 7712 0 --:--:-- --:--:-- --:--:-- 8200 |
|---|
| 0 | + | + /usr/bin/openssl sha ../4095 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=987d412e77c0f96500be71dfc7cb31b21892a8a9 |
|---|
| 0 | + | + /usr/bin/openssl sha 4095 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 987d412e77c0f96500be71dfc7cb31b21892a8a9 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-4096/4096 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 25199 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../4096 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=01f47f6451525e0c4d635c67b84e8bd4eb7f4187 |
|---|
| 0 | + | + /usr/bin/openssl sha 4096 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 01f47f6451525e0c4d635c67b84e8bd4eb7f4187 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-4097/4097 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 27758 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../4097 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=f865b0fce1501f1d7b1b407567acf5d138488263 |
|---|
| 0 | + | + /usr/bin/openssl sha 4097 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ f865b0fce1501f1d7b1b407567acf5d138488263 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-8191/8191 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 25137 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../8191 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=d00b97508e30432de380fd5567b0ec71706db43e |
|---|
| 0 | + | + /usr/bin/openssl sha 8191 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ d00b97508e30432de380fd5567b0ec71706db43e != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-8192/8192 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 27260 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../8192 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=f25e23da7474f310d879c86eeb8a9daa1066e29a |
|---|
| 0 | + | + /usr/bin/openssl sha 8192 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ f25e23da7474f310d879c86eeb8a9daa1066e29a != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-8193/8193 |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 31037 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../8193 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=552a043f3f467f19aa215b530f7f4a80bc9543b9 |
|---|
| 0 | + | + /usr/bin/openssl sha 8193 |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 552a043f3f467f19aa215b530f7f4a80bc9543b9 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-1M/1M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 23892 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../1M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=84582454dd6446002743875ff3cce3ea8c8be93a |
|---|
| 0 | + | + /usr/bin/openssl sha 1M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 84582454dd6446002743875ff3cce3ea8c8be93a != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-10M/10M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 8297 0 --:--:-- --:--:-- --:--:-- 10250 |
|---|
| 0 | + | + /usr/bin/openssl sha ../10M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=58372da7ff303b5b412b2e9030a496cf57ab8922 |
|---|
| 0 | + | + /usr/bin/openssl sha 10M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 58372da7ff303b5b412b2e9030a496cf57ab8922 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-20M/20M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 27702 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../20M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=91b2ecdc7793f44f11ca8b9604b78ca6cb1f0273 |
|---|
| 0 | + | + /usr/bin/openssl sha 20M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 91b2ecdc7793f44f11ca8b9604b78ca6cb1f0273 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-25M/25M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 29560 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../25M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=67ea2c5edb2bb8807f59d9e690e83683d0f95a54 |
|---|
| 0 | + | + /usr/bin/openssl sha 25M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 67ea2c5edb2bb8807f59d9e690e83683d0f95a54 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-50M/50M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 26417 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../50M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=1cc42be78490deb4e696428c4e5d6f48af00dc1d |
|---|
| 0 | + | + /usr/bin/openssl sha 50M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ 1cc42be78490deb4e696428c4e5d6f48af00dc1d != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-75M/75M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 24103 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../75M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=c9ce5960d56dffafab77946c3a2ca30cad1ddd10 |
|---|
| 0 | + | + /usr/bin/openssl sha 75M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ c9ce5960d56dffafab77946c3a2ca30cad1ddd10 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + curl -O http://127.0.0.1:5985/test-db/test-doc-100M/100M |
|---|
| 0 | + | % Total % Received % Xferd Average Speed Time Time Time Current |
|---|
| 0 | + | Dload Upload Total Spent Left Speed |
|---|
| 0 | + | 100 41 100 41 0 0 30058 0 --:--:-- --:--:-- --:--:-- 41000 |
|---|
| 0 | + | + /usr/bin/openssl sha ../100M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + BEFORE=d6af484f8d03f162ec27df912b1809aee0c6eb50 |
|---|
| 0 | + | + /usr/bin/openssl sha 100M |
|---|
| 0 | + | + awk {print $2} |
|---|
| 0 | + | + AFTER=2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b |
|---|
| 0 | + | + [ d6af484f8d03f162ec27df912b1809aee0c6eb50 != 2cd2e91a9cbd2bcaec2d3599d35cb7aaae645f0b ] |
|---|
| 0 | + | + TEST_PASSED=false |
|---|
| 0 | + | + cd .. |
|---|
| 0 | + | + cd /tmp/couchdb-upgrade-1.0-to-1.1 |
|---|
| 0 | + | + cd 1.0 |
|---|
| 0 | + | + ./bin/couchdb -d |
|---|
| 0 | + | Apache CouchDB has been shutdown. |
|---|
| 0 | + | + cd .. |
|---|
| 0 | + | + cd 1.1 |
|---|
| 0 | + | + ./bin/couchdb -d |
|---|
| 0 | + | Apache CouchDB has been shutdown. |
|---|
| 0 | + | + rm -f 1k 2k 3k 4095 4096 4097 8191 8192 8193 1M 10M 20M 25M 50M 75M 100M |
|---|
| 0 | + | + [ false = false ] |
|---|
| 0 | + | + echo UPGRADE FAILED |
|---|
| 0 | + | UPGRADE FAILED |
|---|
| 0 | + | fdmanana 10:36:07 ~/tmp > |
|---|
| ... | |
|---|