-
Notifications
You must be signed in to change notification settings - Fork 12
Run Test Cases
Chang Hua Guo edited this page Jan 18, 2017
·
5 revisions
Only for dreyfus test to support index purge.
read the link below.
https://github.com/cloudant-labs/dreyfus/wiki/Introduce-dreyfus-into-couchdb
Start couchdb
based on branch 45918-pluggable-storage-engines
.
dev/run --admin=foo:bar
Start clouseau
based on branch 68280_clouseau_for_clustered_purge
mvn scala:run -Dlauncher=clouseau1
dev/remsh
([email protected])1> c("src/dreyfus/test/dreyfus_purge_test.erl").
{ok,dreyfus_purge_test}
([email protected])2> dreyfus_purge_test:test_purge_single().
ok
([email protected])3> dreyfus_purge_test:test_purge_multiple().
ok
([email protected])4> dreyfus_purge_test:test_purge_multiple2().
ok
([email protected])5> dreyfus_purge_test:test_purge_conflict().
ok
([email protected])6> dreyfus_purge_test:test_purge_update().
ok
or
([email protected])7> dreyfus_purge_test:test_all().
ok
All the method return ok
means passed.