From c8025651da0e2183c5ff069bf36ea9ca01ee9c98 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 16 Aug 2017 14:38:11 -0500 Subject: Add a test suite for compactions --- src/couch/test/couch_db_updater_tests.erl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/couch/test/couch_db_updater_tests.erl diff --git a/src/couch/test/couch_db_updater_tests.erl b/src/couch/test/couch_db_updater_tests.erl new file mode 100644 index 000000000..5dd5e54ad --- /dev/null +++ b/src/couch/test/couch_db_updater_tests.erl @@ -0,0 +1,25 @@ +% Licensed under the Apache License, Version 2.0 (the "License"); you may not +% use this file except in compliance with the License. You may obtain a copy of +% the License at +% +% http://www.apache.org/licenses/LICENSE-2.0 +% +% Unless required by applicable law or agreed to in writing, software +% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +% License for the specific language governing permissions and limitations under +% the License. + +-module(couch_db_updater_tests). + +-include_lib("couch/include/couch_eunit.hrl"). + +% Tests to test +% 10k docs +% kill during first pass +% kill during docid copy +% kill before docid copy starts +% kill during docid copy +% kill after docid copy +% 5k docs, write docs during compaction +% \ No newline at end of file -- cgit v1.2.1