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

zopefoundation / ZODB
75%
master: 84%

Build:
Build:
LAST BUILD BRANCH: 6.0.1
DEFAULT BRANCH: master
Repo Added 12 Jul 2016 05:44PM UTC
Files 116
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

LAST BUILD ON BRANCH feature/faster-tests
branch: feature/faster-tests
CHANGE BRANCH
x
Reset
  • feature/faster-tests
  • 3.10.7
  • 350-fix-bytes-vs-text
  • 5.0.1
  • 5.1.0
  • 5.1.1
  • 5.2.0
  • 5.2.1
  • 5.2.2
  • 5.2.3
  • 5.2.4
  • 5.3.0
  • 5.4.0
  • 5.5.0
  • 5.5.1
  • 5.6.0
  • 5.7.0
  • 5.8.0
  • 5.8.1
  • 6.0
  • 6.0.1
  • add-py38
  • agroszer-clean-leaks
  • agroszer-typo
  • all-repos_autofix_all-repos-sed
  • appveyor
  • appveyor-mock
  • be-less-negative
  • blob-default-permissions
  • blob_tests
  • bytes_for_all_tids
  • cleanup-check_checkCurrentSerialInTransaction
  • closure
  • config-with-pure-python
  • config-with-pure-python-template-12d1a05d
  • config-with-pure-python-template-1404d28b
  • config-with-pure-python-template-6f887812
  • config-with-pure-python-template-b21fbbf2
  • config-with-pure-python-template-babc889c
  • coveralls
  • data-for-TransactionMetaData-and-TransactionRecord
  • dataflake/gh-actions
  • davisagli-pack-error-oid
  • doc-292-volatile-attributes
  • drop34
  • extension_bytes
  • faster-bush-oid-to-path
  • fix-py310-deprecation-warnings
  • fix-recursion
  • fix_UnboundLocalError
  • fix_memleak_with_closed_connections
  • fix_racetests
  • fixup-pr307
  • fsdump_fsstats#354
  • get-ghost
  • handle_serial
  • import-no-seeks
  • issue-119
  • issue-138
  • issue-139
  • issue158
  • issue213
  • issue214
  • issue216
  • issue263
  • issue266
  • issue268
  • issue282
  • issue290
  • issue78
  • jam-pickle-prot
  • jam-zodbshootout-26
  • jamadden-patch-1
  • master
  • merge-zodbdocs
  • no-sphinx-on-3.3
  • only-new-style
  • perrinjerome/fix/restore_wrong_prev_txn
  • perrinjerome/repozo-ignored-warning
  • perrinjerome/repozo-recover-stdout
  • prep-5.5.0-release
  • prep-5.5.1-release
  • pure-python-tests
  • pypi
  • python3-compatible-persistent-refs
  • python311
  • python36
  • racetest
  • remove-obsolete
  • repozo-better-error
  • repozo-incremental-recover
  • repozo-verify-exit-code
  • rotonen-bump-pypy
  • storage-afterCompletion
  • storage-afterCompletion2
  • storage-byte-appreciation
  • sunew-failing-test-for-208
  • tour
  • transaction30
  • tseaver-drop_setup_py_test_fossils
  • update-zodbpickle
  • weakset
  • y/check_race-spec
  • y/flakes
  • y/fs1-recover-seek-fix
  • y/goodbye-warnhook
  • y/kill-positive_id
  • y/zope-testrunner-a1000
  • z-object-database
  • zope-interface-fix-inconsistent-iro

pending completion
848

Pull #222

travis-ci

web-flow
testCache testBogusObject: allow ref counts of none to go down.

This happens on Python 3.7, evidinced by Appveyor (https://ci.appveyor.com/project/jimfulton/zodb/build/1.0.176/job/ehutnhnvbm28w5xl) but not travis because we run coverage on travis, and coverage disables refcounts of None.
Pull Request #222: Avoid most calls to time.sleep() in the tests by mocking time.[gm]time

6445 of 8543 relevant lines covered (75.44%)

3.75 hits per line

Relevant lines Covered
Build:
Build:
8543 RELEVANT LINES 6445 COVERED LINES
3.75 HITS PER LINE
Source Files on feature/faster-tests
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
848 feature/faster-tests testCache testBogusObject: allow ref counts of none to go down. This happens on Python 3.7, evidinced by Appveyor (https://ci.appveyor.com/project/jimfulton/zodb/build/1.0.176/job/ehutnhnvbm28w5xl) but not travis because we run coverage on travis... Pull #222 24 Aug 2018 06:16PM UTC web-flow travis-ci pending completion  
847 feature/faster-tests testCache testBogusObject: allow ref counts of none to go down. This happens on Python 3.7, evidinced by Appveyor (https://ci.appveyor.com/project/jimfulton/zodb/build/1.0.176/job/ehutnhnvbm28w5xl) but not travis because we run coverage on travis... push 24 Aug 2018 06:12PM UTC jamadden travis-ci pending completion  
845 feature/faster-tests Avoid most calls to time.sleep() in the tests by mocking time.[gm]time This also makes us more deterministic. (Based on code I wrote for nti.testing.) On my machine, this speeds up a sequential test run from 4:08 to 1:30. We no longer get much ... Pull #222 23 Aug 2018 09:29PM UTC web-flow travis-ci pending completion  
844 feature/faster-tests Avoid most calls to time.sleep() in the tests by mocking time.[gm]time This also makes us more deterministic. (Based on code I wrote for nti.testing.) On my machine, this speeds up a sequential test run from 4:08 to 1:30. We no longer get much ... push 23 Aug 2018 09:24PM UTC jamadden travis-ci pending completion  
843 feature/faster-tests Use a keyword argument per review. Pull #222 23 Aug 2018 04:02PM UTC web-flow travis-ci pending completion  
842 feature/faster-tests Use a keyword argument per review. push 23 Aug 2018 03:57PM UTC jamadden travis-ci pending completion  
841 feature/faster-tests Pull in the latest monotonic time code from nti.testing. This cleans up the layer and shares more code. Pull #222 23 Aug 2018 03:22PM UTC web-flow travis-ci pending completion  
840 feature/faster-tests Pull in the latest monotonic time code from nti.testing. This cleans up the layer and shares more code. push 23 Aug 2018 03:17PM UTC jamadden travis-ci pending completion  
838 feature/faster-tests Pull in the latest monotonic time code from nti.testing. This cleans up the layer and shares more code. push 23 Aug 2018 03:14PM UTC jamadden travis-ci pending completion  
837 feature/faster-tests Avoid most calls to time.sleep() in the tests by mocking time.[gm]time This also makes us more deterministic. (Based on code I wrote for nti.testing.) On my machine, this speeds up a sequential test run from 4:08 to 1:30. We no longer get much ... Pull #222 23 Aug 2018 01:45PM UTC web-flow travis-ci pending completion  
See All Builds (863)
  • Repo on GitHub
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