nickva commented on issue #496: Couchdb 3287 pluggable storage engines
URL: https://github.com/apache/couchdb/pull/496#issuecomment-301846739
 
 
   I ran couchdyno's replication tests against PSE and they all passed:
   
   ```
   /test.sh -x
   
====================================================================================
 test session starts 
=====================================================================================
   platform darwin -- Python 2.7.13, pytest-3.0.3, py-1.4.33, pluggy-0.4.0 -- 
/Users/nvatama/src/couchdyno/venv/bin/python
   cachedir: .cache
   rootdir: /Users/nvatama/src/couchdyno, inifile: pytest.ini
   collected 47 items
   
   tests/test_rep_00_basics.py::test_basic_continuous PASSED
   tests/test_rep_00_basics.py::test_basic_10_continuous PASSED
   tests/test_rep_00_basics.py::test_basic_10_continuous_1000_docs PASSED
   tests/test_rep_00_basics.py::test_basic_normal PASSED
   tests/test_rep_00_basics.py::test_basic_10_normal PASSED
   tests/test_rep_00_basics.py::test_basic_attachment PASSED
   tests/test_rep_00_basics.py::test_basic_js_filter PASSED
   tests/test_rep_01_patterns.py::test_n_to_n_pattern[False-False] PASSED
   tests/test_rep_01_patterns.py::test_n_to_n_pattern[False-True] PASSED
   tests/test_rep_01_patterns.py::test_n_to_n_pattern[True-False] PASSED
   tests/test_rep_01_patterns.py::test_n_to_n_pattern[True-True] PASSED
   tests/test_rep_01_patterns.py::test_1_to_n_pattern PASSED
   tests/test_rep_01_patterns.py::test_n_to_1_pattern PASSED
   tests/test_rep_01_patterns.py::test_n_chain_pattern PASSED
   tests/test_rep_01_patterns.py::test_all_pattern_continuous PASSED
   tests/test_rep_02_filter.py::test_n_to_n_view_filter[False-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_view_filter[False-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_view_filter[True-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_view_filter[True-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_js_filter[False-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_js_filter[False-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_js_filter[True-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_js_filter[True-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_doc_ids_filter[False-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_doc_ids_filter[False-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_doc_ids_filter[True-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_doc_ids_filter[True-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_mango_filter[False-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_mango_filter[False-1] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_mango_filter[True-None] PASSED
   tests/test_rep_02_filter.py::test_n_to_n_mango_filter[True-1] PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-64-1] PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-64-100] PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-100000-1] PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-100000-100] PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-attachments4-1] 
PASSED
   tests/test_rep_03_attachments.py::test_attachments[False-attachments5-100] 
PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-64-1] PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-64-100] PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-100000-1] PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-100000-100] PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-attachments10-1] 
PASSED
   tests/test_rep_03_attachments.py::test_attachments[True-attachments11-100] 
PASSED
   tests/test_rep_04_cluster.py::test_migration_on_node_failure SKIPPED
   tests/test_rep_05_migration.py::test_migration_error PASSED
   tests/test_rep_05_migration.py::test_migration_triggered PASSED
   tests/test_rep_05_migration.py::test_migration_downgrade_failed SKIPPED
   
   
=======================================================================================
 45 passed, 2 skipped in 13390.16 seconds 
========================================================================================
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to