• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

couchbase / couchbase-lite-ios / 863
75%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2020 09:40PM UTC
Jobs 1
Files 94
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
863

push

travis-ci

web-flow
CBL-772 : Enhance Database Close and Delete (#2624)

* CBL-772 : Enhance Database Close and Delete

* Enchance Database’s close() and delete() to stop active replicators and live quries befoer closing the database.
* Changed Database’s delete() to call close() then use static delete() to delete the database.
* Fixed live query stop logic to wait until the pending query’s execution or refreshing is done before removing itself from the database’s active live queries list.
* Not allow to start a new replicator and a live query when database is closing.

* Fixed close returns as success while close is still pending

When the other threads call the close method while the close is still pending, the close method should wait until the pending close is done instead of returning as success immediately.

* Fixed according to code review

* Restored mustBeOpen check in CBLDatabase’s removeChangeListenerWithToken().
* Added a comment to CBLReplicator’s stopped() method.

* Update comments per code review

165 of 165 new or added lines in 4 files covered. (100.0%)

6547 of 8518 relevant lines covered (76.86%)

1051.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 863.1 (SCHEME="CBL ObjC") 26 Mar 2020 09:40PM UTC 0
76.86
Travis Job 863.1
Source Files on build 863
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #863
  • f83efb4b on github
  • Prev Build on master (#857)
  • Next Build on master (#864)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc