You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/01/30 12:56:27 UTC

[couchdb] branch master updated (f30fca2 -> aba6633)

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from f30fca2  Make it possible to override elixir couchdb settings via environmental variables
     add 6d317e1  Fix engine header upgrades
     new aba6633  Merge pull request #1886 from apache/fix-pq-db-header-version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_bt_engine_header.erl           |  52 +------------
 .../couch_bt_engine_partition_downgrade_tests.erl  |  86 ---------------------
 src/couch/test/couch_bt_engine_upgrade_tests.erl   |  68 ++++++++--------
 ...urge_req.couch => db_v6_with_1_purge_req.couch} | Bin
 ...uch => db_v6_with_1_purge_req_for_2_docs.couch} | Bin
 ...urge_req.couch => db_v6_with_2_purge_req.couch} | Bin
 ...rge_req.couch => db_v6_without_purge_req.couch} | Bin
 ...urge_req.couch => db_v7_with_1_purge_req.couch} | Bin 16566 -> 16617 bytes
 ...uch => db_v7_with_1_purge_req_for_2_docs.couch} | Bin 16557 -> 20705 bytes
 ...urge_req.couch => db_v7_with_2_purge_req.couch} | Bin 16566 -> 20713 bytes
 ...rge_req.couch => db_v7_without_purge_req.couch} | Bin 61644 -> 65781 bytes
 11 files changed, 41 insertions(+), 165 deletions(-)
 delete mode 100644 src/couch/test/couch_bt_engine_partition_downgrade_tests.erl
 rename src/couch/test/fixtures/{db_with_1_purge_req.couch => db_v6_with_1_purge_req.couch} (100%)
 copy src/couch/test/fixtures/{db_with_1_purge_req_for_2_docs.couch => db_v6_with_1_purge_req_for_2_docs.couch} (100%)
 copy src/couch/test/fixtures/{db_with_2_purge_req.couch => db_v6_with_2_purge_req.couch} (100%)
 copy src/couch/test/fixtures/{db_without_purge_req.couch => db_v6_without_purge_req.couch} (100%)
 copy src/couch/test/fixtures/{db_with_2_purge_req.couch => db_v7_with_1_purge_req.couch} (93%)
 rename src/couch/test/fixtures/{db_with_1_purge_req_for_2_docs.couch => db_v7_with_1_purge_req_for_2_docs.couch} (79%)
 rename src/couch/test/fixtures/{db_with_2_purge_req.couch => db_v7_with_2_purge_req.couch} (79%)
 rename src/couch/test/fixtures/{db_without_purge_req.couch => db_v7_without_purge_req.couch} (93%)


[couchdb] 01/01: Merge pull request #1886 from apache/fix-pq-db-header-version

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit aba66331f74142e84229aae3c569376375494a36
Merge: f30fca2 6d317e1
Author: Peng Hui Jiang <ji...@apache.org>
AuthorDate: Wed Jan 30 20:56:22 2019 +0800

    Merge pull request #1886 from apache/fix-pq-db-header-version
    
    Fix partitioned query database header version

 src/couch/src/couch_bt_engine_header.erl           |  52 +------------
 .../couch_bt_engine_partition_downgrade_tests.erl  |  86 ---------------------
 src/couch/test/couch_bt_engine_upgrade_tests.erl   |  68 ++++++++--------
 ...urge_req.couch => db_v6_with_1_purge_req.couch} | Bin
 ...uch => db_v6_with_1_purge_req_for_2_docs.couch} | Bin
 ...urge_req.couch => db_v6_with_2_purge_req.couch} | Bin
 ...rge_req.couch => db_v6_without_purge_req.couch} | Bin
 ...urge_req.couch => db_v7_with_1_purge_req.couch} | Bin 16566 -> 16617 bytes
 ...uch => db_v7_with_1_purge_req_for_2_docs.couch} | Bin 16557 -> 20705 bytes
 ...urge_req.couch => db_v7_with_2_purge_req.couch} | Bin 16566 -> 20713 bytes
 ...rge_req.couch => db_v7_without_purge_req.couch} | Bin 61644 -> 65781 bytes
 11 files changed, 41 insertions(+), 165 deletions(-)