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

Parsely / pykafka / 903
38%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2015 09:23PM UTC
Jobs 3
Files 0
Run time –
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
903

push

travis-ci

emmett9001
hold a weak reference to topic in partition

this fixes a hanging broker connection when KafkaClient is deleted, per #257.

This makes it impossible to do something like
client.topics[mytopic].partitions[0].latest_available_offset()
it will fail with a weakref error. This operation can still be performed by simply saving a reference to the
Topic instance in client code prior to calling a method on a Partition instance.

This is slightly inelegant in that it limits the kinds of code clients can write, but it
fixes an important client cleanup issue in a lightweight way.
Jobs
ID Job ID Ran Files Coverage
1 903.1 (TOXENV=py27 BROKERS=localhost:9092,localhost:9093,localhost:9094 ZOOKEEPER=localhost:2181 KAFKA_BIN=/home/travis/kafka-bin) 24 Sep 2015 09:23PM UTC 0
Travis Job 903.1
2 903.2 (TOXENV=py34 BROKERS=localhost:9092,localhost:9093,localhost:9094 ZOOKEEPER=localhost:2181 KAFKA_BIN=/home/travis/kafka-bin) 24 Sep 2015 09:26PM UTC 0
Travis Job 903.2
3 903.3 (TOXENV=pypy BROKERS=localhost:9092,localhost:9093,localhost:9094 ZOOKEEPER=localhost:2181 KAFKA_BIN=/home/travis/kafka-bin) 24 Sep 2015 09:29PM UTC 0
Travis Job 903.3
Source Files on build 903
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #903
  • 583087bb on github
  • Prev Build on master (#902)
  • Next Build on master (#904)
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

© 2026 Coveralls, Inc