graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

Add testing for Python 3.8 #859

Closed piotr1212 closed 5 years ago

piotr1212 commented 5 years ago

Tests fail due to:

Let's wait a week or so before merging to have green test results.

codecov-io commented 5 years ago

Codecov Report

Merging #859 into master will increase coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #859      +/-   ##
==========================================
+ Coverage   49.88%   50.15%   +0.27%     
==========================================
  Files          37       37              
  Lines        3460     3483      +23     
  Branches      495      495              
==========================================
+ Hits         1726     1747      +21     
- Misses       1622     1625       +3     
+ Partials      112      111       -1
Impacted Files Coverage Δ
lib/carbon/manhole.py 4.65% <0%> (-0.12%) :arrow_down:
lib/carbon/aggregator/buffers.py 93.67% <0%> (+0.08%) :arrow_up:
lib/carbon/client.py 55.39% <0%> (+0.1%) :arrow_up:
lib/carbon/protocols.py 73.79% <0%> (+0.23%) :arrow_up:
lib/carbon/storage.py 72.81% <0%> (+0.26%) :arrow_up:
lib/carbon/cache.py 81.16% <0%> (+0.37%) :arrow_up:
lib/carbon/util.py 49.81% <0%> (+0.96%) :arrow_up:
lib/carbon/log.py 59.39% <0%> (+1.06%) :arrow_up:
lib/carbon/amqp_listener.py 31.78% <0%> (+2.18%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a87b9c2...04a2924. Read the comment docs.